Repository: servicemix-bundles Updated Branches: refs/heads/master 33979c344 -> 726401e1e
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/726401e1 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/726401e1 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/726401e1 Branch: refs/heads/master Commit: 726401e1ec63ab31e8484a6f82d6010e3e33f651 Parents: 33979c3 Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Mar 6 17:03:02 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Mar 6 17:03:02 2015 +0100 ---------------------------------------------------------------------- ognl-3.0.9/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/726401e1/ognl-3.0.9/pom.xml ---------------------------------------------------------------------- diff --git a/ognl-3.0.9/pom.xml b/ognl-3.0.9/pom.xml index 459c355..f062f8d 100644 --- a/ognl-3.0.9/pom.xml +++ b/ognl-3.0.9/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>11</version> + <version>12</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> @@ -35,6 +35,13 @@ <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundles 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> + <tag>HEAD</tag> + </scm> + <properties> <pkgGroupId>ognl</pkgGroupId> <pkgArtifactId>ognl</pkgArtifactId>
