update to 1.0.0-M32
This commit is contained in:
parent
8e8bae7548
commit
a43e1d261b
1 changed files with 6 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
%global namedreltag -M31
|
||||
%global namedreltag -M32
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
Name: apacheds-ldap-api
|
||||
Version: 1.0.0
|
||||
Release: 0.2.M31%{?dist}
|
||||
Release: 0.1.M32%{?dist}
|
||||
Summary: Apache Directory LDAP API
|
||||
License: ASL 2.0
|
||||
Url: http://directory.apache.org/api/
|
||||
|
|
@ -73,6 +73,7 @@ find . -name "*.jar" -print -delete
|
|||
%pom_disable_module distribution
|
||||
|
||||
%pom_remove_plugin -r :maven-shade-plugin
|
||||
%pom_remove_plugin -r :maven-checkstyle-plugin
|
||||
|
||||
# org.osgi:org.osgi.core:6.0.0
|
||||
%pom_change_dep -r org.osgi:org.osgi.core org.eclipse.osgi:org.eclipse.osgi::provided
|
||||
|
|
@ -101,6 +102,9 @@ chmod 644 README.txt
|
|||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Sat Nov 28 2015 gil cattaneo <puntogil@libero.it> 1.0.0-0.1.M32
|
||||
- update to 1.0.0-M32
|
||||
|
||||
* Wed Oct 14 2015 gil cattaneo <puntogil@libero.it> 1.0.0-0.2.M31
|
||||
- fix some issues found during review
|
||||
|
||||
|
|
|
|||
Reference in a new issue