[maven-compiler-plugin] Updated to latest upstream version (2.5.1)

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Jun 19 14:43:22 UTC 2012


commit 9eef495a30a48ace2412b7480c3ecfedb3204c9c
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Jun 19 16:39:14 2012 +0200

    Updated to latest upstream version (2.5.1)

 .gitignore                 |    1 +
 maven-compiler-plugin.spec |   11 ++++++-----
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aca9039..40dc02f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 maven-compiler-plugin-2.0.2.tar.xz
 /maven-compiler-plugin-2.3.2.tar.xz
 /maven-compiler-plugin-2.4.tar.xz
+/maven-compiler-plugin-2.5.1-source-release.zip
diff --git a/maven-compiler-plugin.spec b/maven-compiler-plugin.spec
index 66cdb78..baf4ca5 100644
--- a/maven-compiler-plugin.spec
+++ b/maven-compiler-plugin.spec
@@ -1,14 +1,12 @@
 Name:           maven-compiler-plugin
-Version:        2.4
+Version:        2.5.1
 Release:        1%{?dist}
 Summary:        Maven Compiler Plugin
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://maven.apache.org/plugins/maven-compiler-plugin
-#svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-2.4 maven-compiler-plugin-2.4
-#tar caf maven-compiler-plugin-2.4.tar.xz maven-compiler-plugin-2.4/
-Source0:        %{name}-%{version}.tar.xz
+Source0:        http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
 
 BuildArch: noarch
 
@@ -51,7 +49,7 @@ API documentation for %{name}.
 
 
 %prep
-%setup -q #You may need to update this according to your Source0
+%setup -q 
 
 %build
 mvn-rpmbuild install javadoc:aggregate -Dmaven.test.failure.ignore
@@ -83,6 +81,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Jun 19 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.5.1-1
+- Updated to latest upstream version (2.5.1)
+
 * Wed May 23 2012 Tomas Radej <tradej at redhat.com> - 2.4-1
 - Updated to latest upstream version
 - Guidelines fixes + Removed RPM workaround
diff --git a/sources b/sources
index 0e517ed..9bacdc0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1f8953cbf4b030952074ff36f638d66  maven-compiler-plugin-2.4.tar.xz
+586235ad82136608c9a7ee7d9d994e9f  maven-compiler-plugin-2.5.1-source-release.zip


More information about the scm-commits mailing list