You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2015/04/09 19:38:47 UTC

svn commit: r1672431 - in /openwebbeans/trunk: pom.xml webbeans-impl/pom.xml

Author: struberg
Date: Thu Apr  9 17:38:47 2015
New Revision: 1672431

URL: http://svn.apache.org/r1672431
Log:
upgrade to 1.0 final versions of some specs

In other words: ditch all alpha versions and use the 'real' ones

Modified:
    openwebbeans/trunk/pom.xml
    openwebbeans/trunk/webbeans-impl/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1672431&r1=1672430&r2=1672431&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Thu Apr  9 17:38:47 2015
@@ -69,13 +69,13 @@
         <dom4j.version>1.6.1</dom4j.version>
         <geronimo_ejb.version>1.0.2</geronimo_ejb.version>
         <geronimo_el.version>1.0.2</geronimo_el.version>
-        <geronimo_annotation.version>1.0-alpha-1</geronimo_annotation.version>
+        <geronimo_annotation.version>1.0</geronimo_annotation.version>
         <geronimo_jpa.version>1.1</geronimo_jpa.version>
         <geronimo_jta.version>1.1.1</geronimo_jta.version>
         <geronimo_jsp.version>1.0.1</geronimo_jsp.version>
-        <geronimo_cdi.version>1.0-alpha-1</geronimo_cdi.version>
+        <geronimo_cdi.version>1.0</geronimo_cdi.version>
         <geronimo_atinject.version>1.0</geronimo_atinject.version>
-        <geronimo_interceptor.version>1.0-alpha-1</geronimo_interceptor.version>
+        <geronimo_interceptor.version>1.0</geronimo_interceptor.version>
         <geronimo_validation.version>1.1</geronimo_validation.version>
         <tomcat6.version>6.0.35</tomcat6.version>
         <tomcat7.version>7.0.54</tomcat7.version>
@@ -457,7 +457,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.8</version>
+                <version>2.9.1</version>
                 <configuration>
                     <quiet>true</quiet>
                     <links>
@@ -715,7 +715,6 @@
             </activation>
             <reporting>
                 <plugins>
-                    <!-- Apache plugins in alphabetical order -->
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jxr-plugin</artifactId>
@@ -779,7 +778,6 @@
                             </reportSet>
                         </reportSets>
                     </plugin>
-                    <!-- Codehaus plugins in alphabetical order -->
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>cobertura-maven-plugin</artifactId>

Modified: openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=1672431&r1=1672430&r2=1672431&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/pom.xml Thu Apr  9 17:38:47 2015
@@ -106,7 +106,6 @@
 
     <reporting>
         <plugins>
-            <!-- Apache plugins in alphabetical order -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>