You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ro...@apache.org on 2021/11/30 20:55:20 UTC

[felix-dev] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 69ef520  [maven-release-plugin] prepare for next development iteration
69ef520 is described below

commit 69ef52045ad86465af479342d6023b6ef3d91431
Author: Raymond Augé <ra...@liferay.com>
AuthorDate: Tue Nov 30 15:55:08 2021 -0500

    [maven-release-plugin] prepare for next development iteration
---
 log/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/log/pom.xml b/log/pom.xml
index 8ad73ed..3489636 100644
--- a/log/pom.xml
+++ b/log/pom.xml
@@ -29,7 +29,7 @@
   <description>
     A simple implementation of the OSGi R7 Log service.
   </description>
-  <version>1.2.6</version>
+  <version>1.2.7-SNAPSHOT</version>
   <artifactId>org.apache.felix.log</artifactId>
 
   <properties>
@@ -41,7 +41,7 @@
     <connection>scm:git:https://github.com/apache/felix-dev.git</connection>
     <developerConnection>scm:git:https://github.com/apache/felix-dev.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=felix-dev.git</url>
-    <tag>org.apache.felix.log-1.2.6</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <dependencies>