Repository: servicemix-bundles Updated Branches: refs/heads/master 5c30e0c46 -> 51a6002df
Update to bundles-pom 13 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/346119e6 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/346119e6 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/346119e6 Branch: refs/heads/master Commit: 346119e6def43a5ddae36bfc369fa6b6ff264d17 Parents: 5c30e0c Author: Jean-Baptiste Onofré <[email protected]> Authored: Sat Jul 1 08:01:30 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sat Jul 1 08:01:30 2017 +0200 ---------------------------------------------------------------------- tagsoup-1.2.1/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/346119e6/tagsoup-1.2.1/pom.xml ---------------------------------------------------------------------- diff --git a/tagsoup-1.2.1/pom.xml b/tagsoup-1.2.1/pom.xml index 2dfe8f7..854872f 100644 --- a/tagsoup-1.2.1/pom.xml +++ b/tagsoup-1.2.1/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.ccil.cowan.tagsoup</pkgGroupId> <pkgArtifactId>tagsoup</pkgArtifactId>
