You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2021/12/18 01:32:04 UTC

[portals-pluto] 02/14: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

asfgriff pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/portals-pluto.git

commit 6cd7d57988e3dfef53ace540b84fa7a25edd8173
Author: Neil Griffin <ne...@gmail.com>
AuthorDate: Fri Dec 17 20:04:30 2021 -0500

    [maven-release-plugin] prepare for next development iteration
---
 demo-integration-tests/pom.xml                       | 4 ++--
 demo/applicant-mvcbean-cdi-jsp-portlet/pom.xml       | 2 +-
 demo/applicant-mvcbean-cdi-thymeleaf-portlet/pom.xml | 2 +-
 demo/chat-room-demo-portlet/pom.xml                  | 2 +-
 demo/hub-demo-portlet/pom.xml                        | 2 +-
 demo/pom.xml                                         | 2 +-
 demo/v3-annotated-demo-portlet/pom.xml               | 2 +-
 demo/v3-demo-portlet/pom.xml                         | 2 +-
 maven-pluto-plugin/pom.xml                           | 2 +-
 pluto-ant-tasks/pom.xml                              | 2 +-
 pluto-common/pom.xml                                 | 2 +-
 pluto-container-api/pom.xml                          | 2 +-
 pluto-container-driver-api/pom.xml                   | 2 +-
 pluto-container/pom.xml                              | 2 +-
 pluto-portal-driver-impl/pom.xml                     | 2 +-
 pluto-portal-driver/pom.xml                          | 2 +-
 pluto-portal/pom.xml                                 | 2 +-
 pluto-site-skin/pom.xml                              | 2 +-
 pluto-taglib/pom.xml                                 | 2 +-
 pluto-testsuite/pom.xml                              | 2 +-
 pluto-util/pom.xml                                   | 2 +-
 pom.xml                                              | 4 ++--
 portlet-servlet-adapter/pom.xml                      | 2 +-
 templating/pom.xml                                   | 2 +-
 templating/thymeleaf-mvc-portlet-api/pom.xml         | 2 +-
 templating/thymeleaf-mvc-portlet-cdi/pom.xml         | 2 +-
 templating/thymeleaf-mvc-portlet-spring/pom.xml      | 2 +-
 templating/thymeleaf-portlet-api/pom.xml             | 2 +-
 test-base/pom.xml                                    | 2 +-
 29 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/demo-integration-tests/pom.xml b/demo-integration-tests/pom.xml
index 6a817d7..38dce42 100644
--- a/demo-integration-tests/pom.xml
+++ b/demo-integration-tests/pom.xml
@@ -22,7 +22,7 @@
 		<relativePath>../pom.xml</relativePath>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>javax.portlet</groupId>
@@ -39,7 +39,7 @@
 		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/portals-pluto.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/portals-pluto.git</developerConnection>
 		<url>https://github.com/apache/portals-pluto</url>
-		<tag>pluto-3.1.1</tag>
+		<tag>HEAD</tag>
 	</scm>
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/demo/applicant-mvcbean-cdi-jsp-portlet/pom.xml b/demo/applicant-mvcbean-cdi-jsp-portlet/pom.xml
index c0046b7..cf59d9c 100644
--- a/demo/applicant-mvcbean-cdi-jsp-portlet/pom.xml
+++ b/demo/applicant-mvcbean-cdi-jsp-portlet/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.demo</groupId>
 		<artifactId>demo</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<packaging>war</packaging>
diff --git a/demo/applicant-mvcbean-cdi-thymeleaf-portlet/pom.xml b/demo/applicant-mvcbean-cdi-thymeleaf-portlet/pom.xml
index 18b760e..083d58f 100644
--- a/demo/applicant-mvcbean-cdi-thymeleaf-portlet/pom.xml
+++ b/demo/applicant-mvcbean-cdi-thymeleaf-portlet/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.demo</groupId>
 		<artifactId>demo</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<packaging>war</packaging>
diff --git a/demo/chat-room-demo-portlet/pom.xml b/demo/chat-room-demo-portlet/pom.xml
index b151616..a6ebc72 100644
--- a/demo/chat-room-demo-portlet/pom.xml
+++ b/demo/chat-room-demo-portlet/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.demo</groupId>
 		<artifactId>demo</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>chat-room-demo-portlet</artifactId>
diff --git a/demo/hub-demo-portlet/pom.xml b/demo/hub-demo-portlet/pom.xml
index ed4670b..13ff264 100644
--- a/demo/hub-demo-portlet/pom.xml
+++ b/demo/hub-demo-portlet/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.demo</groupId>
 		<artifactId>demo</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>hub-demo-portlet</artifactId>
diff --git a/demo/pom.xml b/demo/pom.xml
index 173c99b..866de97 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.portals.pluto.demo</groupId>
diff --git a/demo/v3-annotated-demo-portlet/pom.xml b/demo/v3-annotated-demo-portlet/pom.xml
index 6f5ee79..a5415e9 100644
--- a/demo/v3-annotated-demo-portlet/pom.xml
+++ b/demo/v3-annotated-demo-portlet/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.demo</groupId>
 		<artifactId>demo</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>v3-annotated-demo-portlet</artifactId>
diff --git a/demo/v3-demo-portlet/pom.xml b/demo/v3-demo-portlet/pom.xml
index 42aa901..12ea355 100644
--- a/demo/v3-demo-portlet/pom.xml
+++ b/demo/v3-demo-portlet/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.demo</groupId>
 		<artifactId>demo</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>v3-demo-portlet</artifactId>
diff --git a/maven-pluto-plugin/pom.xml b/maven-pluto-plugin/pom.xml
index a16a671..ff2755d 100644
--- a/maven-pluto-plugin/pom.xml
+++ b/maven-pluto-plugin/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-maven-plugin</artifactId>
diff --git a/pluto-ant-tasks/pom.xml b/pluto-ant-tasks/pom.xml
index cc25054..af13ed2 100644
--- a/pluto-ant-tasks/pom.xml
+++ b/pluto-ant-tasks/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-ant-tasks</artifactId>
diff --git a/pluto-common/pom.xml b/pluto-common/pom.xml
index 2bcf956..5e525e9 100644
--- a/pluto-common/pom.xml
+++ b/pluto-common/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-common</artifactId>
diff --git a/pluto-container-api/pom.xml b/pluto-container-api/pom.xml
index 3b2d6af..d1c171e 100644
--- a/pluto-container-api/pom.xml
+++ b/pluto-container-api/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-container-api</artifactId>
diff --git a/pluto-container-driver-api/pom.xml b/pluto-container-driver-api/pom.xml
index efdba7c..152c4ea 100644
--- a/pluto-container-driver-api/pom.xml
+++ b/pluto-container-driver-api/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-container-driver-api</artifactId>
diff --git a/pluto-container/pom.xml b/pluto-container/pom.xml
index 9c91038..43e439a 100644
--- a/pluto-container/pom.xml
+++ b/pluto-container/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-container</artifactId>
diff --git a/pluto-portal-driver-impl/pom.xml b/pluto-portal-driver-impl/pom.xml
index e92f6d3..ebb3f6c 100644
--- a/pluto-portal-driver-impl/pom.xml
+++ b/pluto-portal-driver-impl/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-portal-driver-impl</artifactId>
diff --git a/pluto-portal-driver/pom.xml b/pluto-portal-driver/pom.xml
index cbc6af3..580dfd3 100644
--- a/pluto-portal-driver/pom.xml
+++ b/pluto-portal-driver/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-portal-driver</artifactId>
diff --git a/pluto-portal/pom.xml b/pluto-portal/pom.xml
index 6f22cb5..d95cd40 100644
--- a/pluto-portal/pom.xml
+++ b/pluto-portal/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-portal</artifactId>
diff --git a/pluto-site-skin/pom.xml b/pluto-site-skin/pom.xml
index 3103359..6f4347c 100644
--- a/pluto-site-skin/pom.xml
+++ b/pluto-site-skin/pom.xml
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-site-skin</artifactId>
diff --git a/pluto-taglib/pom.xml b/pluto-taglib/pom.xml
index de9dc24..7d7bee5 100644
--- a/pluto-taglib/pom.xml
+++ b/pluto-taglib/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-taglib</artifactId>
diff --git a/pluto-testsuite/pom.xml b/pluto-testsuite/pom.xml
index 941162e..c24332f 100644
--- a/pluto-testsuite/pom.xml
+++ b/pluto-testsuite/pom.xml
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.apache.portals.pluto</groupId>
       <artifactId>pluto</artifactId>
-      <version>3.1.1</version>
+      <version>3.1.2-SNAPSHOT</version>
       <relativePath>../pom.xml</relativePath>
    </parent>
    <artifactId>pluto-testsuite</artifactId>
diff --git a/pluto-util/pom.xml b/pluto-util/pom.xml
index d7b6992..a790816 100644
--- a/pluto-util/pom.xml
+++ b/pluto-util/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<artifactId>pluto</artifactId>
 		<groupId>org.apache.portals.pluto</groupId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>pluto-util</artifactId>
diff --git a/pom.xml b/pom.xml
index 6ee9c1a..5cc1e5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 	<artifactId>pluto</artifactId>
 	<packaging>pom</packaging>
 	<name>Apache Pluto</name>
-	<version>3.1.1</version>
+	<version>3.1.2-SNAPSHOT</version>
 	<!-- Due to a bug in maven 2.0, the description must not contain any line breaks or tabs. -->
 	<description>Apache Pluto is the Reference Implementation of the Java Portlet Specification.</description>
 	<url>http://portals.apache.org/pluto</url>
@@ -218,7 +218,7 @@ generate mailto links. -->
 		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/portals-pluto.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/portals-pluto.git</developerConnection>
 		<url>https://github.com/apache/portals-pluto</url>
-		<tag>pluto-3.1.1</tag>
+		<tag>HEAD</tag>
 	</scm>
 	<!-- Dependency Version Properties ======================================= -->
 	<!--
diff --git a/portlet-servlet-adapter/pom.xml b/portlet-servlet-adapter/pom.xml
index bc2c19b..a9db833 100644
--- a/portlet-servlet-adapter/pom.xml
+++ b/portlet-servlet-adapter/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>portlet-servlet-adapter</artifactId>
diff --git a/templating/pom.xml b/templating/pom.xml
index 6f7b31e..8c0d61a 100644
--- a/templating/pom.xml
+++ b/templating/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.apache.portals.pluto.templating</groupId>
diff --git a/templating/thymeleaf-mvc-portlet-api/pom.xml b/templating/thymeleaf-mvc-portlet-api/pom.xml
index 0513394..6c3380a 100644
--- a/templating/thymeleaf-mvc-portlet-api/pom.xml
+++ b/templating/thymeleaf-mvc-portlet-api/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.templating</groupId>
 		<artifactId>templating</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>thymeleaf-mvc-portlet-api</artifactId>
diff --git a/templating/thymeleaf-mvc-portlet-cdi/pom.xml b/templating/thymeleaf-mvc-portlet-cdi/pom.xml
index 7a48278..dfb97db 100644
--- a/templating/thymeleaf-mvc-portlet-cdi/pom.xml
+++ b/templating/thymeleaf-mvc-portlet-cdi/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.templating</groupId>
 		<artifactId>templating</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>thymeleaf-mvc-portlet-cdi</artifactId>
diff --git a/templating/thymeleaf-mvc-portlet-spring/pom.xml b/templating/thymeleaf-mvc-portlet-spring/pom.xml
index c1310eb..7022d93 100644
--- a/templating/thymeleaf-mvc-portlet-spring/pom.xml
+++ b/templating/thymeleaf-mvc-portlet-spring/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.templating</groupId>
 		<artifactId>templating</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>thymeleaf-mvc-portlet-spring</artifactId>
diff --git a/templating/thymeleaf-portlet-api/pom.xml b/templating/thymeleaf-portlet-api/pom.xml
index fee2f07..2944b3b 100644
--- a/templating/thymeleaf-portlet-api/pom.xml
+++ b/templating/thymeleaf-portlet-api/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto.templating</groupId>
 		<artifactId>templating</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>thymeleaf-portlet-api</artifactId>
diff --git a/test-base/pom.xml b/test-base/pom.xml
index d1f5e6f..6b3cefd 100644
--- a/test-base/pom.xml
+++ b/test-base/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.portals.pluto</groupId>
 		<artifactId>pluto</artifactId>
-		<version>3.1.1</version>
+		<version>3.1.2-SNAPSHOT</version>
 	</parent>
 	<artifactId>test-base</artifactId>
 	<packaging>jar</packaging>