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

[myfaces-trinidad] 03/04: update poms

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

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

commit 3f74fc8b905c09a15056332975292dd8070a9b6f
Author: Andrew Robinson <ar...@apache.org>
AuthorDate: Tue Jul 29 05:06:28 2008 +0000

    update poms
---
 trinidad-examples/trinidad-exhibition/api/pom.xml   |  2 +-
 trinidad-examples/trinidad-exhibition/build/pom.xml |  2 +-
 trinidad-examples/trinidad-exhibition/impl/pom.xml  |  2 +-
 trinidad-examples/trinidad-exhibition/pom.xml       | 15 ++++++---------
 trinidad-examples/trinidad-exhibition/web/pom.xml   | 16 ++++++++--------
 trinidad-skins/myfaces-skin/pom.xml                 |  2 +-
 trinidad-skins/pom.xml                              |  2 +-
 7 files changed, 19 insertions(+), 22 deletions(-)

diff --git a/trinidad-examples/trinidad-exhibition/api/pom.xml b/trinidad-examples/trinidad-exhibition/api/pom.xml
index 6829698..dfdc9bb 100644
--- a/trinidad-examples/trinidad-exhibition/api/pom.xml
+++ b/trinidad-examples/trinidad-exhibition/api/pom.xml
@@ -40,7 +40,7 @@
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-exhibition-parent</artifactId>
     <!-- TODO: change version to match Trinidad after moving to the trunk -->
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
 
   <build>
diff --git a/trinidad-examples/trinidad-exhibition/build/pom.xml b/trinidad-examples/trinidad-exhibition/build/pom.xml
index 156f48d..2c7c3e1 100644
--- a/trinidad-examples/trinidad-exhibition/build/pom.xml
+++ b/trinidad-examples/trinidad-exhibition/build/pom.xml
@@ -40,7 +40,7 @@
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-exhibition-parent</artifactId>
     <!-- TODO: change version to match Trinidad after moving to the trunk -->
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
 
   <build>
diff --git a/trinidad-examples/trinidad-exhibition/impl/pom.xml b/trinidad-examples/trinidad-exhibition/impl/pom.xml
index 33b1bd6..c26bd0b 100644
--- a/trinidad-examples/trinidad-exhibition/impl/pom.xml
+++ b/trinidad-examples/trinidad-exhibition/impl/pom.xml
@@ -40,7 +40,7 @@
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-exhibition-parent</artifactId>
     <!-- TODO: change version to match Trinidad after moving to the trunk -->
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
 
   <build>
diff --git a/trinidad-examples/trinidad-exhibition/pom.xml b/trinidad-examples/trinidad-exhibition/pom.xml
index c976390..b150535 100644
--- a/trinidad-examples/trinidad-exhibition/pom.xml
+++ b/trinidad-examples/trinidad-exhibition/pom.xml
@@ -26,9 +26,7 @@
   
   <modelVersion>4.0.0</modelVersion>
   
-  <groupId>org.apache.myfaces.trinidad</groupId>
   <artifactId>trinidad-exhibition-parent</artifactId>
-  <version>1.2.8-SNAPSHOT</version>
 
   <name>Trinidad Exhibition</name>
   <description>
@@ -40,7 +38,7 @@
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-example</artifactId>
     <!-- TODO: change version to match Trinidad after moving to the trunk -->
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
 
   <packaging>pom</packaging>
@@ -121,15 +119,15 @@
     </dependency>
     
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-api</artifactId>
-      <version>${trinidad-version}</version>
+      <version>${pom.version}</version>
     </dependency>
     
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-impl</artifactId>
-      <version>${trinidad-version}</version>
+      <version>${pom.version}</version>
     </dependency>
     
     <dependency>
@@ -230,9 +228,8 @@
   
   <properties>
     <jsf-ri-scope>provided</jsf-ri-scope>
-    <jsf-ri-version>1.2_07</jsf-ri-version>
+    <jsf-ri-version>1.2_09</jsf-ri-version>
     <myfaces-scope>compile</myfaces-scope>
-    <trinidad-version>1.2.8-SNAPSHOT</trinidad-version>
     <myfaces-version>1.2.2</myfaces-version>
     <slf4j-version>1.4.3</slf4j-version>
     <snapshotUpdatePolicy>daily</snapshotUpdatePolicy>
diff --git a/trinidad-examples/trinidad-exhibition/web/pom.xml b/trinidad-examples/trinidad-exhibition/web/pom.xml
index 09b7cea..020c1dd 100644
--- a/trinidad-examples/trinidad-exhibition/web/pom.xml
+++ b/trinidad-examples/trinidad-exhibition/web/pom.xml
@@ -41,18 +41,18 @@
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad-exhibition-parent</artifactId>
     <!-- TODO: change version to match Trinidad after moving to the trunk -->
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
   
   <dependencies>
     
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-exhibition-impl</artifactId>
       <version>${pom.version}</version>
       <exclusions>
         <exclusion>
-          <groupId>${pom.groupId}</groupId>
+          <groupId>org.apache.myfaces.trinidad</groupId>
           <artifactId>trinidad-exhibition-build</artifactId>
         </exclusion>
       </exclusions>
@@ -66,14 +66,14 @@
     </dependency>
     
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-myfaces-skin</artifactId>
       <version>${pom.version}</version>
     </dependency>
     
     <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>sandbox-impl</artifactId>
+      <groupId>org.apache.myfaces.trinidad</groupId>
+      <artifactId>trinidad-sandbox-impl</artifactId>
       <version>${pom.version}</version>
     </dependency>
     
@@ -145,13 +145,13 @@
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
-          <version>1.2_07</version>
+          <version>1.2_09</version>
           <scope>compile</scope>
         </dependency>
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-impl</artifactId>
-          <version>1.2_07</version>
+          <version>1.2_09</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>
diff --git a/trinidad-skins/myfaces-skin/pom.xml b/trinidad-skins/myfaces-skin/pom.xml
index c976915..6b371e4 100644
--- a/trinidad-skins/myfaces-skin/pom.xml
+++ b/trinidad-skins/myfaces-skin/pom.xml
@@ -35,7 +35,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
   
   <dependencies>
diff --git a/trinidad-skins/pom.xml b/trinidad-skins/pom.xml
index 73737fe..c7b3088 100644
--- a/trinidad-skins/pom.xml
+++ b/trinidad-skins/pom.xml
@@ -36,7 +36,7 @@
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
-    <version>1.2.8-SNAPSHOT</version>
+    <version>1.2.9-SNAPSHOT</version>
   </parent>
 
   <modules>

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