You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by jb...@apache.org on 2023/05/15 06:45:26 UTC

[felix-dev] branch master updated: [maven-release-plugin] prepare release org.apache.felix.log-1.3.0

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

jbonofre 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 111bd564ea [maven-release-plugin] prepare release org.apache.felix.log-1.3.0
111bd564ea is described below

commit 111bd564ea6cb0a020d49b17b5cb732461e4f0db
Author: JB Onofré <jb...@dremio.com>
AuthorDate: Mon May 15 08:45:18 2023 +0200

    [maven-release-plugin] prepare release org.apache.felix.log-1.3.0
---
 log/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/log/pom.xml b/log/pom.xml
index 81a188e86d..2c45665216 100644
--- a/log/pom.xml
+++ b/log/pom.xml
@@ -29,7 +29,7 @@
   <description>
     A simple implementation of the OSGi R8 Log service.
   </description>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.3.0</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>HEAD</tag>
+    <tag>org.apache.felix.log-1.3.0</tag>
   </scm>
 
   <dependencies>