From 777219c3be69d76c775dfa668af5040a67e5e3cf Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Jul 03 2012 14:55:11 +0000 Subject: Update to version 4 --- diff --git a/codehaus-parent-3.pom b/codehaus-parent-3.pom deleted file mode 100644 index a82376b..0000000 --- a/codehaus-parent-3.pom +++ /dev/null @@ -1,142 +0,0 @@ - - 4.0.0 - - org.codehaus - codehaus-parent - 3 - pom - - Codehaus Parent - http://codehaus.org/ - The Codehaus is a collaborative environment for building open source projects with a strong emphasis on modern languages, focussed on quality components that meet real world needs. - - - scm:svn:http://svn.sonatype.org/spice/tags/codehaus-parent-3 - scm:svn:https://svn.sonatype.org/spice/tags/codehaus-parent-3 - http://svn.sonatype.org/spice/tags/codehaus-parent-3 - - - - - codehaus-snapshots - Codehaus Snapshots - http://nexus.codehaus.org/snapshots/ - - false - - - true - - - - - - - - codehaus-nexus-snapshots - Codehaus Nexus Snapshots - ${codehausDistMgmtSnapshotsUrl} - - - codehaus-nexus-staging - Codehaus Release Repository - https://nexus.codehaus.org/service/local/staging/deploy/maven2/ - - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - 1.0-beta-1 - - - enforce-maven - - enforce - - - - - (,2.1.0),(2.1.0,2.2.0),(2.2.0,) - Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. - - - - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.0 - - forked-path - false - -Pcodehaus-release - - - - - - - - UTF-8 - https://nexus.codehaus.org/content/repositories/snapshots/ - - - - - codehaus-release - - - - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.7 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.1 - - - sign-artifacts - verify - - sign - - - - - - - - - - diff --git a/codehaus-parent-4.pom b/codehaus-parent-4.pom new file mode 100644 index 0000000..2e10afb --- /dev/null +++ b/codehaus-parent-4.pom @@ -0,0 +1,155 @@ + + + + 4.0.0 + + org.codehaus + codehaus-parent + 4 + pom + + Codehaus Parent + http://codehaus.org/ + The Codehaus is a collaborative environment for building open source projects with a strong emphasis on modern languages, focussed on quality components that meet real world needs. + + + scm:git:git@github.com:sonatype/codehaus-parent.git + scm:git:git@github.com:sonatype/codehaus-parent.git + https://github.com/sonatype/codehaus-parent + + + + + codehaus-snapshots + Codehaus Snapshots + http://nexus.codehaus.org/snapshots/ + + false + + + true + + + + + + + + codehaus-nexus-snapshots + Codehaus Nexus Snapshots + ${codehausDistMgmtSnapshotsUrl} + + + codehaus-nexus-staging + Codehaus Release Repository + https://nexus.codehaus.org/service/local/staging/deploy/maven2/ + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0 + + + enforce-maven + + enforce + + + + + (,2.1.0),(2.1.0,2.2.0),(2.2.0,) + Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. + + + + + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + forked-path + false + -Pcodehaus-release + + + + + + + + UTF-8 + https://nexus.codehaus.org/content/repositories/snapshots/ + + + + + codehaus-release + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.7 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.1 + + + sign-artifacts + verify + + sign + + + + + + + + + + diff --git a/codehaus-parent-enforcer.patch b/codehaus-parent-enforcer.patch index 83ea882..013821a 100644 --- a/codehaus-parent-enforcer.patch +++ b/codehaus-parent-enforcer.patch @@ -1,32 +1,19 @@ ---- codehaus-parent-3.pom 2012-05-22 12:14:30.464286905 +0200 -+++ codehaus-parent-3.pom.new 2012-05-22 12:15:41.213299565 +0200 -@@ -45,29 +45,6 @@ +diff -up ./codehaus-parent-4.pom.enforcer ./codehaus-parent-4.pom +--- ./codehaus-parent-4.pom.enforcer 2012-07-03 08:52:12.845362577 -0600 ++++ ./codehaus-parent-4.pom 2012-07-03 08:53:40.415245681 -0600 +@@ -58,6 +58,7 @@ -- -- -- org.apache.maven.plugins -- maven-enforcer-plugin -- 1.0-beta-1 -- -- -- enforce-maven -- -- enforce -- -- -- -- -- (,2.1.0),(2.1.0,2.2.0),(2.2.0,) -- Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. -- -- -- -- -- -- -- ++ diff --git a/codehaus-parent.spec b/codehaus-parent.spec index 96d93a5..566ba6e 100644 --- a/codehaus-parent.spec +++ b/codehaus-parent.spec @@ -1,13 +1,13 @@ Name: codehaus-parent -Version: 3 -Release: 5%{?dist} +Version: 4 +Release: 1%{?dist} Summary: Parent pom file for codehaus projects Group: Development/Libraries License: ASL 2.0 URL: http://codehaus.org/ #Next version with license is at https://github.com/sonatype/codehaus-parent/blob/master/pom.xml -Source0: http://repo1.maven.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom +Source0: http://repo1.maven.org/maven2/org/codehaus/codehaus-parent/%{version}/codehaus-parent-%{version}.pom Patch0: %{name}-enforcer.patch BuildArch: noarch @@ -29,7 +29,7 @@ cp %{SOURCE0} . %install install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir} -install -pm 644 codehaus-parent-3.pom \ +install -pm 644 codehaus-parent-%{version}.pom \ $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom %add_maven_depmap JPP-%{name}.pom @@ -40,6 +40,9 @@ install -pm 644 codehaus-parent-3.pom \ %{_mavendepmapfragdir}/* %changelog +* Tue Jul 3 2012 Orion Poplawski - 4-1 +- Update to version 4 + * Tue May 22 2012 Stanislav Ochotnicky - 3-5 - Patch enforcer plugin out so it's not needed in all child packages