Skip to content

Commit

Permalink
Prepare for 3.0.0 release. See #96
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Jan 24, 2018
1 parent e36eeb5 commit 73a5663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
(You should chose short names for container and volume, I just long names to describe the commands better).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
-->
<version>3.0.1-beta.2-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>hpi</packaging>


Expand Down

0 comments on commit 73a5663

Please sign in to comment.