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 2018/06/21 18:03:18 UTC

[maven-archiver] 04/04: 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

commit eb4eaef5d12cd7acd9059e350e0dc560029f6c90
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 e32c8a2..9381481 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>