Skip to content

Commit

Permalink
fix unneeded version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdiknight committed Dec 24, 2021
1 parent 9c85884 commit d109265
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xpocket-bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.perfma.xlab</groupId>
<artifactId>xpocket-parent</artifactId>
<version>2.1.2-alpha</version>
<version>2.1.1-RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>xpocket-bridge</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class XPocketConstants {

public static final String XPOCKET_COMMAND_PACKAGE = "com.perfma.xlab.xpocket.command.impl";

public static final String VERSION = "2.1.1-RELEASE";
public static final String VERSION = "2.1.2-alpha";

public static final String GITHUB = "https://github.com/PerfMa/xpocket";

Expand Down
2 changes: 1 addition & 1 deletion xpocket-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.perfma.xlab</groupId>
<artifactId>xpocket-tools</artifactId>
<version>2.1.2-alpha</version>
<version>2.1.1-RELEASE</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>XPocket Tools Kit</description>
<url>https://github.com/PerfMa/xpocket</url>
Expand Down

0 comments on commit d109265

Please sign in to comment.