Skip to content

Commit 8cd649f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 05de74b commit 8cd649f

File tree

9 files changed

+10
-14
lines changed

9 files changed

+10
-14
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.myfaces.core</groupId>
2222
<artifactId>myfaces-core-project</artifactId>
23-
<version>2.3.11</version>
23+
<version>2.3.12-SNAPSHOT</version>
2424
<relativePath>../parent/pom.xml</relativePath>
2525
</parent>
2626

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.myfaces.core</groupId>
2929
<artifactId>myfaces-core-project</artifactId>
30-
<version>2.3.11</version>
30+
<version>2.3.12-SNAPSHOT</version>
3131
<relativePath>../parent/pom.xml</relativePath>
3232
</parent>
3333

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.myfaces.core</groupId>
2222
<artifactId>myfaces-core-project</artifactId>
23-
<version>2.3.11</version>
23+
<version>2.3.12-SNAPSHOT</version>
2424
<relativePath>../parent/pom.xml</relativePath>
2525
</parent>
2626

impl-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.myfaces.core</groupId>
2222
<artifactId>myfaces-core-project</artifactId>
23-
<version>2.3.11</version>
23+
<version>2.3.12-SNAPSHOT</version>
2424
<relativePath>../parent/pom.xml</relativePath>
2525
</parent>
2626

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.myfaces.core</groupId>
2222
<artifactId>myfaces-core-project</artifactId>
23-
<version>2.3.11</version>
23+
<version>2.3.12-SNAPSHOT</version>
2424
<relativePath>../parent/pom.xml</relativePath>
2525
</parent>
2626

parent/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
This project is the home of the MyFaces implementation of the JavaServer Faces 2.3 specification, and
3434
consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
3535
</description>
36-
<version>2.3.11</version>
36+
<version>2.3.12-SNAPSHOT</version>
3737
<url>http://myfaces.apache.org/core23</url>
3838

3939
<issueManagement>
@@ -699,8 +699,4 @@
699699
<siteDeploy.url>file://${user.home}/myfaces-site/site/${siteModule.path}</siteDeploy.url>
700700
<siteScmPublish.url>scm:svn:https://svn.apache.org/repos/asf/myfaces/site/publish/</siteScmPublish.url>
701701
</properties>
702-
703-
<scm>
704-
<tag>myfaces-core-module-2.3.11</tag>
705-
</scm>
706702
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
This project is the home of the MyFaces implementation of the JavaServer Faces 2.3 specification, and
3434
consists of an API module (javax.faces.* classes) and an implementation module (org.apache.myfaces.* classes).
3535
</description>
36-
<version>2.3.11</version>
36+
<version>2.3.12-SNAPSHOT</version>
3737
<url>http://myfaces.apache.org/core23</url>
3838

3939
<issueManagement>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces.git</connection>
4646
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces.git</developerConnection>
4747
<url>https://gitbox.apache.org/repos/asf?p=myfaces.git</url>
48-
<tag>myfaces-core-module-2.3.11</tag>
48+
<tag>HEAD</tag>
4949
</scm>
5050

5151
<modules>

shared-public/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.myfaces.core</groupId>
2222
<artifactId>myfaces-core-project</artifactId>
23-
<version>2.3.11</version>
23+
<version>2.3.12-SNAPSHOT</version>
2424
<relativePath>../parent/pom.xml</relativePath>
2525
</parent>
2626

shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.myfaces.core</groupId>
2222
<artifactId>myfaces-core-project</artifactId>
23-
<version>2.3.11</version>
23+
<version>2.3.12-SNAPSHOT</version>
2424
<relativePath>../parent/pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)