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:30:07 UTC

[myfaces-trinidad] branch trinidad-1.2.x created (now 641372d)

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

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


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

This branch includes the following new commits:

     new 641372d  [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-1.2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit 641372df39fcbb09b67cfd85062f9e86fffa89d6
Author: Leonardo Uribe <lu...@apache.org>
AuthorDate: Fri Sep 16 21:40:14 2016 +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-examples/pom.xml                              | 2 +-
 trinidad-examples/trinidad-blank/pom.xml               | 2 +-
 trinidad-examples/trinidad-components-showcase/pom.xml | 2 +-
 trinidad-examples/trinidad-demo/pom.xml                | 2 +-
 trinidad-examples/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 cf2824d..c786319 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@ Create A Branch (http://maven.apache.org/plugins/maven-release-plugin/examples/b
 
   <groupId>org.apache.myfaces.trinidad</groupId>
   <artifactId>trinidad</artifactId>
-  <version>1.2.15</version>
+  <version>1.2.16-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
@@ -174,9 +174,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-1.2.15</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/tags/trinidad-1.2.15</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.15</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-1.2.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trinidad/branches/trinidad-1.2.x</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.2.x</url>
   </scm>
 
   <repositories>
diff --git a/trinidad-api/pom.xml b/trinidad-api/pom.xml
index 9f773ba..8ed5f82 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>1.2.15</version>
+    <version>1.2.16-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-api</artifactId>
diff --git a/trinidad-assembly/pom.xml b/trinidad-assembly/pom.xml
index 4989860..634d386 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>1.2.15</version>
+    <version>1.2.16-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-assembly</artifactId>
diff --git a/trinidad-build/pom.xml b/trinidad-build/pom.xml
index 0eb0da7..3e62dc3 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>1.2.15</version>
+    <version>1.2.16-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-build</artifactId>
diff --git a/trinidad-examples/pom.xml b/trinidad-examples/pom.xml
index a194437..756a645 100644
--- a/trinidad-examples/pom.xml
+++ b/trinidad-examples/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.15</version>
+    <version>1.2.16-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-example</artifactId>
diff --git a/trinidad-examples/trinidad-blank/pom.xml b/trinidad-examples/trinidad-blank/pom.xml
index 438bc64..c13721f 100644
--- a/trinidad-examples/trinidad-blank/pom.xml
+++ b/trinidad-examples/trinidad-blank/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>1.2.15</version>
+    <version>1.2.16-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-blank</artifactId>
diff --git a/trinidad-examples/trinidad-components-showcase/pom.xml b/trinidad-examples/trinidad-components-showcase/pom.xml
index fadd4db..0274db5 100644
--- a/trinidad-examples/trinidad-components-showcase/pom.xml
+++ b/trinidad-examples/trinidad-components-showcase/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.apache.myfaces.trinidad</groupId>
 		<artifactId>trinidad-example</artifactId>
-		<version>1.2.15</version>
+		<version>1.2.16-SNAPSHOT</version>
 	</parent>
 	
 	<artifactId>trinidad-components-showcase</artifactId>
diff --git a/trinidad-examples/trinidad-demo/pom.xml b/trinidad-examples/trinidad-demo/pom.xml
index 009d5fd..38403fc 100644
--- a/trinidad-examples/trinidad-demo/pom.xml
+++ b/trinidad-examples/trinidad-demo/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>1.2.15</version>
+    <version>1.2.16-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-demo</artifactId>
diff --git a/trinidad-examples/trinidad-example-assembly/pom.xml b/trinidad-examples/trinidad-example-assembly/pom.xml
index 38e163d..23fe133 100644
--- a/trinidad-examples/trinidad-example-assembly/pom.xml
+++ b/trinidad-examples/trinidad-example-assembly/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.15</version>
+    <version>1.2.16-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/trinidad-impl/pom.xml b/trinidad-impl/pom.xml
index ca4c054..e02482a 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>1.2.15</version>
+    <version>1.2.16-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>.