Author: gnodet Date: Mon Feb 5 15:38:59 2018 New Revision: 1823190 URL: http://svn.apache.org/viewvc?rev=1823190&view=rev Log: [maven-release-plugin] prepare release org.apache.aries.blueprint.core-1.9.0
Modified: aries/trunk/blueprint/blueprint-core/pom.xml Modified: aries/trunk/blueprint/blueprint-core/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-core/pom.xml?rev=1823190&r1=1823189&r2=1823190&view=diff ============================================================================== --- aries/trunk/blueprint/blueprint-core/pom.xml (original) +++ aries/trunk/blueprint/blueprint-core/pom.xml Mon Feb 5 15:38:59 2018 @@ -32,16 +32,16 @@ <artifactId>org.apache.aries.blueprint.core</artifactId> <packaging>bundle</packaging> <name>Apache Aries Blueprint Core</name> - <version>1.9.0-SNAPSHOT</version> + <version>1.9.0</version> <description> This bundle contains the core implementation of Blueprint along with the "ext" namespace handler. </description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-core</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-core</developerConnection> - <url>http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-core</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.core-1.9.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.core-1.9.0</developerConnection> + <url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint.core-1.9.0</url> </scm> <properties> @@ -130,7 +130,7 @@ <dependency> <groupId>org.apache.aries.blueprint</groupId> <artifactId>blueprint-parser</artifactId> - <version>${blueprint.parser.version}</version> + <version>1.5.0</version> <scope>provided</scope> </dependency> <dependency>