You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2021/01/29 20:33:59 UTC

svn commit: r1886036 - /turbine/fulcrum/trunk/yaafi-crypto/pom.xml

Author: painter
Date: Fri Jan 29 20:33:59 2021
New Revision: 1886036

URL: http://svn.apache.org/viewvc?rev=1886036&view=rev
Log:
Checkout from trunk was failing due to dependency on old snapshot which has now been released

Modified:
    turbine/fulcrum/trunk/yaafi-crypto/pom.xml

Modified: turbine/fulcrum/trunk/yaafi-crypto/pom.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi-crypto/pom.xml?rev=1886036&r1=1886035&r2=1886036&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi-crypto/pom.xml (original)
+++ turbine/fulcrum/trunk/yaafi-crypto/pom.xml Fri Jan 29 20:33:59 2021
@@ -74,7 +74,7 @@
     <dependency>
          <groupId>org.apache.fulcrum</groupId>
          <artifactId>fulcrum-testcontainer</artifactId>
-         <version>1.0.9-SNAPSHOT</version>
+         <version>1.0.9</version>
          <scope>test</scope>
     </dependency>
     <dependency>