You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/08/17 06:36:21 UTC

svn commit: r986185 - in /myfaces/tomahawk/trunk: core/pom.xml core12/pom.xml core20/pom.xml pom.xml

Author: lu4242
Date: Tue Aug 17 04:36:20 2010
New Revision: 986185

URL: http://svn.apache.org/viewvc?rev=986185&view=rev
Log:
unify and update myfaces-builder-plugin and annotations version

Modified:
    myfaces/tomahawk/trunk/core/pom.xml
    myfaces/tomahawk/trunk/core12/pom.xml
    myfaces/tomahawk/trunk/core20/pom.xml
    myfaces/tomahawk/trunk/pom.xml

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?rev=986185&r1=986184&r2=986185&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Tue Aug 17 04:36:20 2010
@@ -364,7 +364,7 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>1.0.4</version>
+        <version>${myfaces-builder-plugin-version}</version>
         <executions>
           <execution>
             <!-- A hierarchy of different tag classes must be created, 
@@ -623,7 +623,7 @@
             <!-- Generate content for custom tagdoc report -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.4</version>
+            <version>${myfaces-builder-plugin-version}</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>
@@ -651,7 +651,7 @@
             <!-- which goal is run here? -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.4</version>
+            <version>${myfaces-builder-plugin-version}</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>

Modified: myfaces/tomahawk/trunk/core12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core12/pom.xml?rev=986185&r1=986184&r2=986185&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core12/pom.xml (original)
+++ myfaces/tomahawk/trunk/core12/pom.xml Tue Aug 17 04:36:20 2010
@@ -167,7 +167,7 @@
     <dependency>
       <groupId>org.apache.myfaces.buildtools</groupId>
       <artifactId>myfaces-builder-annotations</artifactId> 
-      <version>1.0.4</version>
+      <version>${myfaces-builder-annotations-version}</version>
       <scope>provided</scope>
     </dependency>
 
@@ -344,7 +344,7 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>1.0.4</version>
+        <version>${myfaces-builder-plugin-version}</version>
         <executions>
           <execution>
             <id>unpack-tomahawk</id>
@@ -658,7 +658,7 @@
             <!-- Generate content for custom tagdoc report -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.4</version>
+            <version>${myfaces-builder-plugin-version}</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>
@@ -686,7 +686,7 @@
             <!-- which goal is run here? -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.4</version>
+            <version>${myfaces-builder-plugin-version}</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>

Modified: myfaces/tomahawk/trunk/core20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/pom.xml?rev=986185&r1=986184&r2=986185&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core20/pom.xml (original)
+++ myfaces/tomahawk/trunk/core20/pom.xml Tue Aug 17 04:36:20 2010
@@ -173,7 +173,7 @@
     <dependency>
       <groupId>org.apache.myfaces.buildtools</groupId>
       <artifactId>myfaces-builder-annotations</artifactId> 
-      <version>1.0.5-SNAPSHOT</version>
+      <version>${myfaces-builder-annotations-version}</version>
       <scope>provided</scope>
     </dependency>
 
@@ -358,7 +358,7 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>1.0.6-SNAPSHOT</version>
+        <version>${myfaces-builder-plugin-version}</version>
         <executions>
           <execution>
             <id>unpack-tomahawk</id>
@@ -758,7 +758,7 @@
             <!-- Generate content for custom tagdoc report -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.6-SNAPSHOT</version>
+            <version>${myfaces-builder-plugin-version}</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>
@@ -788,7 +788,7 @@
             <!-- which goal is run here? -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.6-SNAPSHOT</version>
+            <version>${myfaces-builder-plugin-version}</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/pom.xml?rev=986185&r1=986184&r2=986185&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Tue Aug 17 04:36:20 2010
@@ -183,6 +183,10 @@
       - Define what shared lib version tomahawk20 and sandbox20 code will be compiled with.
       -->
     <myfaces-shared20-version>4.0.3-SNAPSHOT</myfaces-shared20-version>
+
+    <myfaces-builder-annotations-version>1.0.6-SNAPSHOT</myfaces-builder-annotations-version>
+
+    <myfaces-builder-plugin-version>1.0.6</myfaces-builder-plugin-version>
   </properties>
 
 </project>
\ No newline at end of file