SM-2862 - Fix Jest bundle
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/d965c112 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d965c112 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d965c112 Branch: refs/heads/master Commit: d965c112290387de3364b99e95e22a77cf7b83fc Parents: 074f862 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Feb 14 07:47:11 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Feb 14 07:47:11 2016 +0100 ---------------------------------------------------------------------- jest-0.1.6/pom.xml | 11 +++++++++-- pom.xml | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d965c112/jest-0.1.6/pom.xml ---------------------------------------------------------------------- diff --git a/jest-0.1.6/pom.xml b/jest-0.1.6/pom.xml index 3e17e35..a92f664 100644 --- a/jest-0.1.6/pom.xml +++ b/jest-0.1.6/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>10</version> + <version>12</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,13 @@ <name>Apache ServiceMix :: Bundles :: Jest</name> <description>This OSGi bundle wraps jest and jest-common ${pkgVersion} jar file.</description> + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url> + <tag>HEAD</tag> + </scm> + <properties> <pkgGroupId>io.searchbox</pkgGroupId> <pkgVersion>0.1.6</pkgVersion> @@ -142,4 +149,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d965c112/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1829f65..17c1e34 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ <modules> <!-- add modules for all bundles to released in the next batch here --> + <module>jest-0.1.6</module> </modules> </project>
