You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/07/18 06:00:50 UTC

[isis] 01/09: ISIS-1810: updates to latest version of release plugin.

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

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

commit fcd07db819cd978b6420f1ee1f55fbdb330e7ca0
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Jul 15 18:20:18 2018 +0100

    ISIS-1810: updates to latest version of release plugin.
    
    Attempting usual command failed, looks like can't handle
    
    Perhaps latest version of this plugin does?
---
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pom.xml b/core/pom.xml
index 62a3e44..23076c5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -944,7 +944,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5.2</version>
+                    <version>2.5.3</version>
                     <configuration>
                         <!-- overriddes the default ('clean verify') as workaround -->
                         <preparationGoals>clean install</preparationGoals>