Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
master-coder-ll committed Apr 15, 2023
1 parent ff232c5 commit c2584b0
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>3.1.10</version>
<version>3.1.13</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.13-SNAPSHOT</version>
<version>3.1.13</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<scm>
Expand All @@ -15,7 +15,7 @@
<developerConnection>
scm:git:ssh://git@github.com/master-coder-ll/v2ray-web-manager.git
</developerConnection>
<tag>v3.1.11</tag>
<tag>v3.1.13</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>3.1.10</version>
<version>3.1.13</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>3.1.10</version>
<version>3.1.13</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>com.jhl</groupId>
<artifactId>common</artifactId>
<version>3.1.10</version>
<version>3.1.13</version>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
<dependency>
Expand Down Expand Up @@ -99,6 +99,6 @@


<scm>
<tag>v3.1.10</tag>
<tag>v3.1.13</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>3.1.10</version>
<version>3.1.13</version>
<packaging>jar</packaging>
<name>v2ray-sdk</name>
<properties>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.jhl</groupId>
<artifactId>common</artifactId>
<version>3.1.10</version>
<version>3.1.13</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>3.1.10</version>
<version>3.1.13</version>
<name>vpn-admin</name>
<description>vpn-admin</description>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.jhl</groupId>
<artifactId>common</artifactId>
<version>3.1.10</version>
<version>3.1.13</version>
</dependency>


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


<scm>
<tag>v3.1.10</tag>
<tag>v3.1.13</tag>
</scm>
</project>

0 comments on commit c2584b0

Please sign in to comment.