You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/04/14 03:09:33 UTC

svn commit: r1326034 - in /aries/branches/1.0-prototype/blueprint: blueprint-cm/pom.xml blueprint-core/pom.xml blueprint-parser/pom.xml

Author: cumminsh
Date: Sat Apr 14 01:09:33 2012
New Revision: 1326034

URL: http://svn.apache.org/viewvc?rev=1326034&view=rev
Log:
Updating the dev profile

Modified:
    aries/branches/1.0-prototype/blueprint/blueprint-cm/pom.xml
    aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml
    aries/branches/1.0-prototype/blueprint/blueprint-parser/pom.xml

Modified: aries/branches/1.0-prototype/blueprint/blueprint-cm/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-cm/pom.xml?rev=1326034&r1=1326033&r2=1326034&view=diff
==============================================================================
--- aries/branches/1.0-prototype/blueprint/blueprint-cm/pom.xml (original)
+++ aries/branches/1.0-prototype/blueprint/blueprint-cm/pom.xml Sat Apr 14 01:09:33 2012
@@ -60,9 +60,9 @@
         <profile>
             <id>dev</id>
             <properties>
-                <blueprint.api.version>0.3.2-SNAPSHOT</blueprint.api.version>
-                <blueprint.core.version>0.4.1-SNAPSHOT</blueprint.core.version>
-                <blueprint.parser.version>0.4.1-SNAPSHOT</blueprint.parser.version>
+                <blueprint.api.version>1.0.0-SNAPSHOT</blueprint.api.version>
+                <blueprint.core.version>1.0.0-SNAPSHOT</blueprint.core.version>
+                <blueprint.parser.version>1.0.0-SNAPSHOT</blueprint.parser.version>
             </properties>
         </profile>
     </profiles>

Modified: aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml?rev=1326034&r1=1326033&r2=1326034&view=diff
==============================================================================
--- aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml (original)
+++ aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml Sat Apr 14 01:09:33 2012
@@ -105,12 +105,12 @@
         <profile>
             <id>dev</id>
             <properties>
-                <blueprint.annotation.api.version>0.3.3-SNAPSHOT</blueprint.annotation.api.version>
-                <blueprint.api.version>0.3.2-SNAPSHOT</blueprint.api.version>
-                <blueprint.parser.version>0.4.1-SNAPSHOT</blueprint.parser.version>
-                <proxy.api.version>0.4.1-SNAPSHOT</proxy.api.version>
-                <proxy.impl.version>0.4.1-SNAPSHOT</proxy.impl.version>
-                <quiesce.api.version>0.3.1-SNAPSHOT</quiesce.api.version>
+                <blueprint.annotation.api.version>1.0.0-SNAPSHOT</blueprint.annotation.api.version>
+                <blueprint.api.version>1.0.0-SNAPSHOT</blueprint.api.version>
+                <blueprint.parser.version>1.0.0-SNAPSHOT</blueprint.parser.version>
+                <proxy.api.version>1.0.0-SNAPSHOT</proxy.api.version>
+                <proxy.impl.version>1.0.0-SNAPSHOT</proxy.impl.version>
+                <quiesce.api.version>1.0.0-SNAPSHOT</quiesce.api.version>
                 <util.version>1.0.0-SNAPSHOT</util.version>
             </properties>
         </profile>

Modified: aries/branches/1.0-prototype/blueprint/blueprint-parser/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-parser/pom.xml?rev=1326034&r1=1326033&r2=1326034&view=diff
==============================================================================
--- aries/branches/1.0-prototype/blueprint/blueprint-parser/pom.xml (original)
+++ aries/branches/1.0-prototype/blueprint/blueprint-parser/pom.xml Sat Apr 14 01:09:33 2012
@@ -48,7 +48,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <blueprint.api.version>0.3.2-SNAPSHOT</blueprint.api.version>
+                <blueprint.api.version>1.0.0-SNAPSHOT</blueprint.api.version>
             </properties>
         </profile>
     </profiles>