[maven-repository-plugin] Update to 2.3.1.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Oct 14 09:14:41 UTC 2010


commit 89044b20ee320ebe63b29cae05a860be6bb3915a
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Oct 14 12:13:54 2010 +0300

    Update to 2.3.1.

 .gitignore                        |    1 +
 maven-repository-plugin-pom.patch |   14 --------------
 maven-repository-plugin.spec      |   18 ++++++++----------
 sources                           |    2 +-
 4 files changed, 10 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 828154f..b4d62db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 maven-repository-plugin-2.3.tar.bz2
+maven-repository-plugin-2.3.1-source-release.zip
diff --git a/maven-repository-plugin.spec b/maven-repository-plugin.spec
index 5cc596a..ec01ec8 100644
--- a/maven-repository-plugin.spec
+++ b/maven-repository-plugin.spec
@@ -1,17 +1,12 @@
 Name:           maven-repository-plugin
-Version:        2.3
-Release:        3%{?dist}
+Version:        2.3.1
+Release:        1%{?dist}
 Summary:        Plugin to create bundles of artifacts for manual uploaded to repository
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://maven.apache.org/plugins/maven-repository-plugin/
-# svn export http://svn.apache.org/repos/asf/maven/plugins/tags/maven-repository-plugin-2.3/
-# tar jcf maven-repository-plugin-2.3.tar.bz2 maven-repository-plugin-2.3/
-Source0:        %{name}-%{version}.tar.bz2
-
-# add dep wagon-provider-api
-Patch0:         %{name}-pom.patch
+Source0:        http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -25,7 +20,7 @@ BuildRequires: maven-install-plugin
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-plugin-plugin
 BuildRequires: maven-resources-plugin
-BuildRequires: maven-surefire-maven-plugin
+BuildRequires: maven-surefire-plugin
 BuildRequires: maven-surefire-provider-junit
 BuildRequires: maven-surefire-provider-junit4
 BuildRequires: maven-plugin-testing-harness
@@ -59,7 +54,6 @@ API documentation for %{name}.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -b .sav0
 
 %build
 export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
@@ -113,10 +107,14 @@ rm -rf %{buildroot}
 
 %files javadoc
 %defattr(-,root,root,-)
+%doc LICENSE.txt
 %{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Oct 14 2010 Alexander Kurtakov <akurtako at redhat.com> 2.3.1-1
+- Update to 2.3.1.
+
 * Wed Sep 15 2010 Yong Yang <yyang at redhat.com> 2.3-3
 - BR: maven-shared-verifier
 - Add dep wagon-provider-api by patch
diff --git a/sources b/sources
index c24d6f2..4331d2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea75ba68c2a058c0d4ecb3837d5ffacc  maven-repository-plugin-2.3.tar.bz2
+e99ad9877ab344568841ade435a58761  maven-repository-plugin-2.3.1-source-release.zip


More information about the scm-commits mailing list