From e0668a25302f03f7685e8834d8f4584765f2a365 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 10 Dec 2016 02:07:42 +0100 Subject: [PATCH 1/3] Move pom.xml to the top level, use GitHub releases as a source --- src/Core/ServiceWrapper/pom.xml => pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) rename src/Core/ServiceWrapper/pom.xml => pom.xml (75%) diff --git a/src/Core/ServiceWrapper/pom.xml b/pom.xml similarity index 75% rename from src/Core/ServiceWrapper/pom.xml rename to pom.xml index 3cd15f7..b9c9baf 100755 --- a/src/Core/ServiceWrapper/pom.xml +++ b/pom.xml @@ -4,8 +4,12 @@ winsw pom 2.0-SNAPSHOT - Windows service wrapper + Windows Service Wrapper (WinSW) + + 2.0.3 + + maven.jenkins-ci.org @@ -19,17 +23,17 @@ https://github.com/kohsuke/winsw HEAD - + maven-release-plugin 2.5.3 - org.jvnet.maven-antrun-extended-plugin maven-antrun-extended-plugin + 1.43 package @@ -38,7 +42,10 @@ - + + + From 6c44bfe28b74d9140bf2eeb44e420d242a9da231 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 10 Dec 2016 02:15:34 +0100 Subject: [PATCH 2/3] POM.xml: Add project URL and information about the maintainer and CI --- pom.xml | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index b9c9baf..4c8ed73 100755 --- a/pom.xml +++ b/pom.xml @@ -5,10 +5,30 @@ pom 2.0-SNAPSHOT Windows Service Wrapper (WinSW) - + https://github.com/kohsuke/winsw/ + 2.0.3 - + + + + + The MIT license + http://www.opensource.org/licenses/mit-license.php + repo + + + + + + oleg_nenashev + Oleg Nenashev + + Maintainer + + https://github.com/oleg-nenashev/ + + @@ -16,6 +36,11 @@ https://repo.jenkins-ci.org/releases/ + + + AppVeyor + https://ci.appveyor.com/project/oleg-nenashev/winsw + scm:git:ssh://github.com/kohsuke/winsw.git @@ -53,12 +78,4 @@ - - - - The MIT license - http://www.opensource.org/licenses/mit-license.php - repo - - From 9c13374d5333107be7ef9d48b19536bbd0315fe8 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 10 Dec 2016 02:35:21 +0100 Subject: [PATCH 3/3] Issue #80 - Maven builds now picks releases from GitHub and verifies WinSW versions --- pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/pom.xml b/pom.xml index 4c8ed73..b6c41ed 100755 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,9 @@ maven-release-plugin 2.5.3 + + release-verify-winsw-version + org.jvnet.maven-antrun-extended-plugin @@ -78,4 +81,49 @@ + + + + + release-verify-winsw-version + + + + org.jvnet.maven-antrun-extended-plugin + maven-antrun-extended-plugin + 1.43 + + + package + + run + + + + + + + + + + + + + + + + + + + ant-contrib + ant-contrib + 20020829 + + + + + + +