Fix parent pom version
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/51a6002d Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/51a6002d Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/51a6002d Branch: refs/heads/master Commit: 51a6002df38d87fc0b9ff759b84991769330c09c Parents: 610a530 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Jul 2 07:52:25 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Jul 2 07:52:25 2017 +0200 ---------------------------------------------------------------------- bcpg-jdk15-1.46/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/51a6002d/bcpg-jdk15-1.46/pom.xml ---------------------------------------------------------------------- diff --git a/bcpg-jdk15-1.46/pom.xml b/bcpg-jdk15-1.46/pom.xml index b339599..844d6f7 100644 --- a/bcpg-jdk15-1.46/pom.xml +++ b/bcpg-jdk15-1.46/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>9-SNAPSHOT</version> + <version>13</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,12 @@ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps {pkgArtifactId} ${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> + </scm> + <properties> <pkgGroupId>org.bouncycastle</pkgGroupId> <pkgArtifactId>bcpg-jdk15</pkgArtifactId>
