Skip to content

Commit 964be98

Browse files
author
wenbo2018
committed
update pom.xml
1 parent 05e7333 commit 964be98

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>webs</artifactId>
66
<name>webs</name>
77
<packaging>pom</packaging>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
<url>https://github.com/wenbo2018/WebS</url>
1010
<properties>
1111
<maven.compiler.source>1.7</maven.compiler.source>

webs-core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.github.wenbo2018</groupId>
66
<artifactId>webs</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<artifactId>webs-core</artifactId>
1010
<name>webs-core</name>
11-
<version>0.0.1-SNAPSHOT</version>
11+
<version>0.0.1</version>
1212
<packaging>jar</packaging>
1313
<url>https://github.com/wenbo2018/WebS</url>
1414
<properties>
@@ -111,6 +111,4 @@
111111
</distributionManagement>
112112
</profile>
113113
</profiles>
114-
115-
116114
</project>

webs-demo/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>com.github.wenbo2018</groupId>
66
<artifactId>webs</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
88
</parent>
99
<artifactId>webs-demo</artifactId>
1010
<name>webs-demo</name>
11-
<version>0.0.1-SNAPSHOT</version>
11+
<version>0.0.1</version>
1212
<packaging>war</packaging>
1313
<url>http://maven.apache.org</url>
1414
<properties>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.github.wenbo2018</groupId>
2222
<artifactId>webs-core</artifactId>
23-
<version>0.0.1-SNAPSHOT</version>
23+
<version>0.0.1</version>
2424
</dependency>
2525

2626
</dependencies>

0 commit comments

Comments
 (0)