Repository: servicemix-bundles Updated Branches: refs/heads/master af1a54457 -> 2a8e2a37c
[maven-release-plugin] prepare release org.apache.servicemix.bundles.htmlunit-2.28_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/2a8e2a37 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/2a8e2a37 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/2a8e2a37 Branch: refs/heads/master Commit: 2a8e2a37cf6bac754bb711a7caf2d9721db5090d Parents: af1a544 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Nov 30 13:51:10 2017 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Nov 30 13:51:10 2017 +0100 ---------------------------------------------------------------------- htmlunit-2.28/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/2a8e2a37/htmlunit-2.28/pom.xml ---------------------------------------------------------------------- diff --git a/htmlunit-2.28/pom.xml b/htmlunit-2.28/pom.xml index 8e780b6..13a7760 100644 --- a/htmlunit-2.28/pom.xml +++ b/htmlunit-2.28/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.htmlunit</artifactId> - <version>2.28_1-SNAPSHOT</version> + <version>2.28_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,6 +39,7 @@ <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>org.apache.servicemix.bundles.htmlunit-2.28_1</tag> </scm> <properties>
