You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2014/08/22 17:01:52 UTC

svn commit: r1619828 - /syncope/trunk/core-upgrader/pom.xml

Author: ilgrosso
Date: Fri Aug 22 15:01:51 2014
New Revision: 1619828

URL: http://svn.apache.org/r1619828
Log:
Fixing core-upgrader parent version

Modified:
    syncope/trunk/core-upgrader/pom.xml

Modified: syncope/trunk/core-upgrader/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/core-upgrader/pom.xml?rev=1619828&r1=1619827&r2=1619828&view=diff
==============================================================================
--- syncope/trunk/core-upgrader/pom.xml (original)
+++ syncope/trunk/core-upgrader/pom.xml Fri Aug 22 15:01:51 2014
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
   </parent>
  
   <groupId>org.apache.syncope</groupId>