Repository: servicemix-bundles Updated Branches: refs/heads/master ed21e8cca -> a35d73027
[maven-release-plugin] prepare release org.apache.servicemix.bundles.htmlunit-2.26_1 Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/a35d7302 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/a35d7302 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/a35d7302 Branch: refs/heads/master Commit: a35d73027b1b78e5feb94b376e8fb2945ca29bdc Parents: ed21e8c Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu May 4 08:13:28 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu May 4 08:13:28 2017 +0200 ---------------------------------------------------------------------- htmlunit-2.26/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a35d7302/htmlunit-2.26/pom.xml ---------------------------------------------------------------------- diff --git a/htmlunit-2.26/pom.xml b/htmlunit-2.26/pom.xml index 8fb9ab2..0e2cf9e 100644 --- a/htmlunit-2.26/pom.xml +++ b/htmlunit-2.26/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.htmlunit</artifactId> - <version>2.26_1-SNAPSHOT</version> + <version>2.26_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,7 +39,8 @@ <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> + <tag>org.apache.servicemix.bundles.htmlunit-2.26_1</tag> + </scm> <properties> <pkgGroupId>net.sourceforge.htmlunit</pkgGroupId>
