Skip to content

Commit c85363b

Browse files
[maven-release-plugin] prepare release 2.11.2-RC1
1 parent 4559a26 commit c85363b

File tree

33 files changed

+99
-35
lines changed

33 files changed

+99
-35
lines changed

jspwiki-210-adapters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jspwiki</groupId>
2424
<artifactId>jspwiki-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

jspwiki-210-test-adaptees/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jspwiki</groupId>
2424
<artifactId>jspwiki-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

jspwiki-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jspwiki</groupId>
2424
<artifactId>jspwiki-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

jspwiki-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jspwiki</groupId>
2424
<artifactId>jspwiki-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

jspwiki-bootstrap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jspwiki</groupId>
2424
<artifactId>jspwiki-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

jspwiki-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jspwiki</groupId>
2424
<artifactId>jspwiki-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

jspwiki-event/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.jspwiki</groupId>
2424
<artifactId>jspwiki-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

jspwiki-it-tests/jspwiki-it-test-cma-jdbc/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent> <!-- tests reuse [1/3]: reads common configuration for ITs and brings jspwiki-war as dependency -->
2323
<groupId>org.apache.jspwiki.it</groupId>
2424
<artifactId>jspwiki-it-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<!-- Container Managed Authentication using JDBC instead of XML files for user and group info -->
@@ -65,4 +65,8 @@
6565
<scope>test</scope>
6666
</dependency>
6767
</dependencies>
68+
69+
<scm>
70+
<tag>2.11.2-RC1</tag>
71+
</scm>
6872
</project>

jspwiki-it-tests/jspwiki-it-test-cma/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent> <!-- tests reuse [1/3]: reads common configuration for ITs and brings jspwiki-war as dependency -->
2323
<groupId>org.apache.jspwiki.it</groupId>
2424
<artifactId>jspwiki-it-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<!-- Container Managed Authentication -->
@@ -60,4 +60,8 @@
6060
<scope>test</scope>
6161
</dependency>
6262
</dependencies>
63+
64+
<scm>
65+
<tag>2.11.2-RC1</tag>
66+
</scm>
6367
</project>

jspwiki-it-tests/jspwiki-it-test-custom-absolute-urls/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent> <!-- tests reuse [1/3]: reads common configuration for ITs and brings jspwiki-war as dependency -->
2323
<groupId>org.apache.jspwiki.it</groupId>
2424
<artifactId>jspwiki-it-builder</artifactId>
25-
<version>2.11.2-SNAPSHOT</version>
25+
<version>2.11.2</version>
2626
</parent>
2727

2828
<artifactId>jspwiki-it-test-custom-absolute-urls</artifactId>
@@ -59,4 +59,8 @@
5959
<scope>test</scope>
6060
</dependency>
6161
</dependencies>
62+
63+
<scm>
64+
<tag>2.11.2-RC1</tag>
65+
</scm>
6266
</project>

0 commit comments

Comments
 (0)