Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit 0be8cc2

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent d51c643 commit 0be8cc2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

jsft/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>com.sun.jsftemplating</groupId>
4848
<artifactId>jsftemplating-parent</artifactId>
49-
<version>2.1.1</version>
49+
<version>2.1.2-SNAPSHOT</version>
5050
</parent>
5151
<artifactId>jsft</artifactId>
5252

jsftemplating-dt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>com.sun.jsftemplating</groupId>
4848
<artifactId>jsftemplating-parent</artifactId>
49-
<version>2.1.1</version>
49+
<version>2.1.2-SNAPSHOT</version>
5050
</parent>
5151
<artifactId>jsftemplating-dt</artifactId>
5252

jsftemplating/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>com.sun.jsftemplating</groupId>
4848
<artifactId>jsftemplating-parent</artifactId>
49-
<version>2.1.1</version>
49+
<version>2.1.2-SNAPSHOT</version>
5050
</parent>
5151
<artifactId>jsftemplating</artifactId>
5252

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</parent>
5252
<groupId>com.sun.jsftemplating</groupId>
5353
<artifactId>jsftemplating-parent</artifactId>
54-
<version>2.1.1</version>
54+
<version>2.1.2-SNAPSHOT</version>
5555
<packaging>pom</packaging>
5656

5757
<organization>
@@ -76,9 +76,9 @@
7676
</issueManagement>
7777

7878
<scm>
79-
<connection>scm:svn:https://svn.java.net/svn/jsftemplating~svn/tags/jsftemplating-parent-2.1.1</connection>
80-
<developerConnection>scm:svn:https://svn.java.net/svn/jsftemplating~svn/tags/jsftemplating-parent-2.1.1</developerConnection>
81-
<url>https://svn.java.net/svn/jsftemplating~svn/tags/jsftemplating-parent-2.1.1</url>
79+
<connection>scm:svn:https://svn.java.net/svn/jsftemplating~svn/trunk</connection>
80+
<developerConnection>scm:svn:https://svn.java.net/svn/jsftemplating~svn/trunk</developerConnection>
81+
<url>https://svn.java.net/svn/jsftemplating~svn/trunk</url>
8282
</scm>
8383

8484
<mailingLists>

0 commit comments

Comments
 (0)