Skip to content

Commit

Permalink
Merge pull request #12 from italiangrid/develop
Browse files Browse the repository at this point in the history
Merge 3.0.6 back to master
  • Loading branch information
andreaceccanti committed Jan 9, 2015
2 parents 0741ca4 + 2eff9f4 commit c30b662
Show file tree
Hide file tree
Showing 47 changed files with 3,342 additions and 3,100 deletions.
4 changes: 3 additions & 1 deletion package/rpm/voms-clients.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global _varlib /var/lib

Name: voms-clients3
Version: 3.0.5
Version: 3.0.6
Release: 1%{?dist}
Summary: The Virtual Organisation Membership Service command line clients

Expand Down Expand Up @@ -164,6 +164,8 @@ if [ $1 -eq 0 ] ; then
fi

%changelog
* Tue Dec 10 2014 Andrea Ceccanti <andrea.ceccanti at cnaf.infn.it> - 3.0.6-1
- Packaing 3.0.6 version

* Mon Jan 27 2014 Andrea Ceccanti <andrea.ceccanti at cnaf.infn.it> - 3.0.5-1
- Fix for https://issues.infn.it/jira/browse/VOMS-495. New packaging installable
Expand Down
23 changes: 14 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.italiangrid</groupId>
<artifactId>voms-clients</artifactId>
<version>3.0.5</version>
<version>3.0.6</version>

<name>voms-clients</name>
<description>VOMS service command-line clients</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
<junit.version>4.10</junit.version>
<commons-io.version>2.0.1</commons-io.version>
<commons-cli.version>1.2</commons-cli.version>
<voms-api-java.version>3.0.4</voms-api-java.version>
<voms-api-java.version>3.0.5</voms-api-java.version>

<!-- Leave this defined as empty -->
<voms-clients.libs />
Expand Down Expand Up @@ -81,14 +81,19 @@
</developers>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${plugin.jar.version}</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
</archive>
</configuration>
</plugin>

<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
Expand Down
Loading

0 comments on commit c30b662

Please sign in to comment.