diff --git a/DEVELOPER.md b/DEVELOPER.md index 79cfd9d..f6595ee 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -46,10 +46,5 @@ Then deploy changes to _GitHub Releases_ and NuGet using the available publisher ### Releasing to the Maven repository (legacy) Maven repository is no longer the main source of releases, -but WinSW can be deployed there on-demand. -Some projects (e.g. [Jenkins](https://jenkins.io)) still depend on WinSW from the Maven repository. - -1. Make sure you have passed the Release steps above -2. Modify the `winsw.version` property to the the release version (`WINSW_VERSION`) -3. Modify version field to `${WINSW_VERSION}-SNAPSHOT` -4. Run `mvn release:prepare release:perform` \ No newline at end of file +but some projects still depend on WinSW from the Jenkins Maven repository. +Maven Packaging repository can be found [here](https://github.com/jenkinsci/winsw-maven-packaging). diff --git a/pom.xml b/pom.xml deleted file mode 100755 index 5cc03aa..0000000 --- a/pom.xml +++ /dev/null @@ -1,129 +0,0 @@ - - 4.0.0 - com.sun.winsw - winsw - pom - 2.2.1-SNAPSHOT - Windows Service Wrapper (WinSW) - https://github.com/kohsuke/winsw/ - - - 2.2.0 - - - - - The MIT license - http://www.opensource.org/licenses/mit-license.php - repo - - - - - - oleg_nenashev - Oleg Nenashev - - Maintainer - - https://github.com/oleg-nenashev/ - - - - - - maven.jenkins-ci.org - https://repo.jenkins-ci.org/releases/ - - - - - AppVeyor - https://ci.appveyor.com/project/oleg-nenashev/winsw - - - - scm:git:ssh://github.com/kohsuke/winsw.git - scm:git:ssh://git@github.com/kohsuke/winsw.git - https://github.com/kohsuke/winsw - HEAD - - - - - - maven-release-plugin - 2.5.3 - - release-verify-winsw-version - - - - org.jvnet.maven-antrun-extended-plugin - maven-antrun-extended-plugin - 1.43 - - - package - - run - - - - - - - - - - - - - - - - - - - - release-verify-winsw-version - - - - org.jvnet.maven-antrun-extended-plugin - maven-antrun-extended-plugin - 1.43 - - - package - - run - - - - - - - - - - - - - - - - - - - ant-contrib - ant-contrib - 20020829 - - - - - - - -