You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by eo...@apache.org on 2022/02/28 13:41:01 UTC

[curator] branch master updated: CURATOR-625 Bump directory maven plugin version to 1.0 (#402)

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

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new 4624a87  CURATOR-625 Bump directory maven plugin version to 1.0 (#402)
4624a87 is described below

commit 4624a87d98a91a1ddf064864dee52ef1b4e71d54
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Mon Feb 28 14:40:54 2022 +0100

    CURATOR-625 Bump directory maven plugin version to 1.0 (#402)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3143814..9ee97c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
         <maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version>
         <doxia-module-confluence-version>1.11.1</doxia-module-confluence-version>
         <maven-license-plugin-version>1.9.0</maven-license-plugin-version>
+        <directory-maven-plugin-version>1.0</directory-maven-plugin-version>
         <javassist-version>3.24.1-GA</javassist-version>
         <commons-math-version>2.2</commons-math-version>
         <jackson-mapper-asl-version>1.9.13</jackson-mapper-asl-version>
@@ -685,7 +686,7 @@
                 <plugin>
                     <groupId>org.commonjava.maven.plugins</groupId>
                     <artifactId>directory-maven-plugin</artifactId>
-                    <version>0.1</version>
+                    <version>${directory-maven-plugin-version}</version>
                 </plugin>
 
                 <plugin>
@@ -850,7 +851,6 @@
             <plugin>
                 <groupId>org.commonjava.maven.plugins</groupId>
                 <artifactId>directory-maven-plugin</artifactId>
-                <version>0.1</version>
                 <executions>
                     <execution>
                         <id>directories</id>