Update bundles-pom
Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/8604ef13 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/8604ef13 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/8604ef13 Branch: refs/heads/master Commit: 8604ef13933166dee4ed8b46755515915068d72a Parents: aab138e Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Jul 2 21:33:26 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Jul 2 21:33:26 2017 +0200 ---------------------------------------------------------------------- ibatis-sqlmap-2.3.4.726/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/8604ef13/ibatis-sqlmap-2.3.4.726/pom.xml ---------------------------------------------------------------------- diff --git a/ibatis-sqlmap-2.3.4.726/pom.xml b/ibatis-sqlmap-2.3.4.726/pom.xml index 5de64a5..2b775ce 100644 --- a/ibatis-sqlmap-2.3.4.726/pom.xml +++ b/ibatis-sqlmap-2.3.4.726/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 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> + </scm> + <properties> <pkgGroupId>org.apache.ibatis</pkgGroupId> <pkgArtifactId>ibatis-sqlmap</pkgArtifactId>
