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

[myfaces-trinidad] 03/30: Checkpoint: temporarily rev'ing pom versions to simplify skin pregen testing.

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

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

commit 4ae244e37634a2da379466dbb6dd871ca653295f
Author: Andy Schwartz <an...@apache.org>
AuthorDate: Fri Mar 9 15:18:20 2012 +0000

    Checkpoint: temporarily rev'ing pom versions to simplify skin pregen testing.
---
 pom.xml                                                | 2 +-
 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, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1329024..e398a4a 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>2.0.2-SNAPSHOT</version>
+  <version>2.0.2-skin-pregen</version>
   <packaging>pom</packaging>
 
   <properties>
diff --git a/trinidad-api/pom.xml b/trinidad-api/pom.xml
index 3e54949..3e81854 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.2-SNAPSHOT</version>
+    <version>2.0.2-skin-pregen</version>
   </parent>
 
   <artifactId>trinidad-api</artifactId>
diff --git a/trinidad-assembly/pom.xml b/trinidad-assembly/pom.xml
index 10fc42d..e7ee6f3 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.0.2-SNAPSHOT</version>
+    <version>2.0.2-skin-pregen</version>
   </parent>
 
   <artifactId>trinidad-assembly</artifactId>
diff --git a/trinidad-build/pom.xml b/trinidad-build/pom.xml
index b385870..c2a9010 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.2-SNAPSHOT</version>
+    <version>2.0.2-skin-pregen</version>
   </parent>
 
   <artifactId>trinidad-build</artifactId>
diff --git a/trinidad-examples/pom.xml b/trinidad-examples/pom.xml
index 61ce2cf..9e91cbc 100644
--- a/trinidad-examples/pom.xml
+++ b/trinidad-examples/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-skin-pregen</version>
   </parent>
 
   <artifactId>trinidad-example</artifactId>
diff --git a/trinidad-examples/trinidad-blank/pom.xml b/trinidad-examples/trinidad-blank/pom.xml
index b119fbd..b6664fa 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.2-SNAPSHOT</version>
+    <version>2.0.2-skin-pregen</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 6b734e2..7b99ce7 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.2-SNAPSHOT</version>
+		<version>2.0.2-skin-pregen</version>
 	</parent>
 	
 	<artifactId>trinidad-components-showcase</artifactId>
diff --git a/trinidad-examples/trinidad-demo/pom.xml b/trinidad-examples/trinidad-demo/pom.xml
index 139324d..d7acd82 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.2-SNAPSHOT</version>
+    <version>2.0.2-skin-pregen</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 46a494e..c4d632e 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>2.0.2-SNAPSHOT</version>
+    <version>2.0.2-skin-pregen</version>
   </parent>
 
   <artifactId>trinidad-example-assembly</artifactId>
diff --git a/trinidad-impl/pom.xml b/trinidad-impl/pom.xml
index 0039296..3406407 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.2-SNAPSHOT</version>
+    <version>2.0.2-skin-pregen</version>
   </parent>
 
   <artifactId>trinidad-impl</artifactId>

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