You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/17 12:29:36 UTC

[myfaces-trinidad] branch trinidad-2.1.x created (now dbcab54)

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

deki pushed a change to branch trinidad-2.1.x
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git.


      at dbcab54  [maven-release-plugin] prepare for next development iteration

This branch includes the following new commits:

     new dbcab54  [maven-release-plugin] prepare for next development iteration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].

[myfaces-trinidad] 01/01: [maven-release-plugin] prepare for next development iteration

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch trinidad-2.1.x
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit dbcab548f09edd49e2e3a84fa00870a2bab518ca
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Fri Jul 21 12:26:26 2017 +0000

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                                               | 8 ++++----
 trinidad-api/pom.xml                                  | 2 +-
 trinidad-assembly/pom.xml                             | 2 +-
 trinidad-build/pom.xml                                | 2 +-
 trinidad-example/pom.xml                              | 2 +-
 trinidad-example/trinidad-blank/pom.xml               | 2 +-
 trinidad-example/trinidad-components-showcase/pom.xml | 2 +-
 trinidad-example/trinidad-demo/pom.xml                | 2 +-
 trinidad-example/trinidad-example-assembly/pom.xml    | 2 +-
 trinidad-impl/pom.xml                                 | 2 +-
 10 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2f0f081..6f05f91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@ Create A Branch (http://maven.apache.org/plugins/maven-release-plugin/examples/b
 
   <groupId>org.apache.myfaces.trinidad</groupId>
   <artifactId>trinidad</artifactId>
-  <version>2.1.4</version>
+  <version>2.1.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
@@ -179,9 +179,9 @@ Create A Branch (http://maven.apache.org/plugins/maven-release-plugin/examples/b
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-2.1.4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-2.1.4</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-2.1.4</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.1.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-2.1.x</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-2.1.x</url>
   </scm>
   
   <!--
diff --git a/trinidad-api/pom.xml b/trinidad-api/pom.xml
index b88cc45..24d25bf 100644
--- a/trinidad-api/pom.xml
+++ b/trinidad-api/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>2.1.4</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-api</artifactId>
diff --git a/trinidad-assembly/pom.xml b/trinidad-assembly/pom.xml
index c6be437..bbebaad 100644
--- a/trinidad-assembly/pom.xml
+++ b/trinidad-assembly/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>2.1.4</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-assembly</artifactId>
diff --git a/trinidad-build/pom.xml b/trinidad-build/pom.xml
index 0ef44ff..bd6d123 100644
--- a/trinidad-build/pom.xml
+++ b/trinidad-build/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>2.1.4</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-build</artifactId>
diff --git a/trinidad-example/pom.xml b/trinidad-example/pom.xml
index b110fba..7383704 100644
--- a/trinidad-example/pom.xml
+++ b/trinidad-example/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>2.1.4</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-example</artifactId>
diff --git a/trinidad-example/trinidad-blank/pom.xml b/trinidad-example/trinidad-blank/pom.xml
index 916a0a5..fa0b749 100644
--- a/trinidad-example/trinidad-blank/pom.xml
+++ b/trinidad-example/trinidad-blank/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>2.1.4</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-blank</artifactId>
diff --git a/trinidad-example/trinidad-components-showcase/pom.xml b/trinidad-example/trinidad-components-showcase/pom.xml
index 3fd8e4e..f4a2182 100644
--- a/trinidad-example/trinidad-components-showcase/pom.xml
+++ b/trinidad-example/trinidad-components-showcase/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.myfaces.trinidad</groupId>
 		<artifactId>trinidad-example</artifactId>
-		<version>2.1.4</version>
+		<version>2.1.5-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>trinidad-components-showcase</artifactId>
diff --git a/trinidad-example/trinidad-demo/pom.xml b/trinidad-example/trinidad-demo/pom.xml
index d09b091..757a9f2 100644
--- a/trinidad-example/trinidad-demo/pom.xml
+++ b/trinidad-example/trinidad-demo/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>2.1.4</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-demo</artifactId>
diff --git a/trinidad-example/trinidad-example-assembly/pom.xml b/trinidad-example/trinidad-example-assembly/pom.xml
index 4223924..ac63f08 100644
--- a/trinidad-example/trinidad-example-assembly/pom.xml
+++ b/trinidad-example/trinidad-example-assembly/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>2.1.4</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-example-assembly</artifactId>
diff --git a/trinidad-impl/pom.xml b/trinidad-impl/pom.xml
index 3f4d514..0903f85 100644
--- a/trinidad-impl/pom.xml
+++ b/trinidad-impl/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>2.1.4</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-impl</artifactId>

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.