Update to upstream version 3.3.3
This commit is contained in:
parent
91cff2ba09
commit
fbdeac7444
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ wagon-1.0-source-release.zip
|
||||
/wagon-3.0.0-source-release.zip
|
||||
/wagon-3.1.0-source-release.zip
|
||||
/wagon-3.3.2-source-release.zip
|
||||
/wagon-3.3.3-source-release.zip
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: maven-wagon
|
||||
Version: 3.3.2
|
||||
Release: 3%{?dist}
|
||||
Version: 3.3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to manage artifacts and deployment
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/wagon
|
||||
@ -13,7 +13,6 @@ BuildRequires: %{?module_prefix}mvn(commons-io:commons-io)
|
||||
BuildRequires: %{?module_prefix}mvn(org.apache.httpcomponents:httpclient)
|
||||
BuildRequires: %{?module_prefix}mvn(org.apache.httpcomponents:httpcore)
|
||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||
BuildRequires: %{?module_prefix}mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: %{?module_prefix}mvn(org.jsoup:jsoup)
|
||||
@ -57,6 +56,8 @@ following providers:
|
||||
%pom_disable_module wagon-ssh-external wagon-providers
|
||||
%pom_disable_module wagon-webdav-jackrabbit wagon-providers
|
||||
|
||||
%pom_remove_plugin :maven-shade-plugin wagon-providers/wagon-http
|
||||
|
||||
%mvn_file ":wagon-{*}" %{name}/@1
|
||||
%mvn_package ":wagon"
|
||||
|
||||
@ -75,6 +76,10 @@ following providers:
|
||||
%doc DEPENDENCIES
|
||||
|
||||
%changelog
|
||||
* Wed Jul 10 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.3-1
|
||||
- Update to upstream version 3.3.3
|
||||
- Remove dependency on maven-shade-plugin
|
||||
|
||||
* Fri Jun 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-3
|
||||
- Disable ftp and http-lightweight providers
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wagon-3.3.2-source-release.zip) = 48505538ee4eec686dea90a45cb683624a16baf899c3f0372a09520dc7a2bac7c3b92d8caf569a4ad4a7efff1b617824125dc2d3a632ee4fafd5b963d0f9a5cb
|
||||
SHA512 (wagon-3.3.3-source-release.zip) = 3fae2bea760a03896df395cee1896aa4a02e031fdc86daaba781243cad9aefa1c1c99fc7daa95e04da0248e5aa7649511d08503807dad5fc92d80e25202c999e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user