Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit dcb8eb3

Browse files
[maven-release-plugin] prepare release v3.1.0
1 parent 09aaeb3 commit dcb8eb3

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.jhl</groupId>
66
<artifactId>common</artifactId>
7-
<version>1.1</version>
7+
<version>3.1.0</version>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
</properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.jhl</groupId>
66
<artifactId>vpn-manager</artifactId>
7-
<version>3.0.5-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<packaging>pom</packaging>
99
<modelVersion>4.0.0</modelVersion>
1010
<scm>
@@ -15,7 +15,7 @@
1515
<developerConnection>
1616
scm:git:ssh://git@kxsw/master-coder-ll/v2ray-web-manager
1717
</developerConnection>
18-
<tag>1.1</tag>
18+
<tag>v3.1.0</tag>
1919
</scm>
2020
<developers>
2121
<developer>

proxy/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.jhl</groupId>
66
<artifactId>v2ray-proxy</artifactId>
7-
<version>1.0</version>
7+
<version>3.1.0</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -35,12 +35,12 @@
3535
<dependency>
3636
<groupId>com.ljh</groupId>
3737
<artifactId>v2ray-jdk</artifactId>
38-
<version>1.0</version>
38+
<version>3.1.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.jhl</groupId>
4242
<artifactId>common</artifactId>
43-
<version>1.1</version>
43+
<version>3.1.0</version>
4444
</dependency>
4545
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
4646
<dependency>
@@ -76,6 +76,6 @@
7676

7777

7878
<scm>
79-
<tag>1.1</tag>
79+
<tag>v3.1.0</tag>
8080
</scm>
8181
</project>

v2ray-jdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ljh</groupId>
66
<artifactId>v2ray-jdk</artifactId>
7-
<version>1.0</version>
7+
<version>3.1.0</version>
88
<packaging>jar</packaging>
99
<name>v2ray-sdk</name>
1010
<properties>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.jhl</groupId>
1616
<artifactId>common</artifactId>
17-
<version>1.1</version>
17+
<version>3.1.0</version>
1818
</dependency>
1919
<!-- https://mvnrepository.com/artifact/org.springframework/spring-beans -->
2020
<dependency>

vpn-admin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.jhl</groupId>
1111
<artifactId>admin</artifactId>
12-
<version>1.0</version>
12+
<version>3.1.0</version>
1313
<name>vpn-admin</name>
1414
<description>vpn-admin</description>
1515

@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.jhl</groupId>
2929
<artifactId>common</artifactId>
30-
<version>1.1</version>
30+
<version>3.1.0</version>
3131
</dependency>
3232

3333

@@ -117,6 +117,6 @@
117117

118118

119119
<scm>
120-
<tag>1.1</tag>
120+
<tag>v3.1.0</tag>
121121
</scm>
122122
</project>

0 commit comments

Comments
 (0)