You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/12/20 16:23:53 UTC

svn commit: r605964 - /myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml

Author: matzew
Date: Thu Dec 20 07:23:52 2007
New Revision: 605964

URL: http://svn.apache.org/viewvc?rev=605964&view=rev
Log:
trinidad update

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml?rev=605964&r1=605963&r2=605964&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-trinidad/src/main/resources/archetype-resources/pom.xml Thu Dec 20 07:23:52 2007
@@ -110,14 +110,14 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.5</version>
+      <version>${myfaces.version}</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
-      <version>1.1.5</version>
+      <version>${myfaces.version}</version>
       <scope>compile</scope>
     </dependency>
 
@@ -125,14 +125,14 @@
     <dependency>
       <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-api</artifactId>
-      <version>1.0.1</version>
+      <version>${trinidad.version}</version>
       <scope>compile</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-impl</artifactId>
-      <version>1.0.1</version>
+      <version>${trinidad.version}</version>
       <scope>compile</scope>
     </dependency>
 
@@ -144,4 +144,10 @@
     </dependency>
 
   </dependencies>
+
+  <properties>
+    <trinidad.version>1.0.4</trinidad.version>
+    <myfaces.version>1.1.5</myfaces.version>
+  </properties>
+
 </project>