You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2018/06/22 10:25:14 UTC

svn commit: r1834099 - /aries/trunk/component-dsl/component-dsl/pom.xml

Author: csierra
Date: Fri Jun 22 10:25:14 2018
New Revision: 1834099

URL: http://svn.apache.org/viewvc?rev=1834099&view=rev
Log:
[Componen-DSL] Fix baseline version

so snapshots are not mistakenly use as base line.

Modified:
    aries/trunk/component-dsl/component-dsl/pom.xml

Modified: aries/trunk/component-dsl/component-dsl/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/component-dsl/component-dsl/pom.xml?rev=1834099&r1=1834098&r2=1834099&view=diff
==============================================================================
--- aries/trunk/component-dsl/component-dsl/pom.xml (original)
+++ aries/trunk/component-dsl/component-dsl/pom.xml Fri Jun 22 10:25:14 2018
@@ -70,6 +70,11 @@
 				<groupId>biz.aQute.bnd</groupId>
 				<artifactId>bnd-baseline-maven-plugin</artifactId>
 				<version>3.4.0</version>
+				<configuration>
+					<base>
+						<version>1.1.0</version>
+					</base>
+				</configuration>
 				<executions>
 					<execution>
 						<id>baseline</id>