Branch: refs/heads/master Home: https://github.com/jenkinsci/maven-deployment-linker-plugin Commit: 5135a2f81a7ece5c29f1c8f16a2dc99f854fc955 https://github.com/jenkinsci/maven-deployment-linker-plugin/commit/5135a2f81a7ece5c29f1c8f16a2dc99f854fc955 Author: Christian Apel <ca...@init-ka.de> Date: 2012-07-16 (Mon, 16 Jul 2012)
Changed paths: M pom.xml M src/main/java/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerAction.java M src/main/java/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction.java Log Message: ----------- - Updated the parent POM version to allow builds with JDK7 - Deployment lists are now returned as release builds if at least one of the deployed artifacts was a RELEASE. This is necessary to allow the automatic deployment of the next SNAPSHOT version after a successful release build (e.g. as a post build step). Commit: bcdda0a3a4b8039e5cb6f44572e8cde814e9743f https://github.com/jenkinsci/maven-deployment-linker-plugin/commit/bcdda0a3a4b8039e5cb6f44572e8cde814e9743f Author: Larry Shatzer <lar...@gmail.com> Date: 2012-07-18 (Wed, 18 Jul 2012) Changed paths: M pom.xml M src/main/java/hudson/plugins/mavendeploymentlinker/MavenDeploymentLinkerAction.java M src/main/java/hudson/plugins/mavendeploymentlinker/MavenDeploymentProjectLinkerAction.java Log Message: ----------- Merge pull request #3 from docswanson/master Sending a pull request Compare: https://github.com/jenkinsci/maven-deployment-linker-plugin/compare/84a32f25a18d...bcdda0a3a4b8