Skip to content

Commit 2278548

Browse files
committed
[maven-release-plugin] prepare release 2.12.1-RC1
1 parent 8b7ee2b commit 2278548

File tree

35 files changed

+38
-38
lines changed

35 files changed

+38
-38
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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

jspwiki-bom/pom.xml

Lines changed: 2 additions & 2 deletions
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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>
@@ -31,7 +31,7 @@
3131
<packaging>pom</packaging>
3232

3333
<properties>
34-
<jspwiki.version>2.12.1-SNAPSHOT</jspwiki.version>
34+
<jspwiki.version>2.12.1</jspwiki.version>
3535
</properties>
3636

3737
<dependencyManagement>

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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

jspwiki-http/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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</version>
2626
</parent>
2727

2828
<!-- Container Managed Authentication using JDBC instead of XML files for user and group info -->

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

Lines changed: 1 addition & 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.12.1-SNAPSHOT</version>
25+
<version>2.12.1</version>
2626
</parent>
2727

2828
<!-- Container Managed Authentication -->

0 commit comments

Comments
 (0)