You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by se...@apache.org on 2015/06/29 12:12:05 UTC

svn commit: r1688175 - /aries/trunk/blueprint/blueprint-parser/pom.xml

Author: sergeyb
Date: Mon Jun 29 10:12:05 2015
New Revision: 1688175

URL: http://svn.apache.org/r1688175
Log:
Updating a couple of dev properties in the blueprint-parser pom

Modified:
    aries/trunk/blueprint/blueprint-parser/pom.xml

Modified: aries/trunk/blueprint/blueprint-parser/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-parser/pom.xml?rev=1688175&r1=1688174&r2=1688175&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-parser/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-parser/pom.xml Mon Jun 29 10:12:05 2015
@@ -45,14 +45,14 @@
 
     <properties>
         <blueprint.api.version>1.0.0</blueprint.api.version>
-        <lastReleaseVersion>1.2.0</lastReleaseVersion>
+        <lastReleaseVersion>1.3.0</lastReleaseVersion>
     </properties>
 
     <profiles>
         <profile>
             <id>dev</id>
             <properties>
-                <blueprint.api.version>1.0.1-SNAPSHOT</blueprint.api.version>
+                <blueprint.api.version>1.0.2-SNAPSHOT</blueprint.api.version>
             </properties>
         </profile>
     </profiles>