You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/04/21 06:11:33 UTC

svn commit: r1792166 - /myfaces/trinidad/trunk/pom.xml

Author: deki
Date: Fri Apr 21 06:11:33 2017
New Revision: 1792166

URL: http://svn.apache.org/viewvc?rev=1792166&view=rev
Log:
fixed missing version for geronimo-validation_1.0_spec

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1792166&r1=1792165&r2=1792166&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Fri Apr 21 06:11:33 2017
@@ -249,6 +249,7 @@ Create A Branch (http://maven.apache.org
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-validation_1.0_spec</artifactId>
+        <version>1.1</version>
         <scope>provided</scope>
       </dependency>