Skip to content

Commit d269fb7

Browse files
committed
fix profile id
1 parent d918515 commit d269fb7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To add a dependency using Maven:
99
<dependency>
1010
<groupId>io.jpower.kcp</groupId>
1111
<artifactId>kcp-netty</artifactId>
12-
<version>1.5.1</version>
12+
<version>1.5.2</version>
1313
</dependency>
1414
```
1515

kcp-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.jpower.kcp</groupId>
77
<artifactId>kcp-parent</artifactId>
8-
<version>1.5.1</version>
8+
<version>1.5.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kcp-netty/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.jpower.kcp</groupId>
77
<artifactId>kcp-parent</artifactId>
8-
<version>1.5.1</version>
8+
<version>1.5.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.jpower.kcp</groupId>
88
<artifactId>kcp-parent</artifactId>
9-
<version>1.5.1</version>
9+
<version>1.5.2</version>
1010
<packaging>pom</packaging>
1111

1212
<name>kcp-netty [Parent]</name>
@@ -154,7 +154,7 @@
154154
</profile>
155155

156156
<profile>
157-
<id>release</id>
157+
<id>deploy</id>
158158
<build>
159159
<plugins>
160160
<plugin>

0 commit comments

Comments
 (0)