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 2017/07/08 14:39:57 UTC

svn commit: r1801293 - /openwebbeans/trunk/distribution/src/assembly/dist-binary.xml

Author: struberg
Date: Sat Jul  8 14:39:57 2017
New Revision: 1801293

URL: http://svn.apache.org/viewvc?rev=1801293&view=rev
Log:
fix wrong binary package coordinate

Modified:
    openwebbeans/trunk/distribution/src/assembly/dist-binary.xml

Modified: openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml?rev=1801293&r1=1801292&r2=1801293&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Sat Jul  8 14:39:57 2017
@@ -83,7 +83,7 @@ under the License.
                 <include>org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar</include>
                 <include>org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:jar</include>
                 <include>org.apache.geronimo.specs:geronimo-interceptor_1.2_spec:jar</include>
-                <include>org.apache.geronimo.specs:geronimo-annotation_1.2_spec:jar</include>
+                <include>org.apache.geronimo.specs:geronimo-annotation_1.3_spec:jar</include>
                 <include>org.apache.geronimo.specs:geronimo-el_2.2_spec:jar</include>
             </includes>
         </dependencySet>