Update to upstream version 1.1
This commit is contained in:
parent
640166ff76
commit
7d9ab5c801
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/maven-script-interpreter-1.0-source-release.zip
|
||||
/maven-script-interpreter-1.1-source-release.zip
|
||||
|
||||
@ -1,21 +0,0 @@
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 3d674d2..2bbb913 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -97,14 +97,14 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
- <artifactId>plexus-maven-plugin</artifactId>
|
||||
+ <artifactId>plexus-component-metadata</artifactId>
|
||||
<version>1.3.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>create-component-descriptor</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
- <goal>descriptor</goal>
|
||||
+ <goal>generate-metadata</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
@ -1,14 +1,11 @@
|
||||
Name: maven-script-interpreter
|
||||
Version: 1.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Maven Script Interpreter
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/%{name}
|
||||
URL: http://maven.apache.org/shared/maven-script-interpreter/
|
||||
Source0: http://central.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
# Plexus-maven-plugin no longer used
|
||||
Patch0: %{name}-plexus.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
@ -35,10 +32,9 @@ API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%mvn_build -- -Dproject.build.sourceEncoding=UTF-8
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -51,6 +47,9 @@ API documentation for %{name}.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 02 2013 Michal Srb <msrb@redhat.com> - 1.1-1
|
||||
- Update to upstream version 1.1
|
||||
|
||||
* Mon Aug 05 2013 Michal Srb <msrb@redhat.com> - 1.0-5
|
||||
- Adapt to current guidelines
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user