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/12/04 15:45:30 UTC

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

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 66d899f  [maven-release-plugin] prepare release org.apache.felix.logback-1.0.4
66d899f is described below

commit 66d899fc9b5e669382b40a6cf83aebdd16be8eef
Author: Raymond Augé <ra...@liferay.com>
AuthorDate: Sat Dec 4 10:45:26 2021 -0500

    [maven-release-plugin] prepare release org.apache.felix.logback-1.0.4
---
 logback/logback/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/logback/logback/pom.xml b/logback/logback/pom.xml
index edf5f3f..21060e6 100644
--- a/logback/logback/pom.xml
+++ b/logback/logback/pom.xml
@@ -29,14 +29,15 @@
     <description>
         A simple integration of the OSGi R7 Log (1.4) service to Logback backend.
     </description>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4</version>
     <artifactId>org.apache.felix.logback</artifactId>
 
     <scm>
         <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>
-    </scm>
+      <tag>org.apache.felix.logback-1.0.4</tag>
+  </scm>
 
     <properties>
         <bnd.version>6.1.0</bnd.version>