From 73a5663bbba107099a34d7268430f44429fc6cba Mon Sep 17 00:00:00 2001 From: Praqma Service User Date: Wed, 24 Jan 2018 09:13:12 +0100 Subject: [PATCH] Prepare for 3.0.0 release. See #96 --- README.md | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e22b28e7..cb31654e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The plugin is designed to automate the **[CoDE:U Git Flow](http://www.praqma.com * [Jenkins CI on Github](https://github.com/jenkinsci/pretested-integration-plugin) (used as final archive for released version) * [Praqma's on github](https://github.com/Praqma/pretested-integration-plugin) (used to release from and accept pull requests) +* [Migration guide 2.X -> 3.X](https://wiki.jenkins.io/display/JENKINS/Pretested+Integration+Plugin) (Migration guide from wiki) ## Automated builds @@ -233,4 +234,4 @@ _Re-use that volume mounting it into the Maven container_ (if you read the Docke docker run -it --rm --name dev-env-4-pretested-integration-plugin-container -v dev-env-4-pretested-integration-plugin-volume:/root/.m2 -v "$PWD":/usr/src/mymaven -w /usr/src/mymaven maven:3.5-jdk-8 mvn clean -(You should chose short names for container and volume, I just long names to describe the commands better). \ No newline at end of file +(You should chose short names for container and volume, I just long names to describe the commands better). diff --git a/pom.xml b/pom.xml index 1bb7e7b5..ab052404 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ Those updates will only be visible to people who have enabled the experimental update center. Example of a beta: 3.0.0-beta.1-SNAPSHOT --> - 3.0.1-beta.2-SNAPSHOT + 3.0.0-SNAPSHOT hpi