Skip to content

Commit

Permalink
fix profile id
Browse files Browse the repository at this point in the history
  • Loading branch information
szhnet committed Sep 26, 2023
1 parent d918515 commit d269fb7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To add a dependency using Maven:
<dependency>
<groupId>io.jpower.kcp</groupId>
<artifactId>kcp-netty</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion kcp-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.jpower.kcp</groupId>
<artifactId>kcp-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion kcp-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.jpower.kcp</groupId>
<artifactId>kcp-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.jpower.kcp</groupId>
<artifactId>kcp-parent</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<packaging>pom</packaging>

<name>kcp-netty [Parent]</name>
Expand Down Expand Up @@ -154,7 +154,7 @@
</profile>

<profile>
<id>release</id>
<id>deploy</id>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit d269fb7

Please sign in to comment.