From 3919c30f3f92e5e5338fbee042726e56411b7b4f Mon Sep 17 00:00:00 2001 From: tsui Date: Fri, 17 Aug 2018 18:27:26 +0800 Subject: [PATCH] modify version --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b2e157f..7ed55fad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/alipay/sofa-bolt.svg?branch=master)](https://travis-ci.org/alipay/sofa-bolt) [![Coverage Status](https://codecov.io/gh/alipay/sofa-bolt/branch/master/graph/badge.svg)](https://codecov.io/gh/alipay/sofa-bolt) ![license](https://img.shields.io/badge/license-Apache--2.0-green.svg) -![version](https://img.shields.io/badge/bolt-1.4.2-blue.svg) +![version](https://img.shields.io/badge/bolt-1.5.0-blue.svg) # 1. 介绍 SOFABolt 是蚂蚁金融服务集团开发的一套基于 Netty 实现的网络通信框架。 diff --git a/pom.xml b/pom.xml index e7ab9728..b042f48c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 com.alipay.sofa bolt - 1.5.0-SNAPSHOT + 1.5.0 jar ${project.groupId}:${project.artifactId}