Skip to content

Commit a2cb1af

Browse files
committed
[maven-release-plugin] prepare release 4.0.0
1 parent 7182215 commit a2cb1af

File tree

29 files changed

+58
-58
lines changed

29 files changed

+58
-58
lines changed

clientlib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.github.veithen.visualwas</groupId>
2929
<artifactId>visualwas</artifactId>
30-
<version>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0</version>
3131
</parent>
3232

3333
<artifactId>clientlib</artifactId>
@@ -40,7 +40,7 @@
4040
<scm>
4141
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
4242
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
43-
<tag>HEAD</tag>
43+
<tag>4.0.0</tag>
4444
</scm>
4545

4646
<dependencies>

connector-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.github.veithen.visualwas</groupId>
2929
<artifactId>visualwas</artifactId>
30-
<version>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0</version>
3131
</parent>
3232

3333
<artifactId>connector-tests</artifactId>
@@ -37,7 +37,7 @@
3737
<scm>
3838
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
3939
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
40-
<tag>HEAD</tag>
40+
<tag>4.0.0</tag>
4141
</scm>
4242

4343
<dependencies>

connector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.github.veithen.visualwas</groupId>
2929
<artifactId>visualwas</artifactId>
30-
<version>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0</version>
3131
</parent>
3232

3333
<artifactId>connector</artifactId>
@@ -39,7 +39,7 @@
3939
<scm>
4040
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
4141
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
42-
<tag>HEAD</tag>
42+
<tag>4.0.0</tag>
4343
</scm>
4444

4545
<dependencies>

dummy-transport/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.github.veithen.visualwas</groupId>
2929
<artifactId>visualwas</artifactId>
30-
<version>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0</version>
3131
</parent>
3232

3333
<artifactId>dummy-transport</artifactId>
@@ -37,7 +37,7 @@
3737
<scm>
3838
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
3939
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
40-
<tag>HEAD</tag>
40+
<tag>4.0.0</tag>
4141
</scm>
4242

4343
<dependencies>

loader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.github.veithen.visualwas</groupId>
2929
<artifactId>visualwas</artifactId>
30-
<version>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0</version>
3131
</parent>
3232

3333
<artifactId>loader</artifactId>
@@ -40,7 +40,7 @@
4040
<scm>
4141
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
4242
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
43-
<tag>HEAD</tag>
43+
<tag>4.0.0</tag>
4444
</scm>
4545

4646
<dependencies>

pom.xml

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

3232
<groupId>com.github.veithen.visualwas</groupId>
3333
<artifactId>visualwas</artifactId>
34-
<version>4.0.0-SNAPSHOT</version>
34+
<version>4.0.0</version>
3535
<packaging>pom</packaging>
3636

3737
<name>VisualWAS</name>
@@ -63,7 +63,7 @@
6363
<url>https://github.com/veithen/visualwas/tree/master</url>
6464
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
6565
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
66-
<tag>HEAD</tag>
66+
<tag>4.0.0</tag>
6767
</scm>
6868

6969
<properties>

samples/earscan/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.github.veithen.visualwas</groupId>
2929
<artifactId>samples</artifactId>
30-
<version>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0</version>
3131
</parent>
3232

3333
<artifactId>earscan</artifactId>
@@ -37,7 +37,7 @@
3737
<scm>
3838
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
3939
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
40-
<tag>HEAD</tag>
40+
<tag>4.0.0</tag>
4141
</scm>
4242

4343
<dependencies>

samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>com.github.veithen.visualwas</groupId>
2929
<artifactId>visualwas</artifactId>
30-
<version>4.0.0-SNAPSHOT</version>
30+
<version>4.0.0</version>
3131
</parent>
3232

3333
<artifactId>samples</artifactId>
@@ -43,6 +43,6 @@
4343
<scm>
4444
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
4545
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
46-
<tag>HEAD</tag>
46+
<tag>4.0.0</tag>
4747
</scm>
4848
</project>

systests/pmi-disabled-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.veithen.visualwas</groupId>
2828
<artifactId>systests</artifactId>
29-
<version>4.0.0-SNAPSHOT</version>
29+
<version>4.0.0</version>
3030
</parent>
3131

3232
<artifactId>pmi-disabled-tests</artifactId>
@@ -36,7 +36,7 @@
3636
<scm>
3737
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
3838
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
39-
<tag>HEAD</tag>
39+
<tag>4.0.0</tag>
4040
</scm>
4141

4242
<dependencies>

systests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.github.veithen.visualwas</groupId>
2828
<artifactId>visualwas</artifactId>
29-
<version>4.0.0-SNAPSHOT</version>
29+
<version>4.0.0</version>
3030
</parent>
3131

3232
<artifactId>systests</artifactId>
@@ -41,7 +41,7 @@
4141
<scm>
4242
<connection>scm:git:http://github.com/veithen/visualwas.git</connection>
4343
<developerConnection>scm:git:https://github.com/veithen/visualwas.git</developerConnection>
44-
<tag>HEAD</tag>
44+
<tag>4.0.0</tag>
4545
</scm>
4646

4747
<properties>

0 commit comments

Comments
 (0)