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/09/26 10:23:44 UTC

svn commit: r579505 - in /myfaces/trinidad/branches/matzew-core-103-release/trinidad: pom.xml trinidad-api/pom.xml trinidad-examples/trinidad-demo/pom.xml trinidad-impl/pom.xml

Author: matzew
Date: Wed Sep 26 01:23:43 2007
New Revision: 579505

URL: http://svn.apache.org/viewvc?rev=579505&view=rev
Log:
updated the 103-release branch to use the (soon) released unified plugins.

Modified:
    myfaces/trinidad/branches/matzew-core-103-release/trinidad/pom.xml
    myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-api/pom.xml
    myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-examples/trinidad-demo/pom.xml
    myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-impl/pom.xml

Modified: myfaces/trinidad/branches/matzew-core-103-release/trinidad/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-103-release/trinidad/pom.xml?rev=579505&r1=579504&r2=579505&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-core-103-release/trinidad/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-103-release/trinidad/pom.xml Wed Sep 26 01:23:43 2007
@@ -204,28 +204,28 @@
         <plugin>
           <groupId>org.apache.myfaces.trinidadbuild</groupId>
           <artifactId>maven-xrts-plugin</artifactId>
-          <version>1.2.3-SNAPSHOT</version>
+          <version>1.2.3</version>
           <inherited>true</inherited>
         </plugin>
 
         <plugin>
           <groupId>org.apache.myfaces.trinidadbuild</groupId>
           <artifactId>maven-faces-plugin</artifactId>
-          <version>1.2.3-SNAPSHOT</version>
+          <version>1.2.3</version>
           <inherited>true</inherited>
         </plugin>
 
         <plugin>
           <groupId>org.apache.myfaces.trinidadbuild</groupId>
           <artifactId>maven-i18n-plugin</artifactId>
-          <version>1.2.3-SNAPSHOT</version>
+          <version>1.2.3</version>
           <inherited>true</inherited>
         </plugin>
 
         <plugin>
           <groupId>org.apache.myfaces.trinidadbuild</groupId>
           <artifactId>maven-javascript-plugin</artifactId>
-          <version>1.2.3-SNAPSHOT</version>
+          <version>1.2.3</version>
           <inherited>true</inherited>
         </plugin>
 

Modified: myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-api/pom.xml?rev=579505&r1=579504&r2=579505&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-api/pom.xml Wed Sep 26 01:23:43 2007
@@ -38,7 +38,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-jdev-plugin</artifactId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.2.3</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -190,7 +190,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-tagdoc-plugin</artifactId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.2.3</version>
         <configuration>
           <taglibs>
             <tr>http://myfaces.apache.org/trinidad</tr>

Modified: myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-examples/trinidad-demo/pom.xml?rev=579505&r1=579504&r2=579505&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-examples/trinidad-demo/pom.xml Wed Sep 26 01:23:43 2007
@@ -38,7 +38,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-jdev-plugin</artifactId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.2.3</version>
         <configuration>
           <libraries>
             <library>JSP Runtime</library>

Modified: myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-impl/pom.xml?rev=579505&r1=579504&r2=579505&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-core-103-release/trinidad/trinidad-impl/pom.xml Wed Sep 26 01:23:43 2007
@@ -38,7 +38,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-jdev-plugin</artifactId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.2.3</version>
         <configuration>
           <sourceRoots>
             <sourceRoot>src/main/java-templates/</sourceRoot>