Author: struberg
Date: Tue May 30 20:03:41 2017
New Revision: 1796925
URL: http://svn.apache.org/viewvc?rev=1796925&view=rev
Log:
OWB-1182 upgrade to common-annotations 1.3
Modified:
openwebbeans/trunk/atinject-tck/pom.xml
openwebbeans/trunk/distribution/pom.xml
openwebbeans/trunk/pom.xml
openwebbeans/trunk/samples/guess/pom.xml
openwebbeans/trunk/samples/jsf2sample/pom.xml
openwebbeans/trunk/samples/reservation/pom.xml
openwebbeans/trunk/samples/tomcat7-sample/pom.xml
openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml
openwebbeans/trunk/webbeans-el22/pom.xml
openwebbeans/trunk/webbeans-impl/pom.xml
openwebbeans/trunk/webbeans-porting/pom.xml
openwebbeans/trunk/webbeans-web/pom.xml
Modified: openwebbeans/trunk/atinject-tck/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/atinject-tck/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/atinject-tck/pom.xml (original)
+++ openwebbeans/trunk/atinject-tck/pom.xml Tue May 30 20:03:41 2017
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
</dependency>
<dependency>
Modified: openwebbeans/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/pom.xml (original)
+++ openwebbeans/trunk/distribution/pom.xml Tue May 30 20:03:41 2017
@@ -131,7 +131,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Tue May 30 20:03:41 2017
@@ -61,7 +61,7 @@
<geronimo_servlet.version>1.0</geronimo_servlet.version>
<geronimo_ejb.version>1.0.2</geronimo_ejb.version>
<geronimo_el.version>1.0.4</geronimo_el.version>
- <geronimo_annotation.version>1.0</geronimo_annotation.version>
+ <geronimo_annotation.version>1.0-SNAPSHOT</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>
@@ -607,7 +607,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
<version>${geronimo_annotation.version}</version>
</dependency>
Modified: openwebbeans/trunk/samples/guess/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/guess/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/samples/guess/pom.xml (original)
+++ openwebbeans/trunk/samples/guess/pom.xml Tue May 30 20:03:41 2017
@@ -97,7 +97,7 @@ under the License.
<!-- JSR-250 API -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
</dependency>
<!-- SPI API -->
Modified: openwebbeans/trunk/samples/jsf2sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/jsf2sample/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/samples/jsf2sample/pom.xml (original)
+++ openwebbeans/trunk/samples/jsf2sample/pom.xml Tue May 30 20:03:41 2017
@@ -99,7 +99,7 @@ under the License.
<!-- JSR-250 API -->
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
</dependency>
<!-- SPI API -->
Modified: openwebbeans/trunk/samples/reservation/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/reservation/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ openwebbeans/trunk/samples/reservation/pom.xml Tue May 30 20:03:41 2017
@@ -78,7 +78,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
</dependency>
<dependency>
Modified: openwebbeans/trunk/samples/tomcat7-sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/tomcat7-sample/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/samples/tomcat7-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/tomcat7-sample/pom.xml Tue May 30 20:03:41 2017
@@ -79,7 +79,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
<scope>provided</scope>
</dependency>
@@ -224,7 +224,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
<version>${geronimo_annotation.version}</version>
</dependency>
Modified:
openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml
(original)
+++ openwebbeans/trunk/webbeans-arquillian/owb-arquillian-standalone/pom.xml
Tue May 30 20:03:41 2017
@@ -49,7 +49,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Modified: openwebbeans/trunk/webbeans-el22/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-el22/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-el22/pom.xml (original)
+++ openwebbeans/trunk/webbeans-el22/pom.xml Tue May 30 20:03:41 2017
@@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
<scope>provided</scope>
</dependency>
Modified: openwebbeans/trunk/webbeans-impl/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/pom.xml Tue May 30 20:03:41 2017
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
<scope>provided</scope>
</dependency>
Modified: openwebbeans/trunk/webbeans-porting/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-porting/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-porting/pom.xml (original)
+++ openwebbeans/trunk/webbeans-porting/pom.xml Tue May 30 20:03:41 2017
@@ -93,7 +93,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
<version>${geronimo_annotation.version}</version>
</dependency>
Modified: openwebbeans/trunk/webbeans-web/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-web/pom.xml?rev=1796925&r1=1796924&r2=1796925&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-web/pom.xml (original)
+++ openwebbeans/trunk/webbeans-web/pom.xml Tue May 30 20:03:41 2017
@@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-annotation_1.2_spec</artifactId>
+ <artifactId>geronimo-annotation_1.3_spec</artifactId>
<scope>provided</scope>
</dependency>