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/08/29 11:45:38 UTC

svn commit: r570722 - in /myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad: pom.xml trinidad-api/pom.xml trinidad-examples/trinidad-demo/pom.xml trinidad-impl/pom.xml

Author: matzew
Date: Wed Aug 29 02:45:32 2007
New Revision: 570722

URL: http://svn.apache.org/viewvc?rev=570722&view=rev
Log:
using a released version of the 122 plugins, to get this core122 release out

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

Modified: myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/pom.xml?rev=570722&r1=570721&r2=570722&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/pom.xml Wed Aug 29 02:45:32 2007
@@ -204,28 +204,28 @@
         <plugin>
           <groupId>org.apache.myfaces.trinidadbuild</groupId>
           <artifactId>maven-xrts-plugin</artifactId>
-          <version>1.2.2-SNAPSHOT</version>
+          <version>1.2.2</version>
           <inherited>true</inherited>
         </plugin>
 
         <plugin>
           <groupId>org.apache.myfaces.trinidadbuild</groupId>
           <artifactId>maven-faces-plugin</artifactId>
-          <version>1.2.2-SNAPSHOT</version>
+          <version>1.2.2</version>
           <inherited>true</inherited>
         </plugin>
 
         <plugin>
           <groupId>org.apache.myfaces.trinidadbuild</groupId>
           <artifactId>maven-i18n-plugin</artifactId>
-          <version>1.2.2-SNAPSHOT</version>
+          <version>1.2.2</version>
           <inherited>true</inherited>
         </plugin>
 
         <plugin>
           <groupId>org.apache.myfaces.trinidadbuild</groupId>
           <artifactId>maven-javascript-plugin</artifactId>
-          <version>1.2.2-SNAPSHOT</version>
+          <version>1.2.2</version>
           <inherited>true</inherited>
         </plugin>
 

Modified: myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-api/pom.xml?rev=570722&r1=570721&r2=570722&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-api/pom.xml Wed Aug 29 02:45:32 2007
@@ -38,7 +38,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-jdev-plugin</artifactId>
-        <version>1.2.2-SNAPSHOT</version>
+        <version>1.2.2</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -198,7 +198,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-tagdoc-plugin</artifactId>
-        <version>1.2.2-SNAPSHOT</version>
+        <version>1.2.2</version>
         <configuration>
           <taglibs>
             <tr>http://myfaces.apache.org/trinidad</tr>

Modified: myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-examples/trinidad-demo/pom.xml?rev=570722&r1=570721&r2=570722&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-examples/trinidad-demo/pom.xml Wed Aug 29 02:45:32 2007
@@ -38,7 +38,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-jdev-plugin</artifactId>
-        <version>1.2.2-SNAPSHOT</version>
+        <version>1.2.2</version>
         <configuration>
           <libraries>
             <library>JSP Runtime</library>

Modified: myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-impl/pom.xml?rev=570722&r1=570721&r2=570722&view=diff
==============================================================================
--- myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-impl/pom.xml (original)
+++ myfaces/trinidad/branches/matzew-1.2.2-release-branch/trinidad/trinidad-impl/pom.xml Wed Aug 29 02:45:32 2007
@@ -38,7 +38,7 @@
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-jdev-plugin</artifactId>
-        <version>1.2.2-SNAPSHOT</version>
+        <version>1.2.2</version>
         <configuration>
           <sourceRoots>
             <sourceRoot>src/main/java-templates/</sourceRoot>