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:46 UTC

[myfaces-trinidad] 02/33: [ROLLUP 1] Change POM version to mark the beginning of update rollup 1. All of these changes should be in trunk-2.0.x

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

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

commit 7d045a5ca594946236a81ebab1cf35d287ada845
Author: Scott Bryan <so...@apache.org>
AuthorDate: Tue May 8 23:05:20 2012 +0000

    [ROLLUP 1] Change POM version to mark the beginning of update rollup 1.  All of these changes should be in trunk-2.0.x
---
 pom.xml                                                | 2 +-
 trinidad-api/pom.xml                                   | 2 +-
 trinidad-assembly/pom.xml                              | 3 ++-
 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    | 3 ++-
 trinidad-impl/pom.xml                                  | 2 +-
 10 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b272b0..4074472 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
   <groupId>org.apache.myfaces.trinidad</groupId>
   <artifactId>trinidad</artifactId>
-  <version>2.0.0.1-SNAPSHOT</version>
+  <version>2.0.0.1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <properties>
diff --git a/trinidad-api/pom.xml b/trinidad-api/pom.xml
index 1572e6f..aa18cb0 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.0.0.1-SNAPSHOT</version>
+    <version>2.0.0.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-api</artifactId>
diff --git a/trinidad-assembly/pom.xml b/trinidad-assembly/pom.xml
index 0734ae3..be444da 100644
--- a/trinidad-assembly/pom.xml
+++ b/trinidad-assembly/pom.xml
@@ -26,10 +26,11 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-assembly</artifactId>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <build>
diff --git a/trinidad-build/pom.xml b/trinidad-build/pom.xml
index b2f65e0..9fb580d 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.0.0.1-SNAPSHOT</version>
+    <version>2.0.0.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-build</artifactId>
diff --git a/trinidad-examples/pom.xml b/trinidad-examples/pom.xml
index b44f098..2d19043 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>2.0.0.1-SNAPSHOT</version>
+    <version>2.0.0.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-example</artifactId>
diff --git a/trinidad-examples/trinidad-blank/pom.xml b/trinidad-examples/trinidad-blank/pom.xml
index 38c465b..23f9782 100644
--- a/trinidad-examples/trinidad-blank/pom.xml
+++ b/trinidad-examples/trinidad-blank/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
-    <version>2.0.0.1-SNAPSHOT</version>
+    <version>2.0.0.1.1-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 fc18ecc..344ed2f 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>2.0.0.1-SNAPSHOT</version>
+		<version>2.0.0.1.1-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 586fbd8..18c0eda 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>2.0.0.1-SNAPSHOT</version>
+    <version>2.0.0.1.1-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 47dbfda..6c4848d 100644
--- a/trinidad-examples/trinidad-example-assembly/pom.xml
+++ b/trinidad-examples/trinidad-example-assembly/pom.xml
@@ -27,10 +27,11 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0.1.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>trinidad-example-assembly</artifactId>
+  <version>2.0.0</version>
   <packaging>pom</packaging>
 
   <build>
diff --git a/trinidad-impl/pom.xml b/trinidad-impl/pom.xml
index 18ba5f8..66cdb6a 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.0.0.1-SNAPSHOT</version>
+    <version>2.0.0.1.1-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>.