Repository: servicemix-bundles Updated Branches: refs/heads/master 76a4bf123 -> c5b56e4be
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/c5b56e4b Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/c5b56e4b Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/c5b56e4b Branch: refs/heads/master Commit: c5b56e4bee7edc976bf5925b760e64d1f2168618 Parents: 76a4bf1 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jun 4 08:07:39 2018 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jun 4 08:07:39 2018 +0200 ---------------------------------------------------------------------- javax-el-impl-2.2.6/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c5b56e4b/javax-el-impl-2.2.6/pom.xml ---------------------------------------------------------------------- diff --git a/javax-el-impl-2.2.6/pom.xml b/javax-el-impl-2.2.6/pom.xml index a073733..ea46f71 100644 --- a/javax-el-impl-2.2.6/pom.xml +++ b/javax-el-impl-2.2.6/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.javax-el-impl</artifactId> - <version>2.2.6_1</version> + <version>2.2.6_2-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,7 +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.javax-el-impl-2.2.6_1</tag> + <tag>HEAD</tag> </scm> <properties>
