You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/08/17 10:07:45 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated: [maven-release-plugin] prepare release org.apache.sling.feature.cpconverter-1.1.18

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e1da58  [maven-release-plugin] prepare release org.apache.sling.feature.cpconverter-1.1.18
4e1da58 is described below

commit 4e1da586af858b23fd7b703a3aca41c1725ddd0d
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Aug 17 12:07:42 2022 +0200

    [maven-release-plugin] prepare release org.apache.sling.feature.cpconverter-1.1.18
---
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8965409..f70826e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>org.apache.sling.feature.cpconverter</artifactId>
-  <version>1.1.17-SNAPSHOT</version>
+  <version>1.1.18</version>
 
   <name>Apache Sling Content-Package to Feature Model Converter</name>
   <description>Content Package to Feature Model converter tools for Apache Sling</description>
@@ -48,7 +48,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-cpconverter.git</url>
-    <tag>org.apache.sling.feature.cpconverter-1.1.12</tag>
+    <tag>org.apache.sling.feature.cpconverter-1.1.18</tag>
   </scm>
 
   <dependencies>
@@ -478,8 +478,7 @@
             </goals>
             <configuration>
               <rules>
-                <requireProvidedDependenciesInRuntimeClasspath
-                    implementation="org.apache.sling.maven.enforcer.RequireProvidedDependenciesInRuntimeClasspath">
+                <requireProvidedDependenciesInRuntimeClasspath implementation="org.apache.sling.maven.enforcer.RequireProvidedDependenciesInRuntimeClasspath">
                   <excludes>
                     <exclude>javax.servlet:javax.servlet-api</exclude><!-- not used in the CLI context -->
                     <exclude>javax.servlet:servlet-api</exclude><!-- not used in the CLI context -->