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

Commit 6569ab0

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 8309ea9 commit 6569ab0

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

common/pom.xml

+1-1
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>3.1.5</version>
7+
<version>1.1</version>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
</properties>

pom.xml

+2-2
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.1.5</version>
7+
<version>3.1.6-SNAPSHOT</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>v3.1.5</tag>
18+
<tag>1.1</tag>
1919
</scm>
2020
<developers>
2121
<developer>

proxy/pom.xml

+4-4
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>3.1.5</version>
7+
<version>1.0</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.ljh</groupId>
5353
<artifactId>v2ray-jdk</artifactId>
54-
<version>3.1.5</version>
54+
<version>1.0</version>
5555
<exclusions>
5656
<exclusion>
5757
<artifactId>guava</artifactId>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.jhl</groupId>
6464
<artifactId>common</artifactId>
65-
<version>3.1.5</version>
65+
<version>1.1</version>
6666
</dependency>
6767
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
6868
<dependency>
@@ -99,6 +99,6 @@
9999

100100

101101
<scm>
102-
<tag>v3.1.5</tag>
102+
<tag>1.1</tag>
103103
</scm>
104104
</project>

v2ray-jdk/pom.xml

+2-2
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>3.1.5</version>
7+
<version>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>3.1.5</version>
17+
<version>1.1</version>
1818
</dependency>
1919
<!-- https://mvnrepository.com/artifact/org.springframework/spring-beans -->
2020
<dependency>

vpn-admin/pom.xml

+3-3
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>3.1.5</version>
12+
<version>1.0</version>
1313
<name>vpn-admin</name>
1414
<description>vpn-admin</description>
1515

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.jhl</groupId>
2626
<artifactId>common</artifactId>
27-
<version>3.1.5</version>
27+
<version>1.1</version>
2828
</dependency>
2929

3030

@@ -140,6 +140,6 @@
140140

141141

142142
<scm>
143-
<tag>v3.1.5</tag>
143+
<tag>1.1</tag>
144144
</scm>
145145
</project>

0 commit comments

Comments
 (0)