Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
master-coder-ll committed Mar 23, 2020
1 parent f8f6890 commit 489e336
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.4</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.4-SNAPSHOT</version>
<version>3.1.4</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.4</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.4</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.ljh</groupId>
<artifactId>v2ray-jdk</artifactId>
<version>1.0</version>
<version>3.1.4</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>com.jhl</groupId>
<artifactId>common</artifactId>
<version>1.1</version>
<version>3.1.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
<dependency>
Expand Down Expand Up @@ -93,6 +93,6 @@


<scm>
<tag>1.1</tag>
<tag>v3.1.4</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.4</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.4</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.4</version>
<name>vpn-admin</name>
<description>vpn-admin</description>

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


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


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

0 comments on commit 489e336

Please sign in to comment.