You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/02/26 09:55:25 UTC

svn commit: r1450087 - in /myfaces/tobago/trunk: pom.xml tobago-core/pom.xml tobago-extension/tobago-sandbox/pom.xml tobago-extension/tobago-taglib-extension/pom.xml

Author: lofwyr
Date: Tue Feb 26 08:55:24 2013
New Revision: 1450087

URL: http://svn.apache.org/r1450087
Log:
TOBAGO-1212: Using JSR 269: Pluggable Annotation Processing API
 -build problems using jdk 1.7: Update plugin version: See http://code.google.com/p/maven-annotation-plugin/issues/detail?id=47

Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/tobago-core/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1450087&r1=1450086&r2=1450087&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue Feb 26 08:55:24 2013
@@ -985,6 +985,11 @@
           <version>2.3</version>
           <!--version>3.1</version-->
         </plugin>
+        <plugin>
+          <groupId>org.bsc.maven</groupId>
+          <artifactId>maven-processor-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>

Modified: myfaces/tobago/trunk/tobago-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/pom.xml?rev=1450087&r1=1450086&r2=1450087&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-core/pom.xml Tue Feb 26 08:55:24 2013
@@ -50,7 +50,6 @@
       <plugin>
         <groupId>org.bsc.maven</groupId>
         <artifactId>maven-processor-plugin</artifactId>
-        <version>2.1.0</version>
         <executions>
           <execution>
             <id>process</id>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml?rev=1450087&r1=1450086&r2=1450087&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml Tue Feb 26 08:55:24 2013
@@ -74,7 +74,6 @@
       <plugin>
         <groupId>org.bsc.maven</groupId>
         <artifactId>maven-processor-plugin</artifactId>
-        <version>2.1.0</version>
         <executions>
           <execution>
             <id>process</id>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml?rev=1450087&r1=1450086&r2=1450087&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml Tue Feb 26 08:55:24 2013
@@ -72,7 +72,6 @@
       <plugin>
         <groupId>org.bsc.maven</groupId>
         <artifactId>maven-processor-plugin</artifactId>
-        <version>2.1.0</version>
         <executions>
           <execution>
             <id>process</id>