You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/12/28 14:30:48 UTC

[maven-archiver] branch MSHARED-668-test updated: Going back to plexus-utils 3.1.0 which should fail.

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

khmarbaise pushed a commit to branch MSHARED-668-test
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git


The following commit(s) were added to refs/heads/MSHARED-668-test by this push:
     new c46bcaa  Going back to plexus-utils 3.1.0 which should fail.
c46bcaa is described below

commit c46bcaacd9c390d63f8e8c7a92f1d70b6a37c4cf
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Dec 28 15:30:20 2017 +0100

    Going back to plexus-utils 3.1.0 which should fail.
---
 Jenkinsfile | 7 -------
 pom.xml     | 2 +-
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 191e5aa..23f8b16 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,11 +16,4 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-//temporarily added to make sure .repository will be removed.
-node () {
-
-  dir ('.repository') {
-    deleteDir()
-  }
-}
 asfMavenTlpStdBuild()
diff --git a/pom.xml b/pom.xml
index 5c718f8..1350e63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.1.1-SNAPSHOT</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].