You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2023/01/12 09:58:05 UTC

[sling-org-apache-sling-testing-sling-mock-oak] 01/02: set io.wcm.maven.release-policies.oddeven-with-suffix-version to 1.0.4 which is compatible with maven-release-plugin 3.0.0-M7

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git

commit 249c6d91313ec2dad6316275807c84f152f0b934
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Jan 12 10:56:07 2023 +0100

    set io.wcm.maven.release-policies.oddeven-with-suffix-version to 1.0.4 which is compatible with maven-release-plugin 3.0.0-M7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b89ff4..fa76a8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,7 +234,7 @@
                     <dependency>
                         <groupId>io.wcm.maven.release-policies</groupId>
                         <artifactId>io.wcm.maven.release-policies.oddeven-with-suffix-version</artifactId>
-                        <version>1.0.3-SNAPSHOT</version>
+                        <version>1.0.4</version>
                     </dependency>
                 </dependencies>
             </plugin>