Repository: servicemix-bundles Updated Branches: refs/heads/master c12386095 -> 7e6531bf9
Upgrade to bundles-pom 12 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/7e6531bf Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/7e6531bf Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/7e6531bf Branch: refs/heads/master Commit: 7e6531bf91d7f897eaa69ab32c041bd1c999bcc4 Parents: c123860 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Nov 2 18:42:40 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Nov 2 18:42:40 2015 +0100 ---------------------------------------------------------------------- reflections-0.9.8/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/7e6531bf/reflections-0.9.8/pom.xml ---------------------------------------------------------------------- diff --git a/reflections-0.9.8/pom.xml b/reflections-0.9.8/pom.xml index 38df74c..a410ee5 100644 --- a/reflections-0.9.8/pom.xml +++ b/reflections-0.9.8/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,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.reflections</pkgGroupId> <pkgArtifactId>reflections</pkgArtifactId>
