You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2014/07/09 23:46:51 UTC

[38/50] git commit: The build fails when an explicit version is set, with the following error: The following artifacts could not be resolved: io.brooklyn:brooklyn-test-support:jar:0.1.0-SNAPSHOT, io.brooklyn:brooklyn-logback-includes:jar:0.1.0-SNAPSHOT

The build fails when an explicit version is set, with the following
error:
The following artifacts could not be resolved:
io.brooklyn:brooklyn-test-support:jar:0.1.0-SNAPSHOT,
io.brooklyn:brooklyn-logback-includes:jar:0.1.0-SNAPSHOT

Caused by the usage of ${project.version} in the parent dependencies
instead of ${brooklyn.version}
Instead I fixed the bundle version to 0.1.0 with the
maven-bundle-plugin. 

This project is tied to the brooklyn version in a way because its build
depends on the parent pom. 


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/881f9a31
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/881f9a31
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/881f9a31

Branch: refs/heads/master
Commit: 881f9a31fc456c39ea59557a1a38d1ca53cd9706
Parents: eefd3d4
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Tue Jul 8 11:23:19 2014 +0300
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Jul 9 22:34:46 2014 +0100

----------------------------------------------------------------------
 core/src/test/dependencies/osgi/entities/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/881f9a31/core/src/test/dependencies/osgi/entities/pom.xml
----------------------------------------------------------------------
diff --git a/core/src/test/dependencies/osgi/entities/pom.xml b/core/src/test/dependencies/osgi/entities/pom.xml
index a8dfe19..8fa76f0 100644
--- a/core/src/test/dependencies/osgi/entities/pom.xml
+++ b/core/src/test/dependencies/osgi/entities/pom.xml
@@ -4,8 +4,6 @@
     <packaging>jar</packaging>
 
     <artifactId>brooklyn-test-osgi-entities</artifactId>
-    <!-- verison here is not tied to brooklyn -->
-    <version>0.1.0-SNAPSHOT</version>
 
     <name>OSGi bundled test entities</name>