Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
master-coder-ll committed Mar 10, 2020
1 parent 3fdee74 commit c388d58
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jhl</groupId>
<artifactId>common</artifactId>
<version>1.1</version>
<version>3.1.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.jhl</groupId>
<artifactId>vpn-manager</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<scm>
Expand All @@ -15,7 +15,7 @@
<developerConnection>
scm:git:ssh://git@kxsw/master-coder-ll/v2ray-web-manager
</developerConnection>
<tag>1.1</tag>
<tag>v3.1.1</tag>
</scm>
<developers>
<developer>
Expand Down
8 changes: 4 additions & 4 deletions proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.jhl</groupId>
<artifactId>v2ray-proxy</artifactId>
<version>1.0</version>
<version>3.1.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -35,12 +35,12 @@
<dependency>
<groupId>com.ljh</groupId>
<artifactId>v2ray-jdk</artifactId>
<version>1.0</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>com.jhl</groupId>
<artifactId>common</artifactId>
<version>1.1</version>
<version>3.1.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
<dependency>
Expand Down Expand Up @@ -76,6 +76,6 @@


<scm>
<tag>1.1</tag>
<tag>v3.1.1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions v2ray-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.ljh</groupId>
<artifactId>v2ray-jdk</artifactId>
<version>1.0</version>
<version>3.1.1</version>
<packaging>jar</packaging>
<name>v2ray-sdk</name>
<properties>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.jhl</groupId>
<artifactId>common</artifactId>
<version>1.1</version>
<version>3.1.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework/spring-beans -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions vpn-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.jhl</groupId>
<artifactId>admin</artifactId>
<version>1.0</version>
<version>3.1.1</version>
<name>vpn-admin</name>
<description>vpn-admin</description>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.jhl</groupId>
<artifactId>common</artifactId>
<version>1.1</version>
<version>3.1.1</version>
</dependency>


Expand Down Expand Up @@ -117,6 +117,6 @@


<scm>
<tag>1.1</tag>
<tag>v3.1.1</tag>
</scm>
</project>

0 comments on commit c388d58

Please sign in to comment.