You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2012/02/29 14:07:30 UTC

svn commit: r1295086 - in /myfaces/extensions/scripting/trunk: extscript-bundles/extscript12-assembly/pom.xml extscript-examples/spring-example/pom.xml pom.xml

Author: werpu
Date: Wed Feb 29 13:07:30 2012
New Revision: 1295086

URL: http://svn.apache.org/viewvc?rev=1295086&view=rev
Log:
https://issues.apache.org/jira/browse/EXTSCRIPT-152
Various fixes in the poms

Modified:
    myfaces/extensions/scripting/trunk/extscript-bundles/extscript12-assembly/pom.xml
    myfaces/extensions/scripting/trunk/extscript-examples/spring-example/pom.xml
    myfaces/extensions/scripting/trunk/pom.xml

Modified: myfaces/extensions/scripting/trunk/extscript-bundles/extscript12-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-bundles/extscript12-assembly/pom.xml?rev=1295086&r1=1295085&r2=1295086&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/extscript-bundles/extscript12-assembly/pom.xml (original)
+++ myfaces/extensions/scripting/trunk/extscript-bundles/extscript12-assembly/pom.xml Wed Feb 29 13:07:30 2012
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.myfaces.extensions.scripting</groupId>
         <artifactId>extscript-bundles</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
 
     <scm>
@@ -140,25 +140,25 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.scripting</groupId>
             <artifactId>extscript-core</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.extensions.scripting</groupId>
             <artifactId>extscript-core-java6</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.extensions.scripting</groupId>
             <artifactId>extscript-myfaces12-extensions</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0.2-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
     </dependencies>
 
     <properties>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </properties>
 </project>

Modified: myfaces/extensions/scripting/trunk/extscript-examples/spring-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/extscript-examples/spring-example/pom.xml?rev=1295086&r1=1295085&r2=1295086&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/extscript-examples/spring-example/pom.xml (original)
+++ myfaces/extensions/scripting/trunk/extscript-examples/spring-example/pom.xml Wed Feb 29 13:07:30 2012
@@ -3,14 +3,14 @@
     <parent>
         <artifactId>extscript-examples</artifactId>
         <groupId>org.apache.myfaces.extensions.scripting</groupId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.extensions.scripting</groupId>
     <artifactId>spring-example</artifactId>
     <packaging>war</packaging>
     <name>A custom project using myfaces and spring</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
     <url>http://www.apache.org</url>
 
     <properties>
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.scripting</groupId>
             <artifactId>extscript-myfaces20-bundle</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0.2-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: myfaces/extensions/scripting/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/pom.xml?rev=1295086&r1=1295085&r2=1295086&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/pom.xml (original)
+++ myfaces/extensions/scripting/trunk/pom.xml Wed Feb 29 13:07:30 2012
@@ -41,7 +41,7 @@
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>11</version>
+        <version>12</version>
     </parent>
 
     <modules>
@@ -139,7 +139,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
-
+                <version>2.5.1</version>
                 <executions>
                     <execution>
                         <goals>
@@ -205,12 +205,13 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-
+                <version>2.8</version>
             </plugin>
 
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jxr-maven-plugin</artifactId>
+                <version>2.3</version>
                 <!--
                 <configuration>
                     <aggregate>true</aggregate>
@@ -221,7 +222,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>taglist-maven-plugin</artifactId>
-
+                <version>2.4</version>
                 <configuration>
                     <tags>
                         <tag>TODO</tag>
@@ -235,13 +236,13 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>surefire-report-maven-plugin</artifactId>
-
+                <version>2.12</version>
             </plugin>
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-
+                <version>2.12</version>
                 <configuration>
                     <targetJdk>1.5</targetJdk>
                 </configuration>
@@ -251,6 +252,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
+                <version>2.5.1</version>
                 <configuration>
                     <formats>
                         <format>html</format>