Update to upstream version 0.12.1

- Resolves: rhbz#912333 (M2_HOME is not exported)
This commit is contained in:
Mikolaj Izdebski 2013-02-18 14:52:17 +01:00
parent b086e34c36
commit 1778d6c27e
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/javapackages-0.11.1.tar.xz
/javapackages-0.11.2.tar.xz
/javapackages-0.12.0.tar.xz
/javapackages-0.12.1.tar.xz

View File

@ -1,5 +1,5 @@
Name: javapackages-tools
Version: 0.12.0
Version: 0.12.1
Release: 1%{?dist}
Summary: Macros and scripts for Java packaging support
@ -121,6 +121,10 @@ rm -f $RPM_BUILD_ROOT%{_bindir}/mvn-{local,rpmbuild}
%changelog
* Mon Feb 18 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.12.1-1
- Update to upstream version 0.12.1
- Resolves: rhbz#912333 (M2_HOME is not exported)
* Fri Feb 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.12.0-1
- Update to upstream version 0.12.0
- Implement new pom macros: xpath_replace and xpath_set

View File

@ -1 +1 @@
cde8c06d1287abb4fa2877a12f09cfed javapackages-0.12.0.tar.xz
f4b71408078f83259176f93fce77c753 javapackages-0.12.1.tar.xz