spec/gemspec/pom.xml in maven-tools-1.0.5 vs spec/gemspec/pom.xml in maven-tools-1.0.6
- old
+ new
@@ -16,10 +16,27 @@
<version>1.5.0149</version>
<packaging>gem</packaging>
<name>Gem redistribution of Bouncy Castle jars</name>
<url>http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/</url>
<description>Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html</description>
+ <licenses>
+ <license>
+ <name>EPL-1.0</name>
+ <url>http://opensource.org/licenses/EPL-1.0</url>
+ <comments>Eclipse Public License 1.0</comments>
+ </license>
+ <license>
+ <name>GPL-2.0</name>
+ <url>http://opensource.org/licenses/GPL-2.0</url>
+ <comments>GNU General Public License version 2.0</comments>
+ </license>
+ <license>
+ <name>LGPL-2.1</name>
+ <url>http://opensource.org/licenses/LGPL-2.1</url>
+ <comments>GNU Library or "Lesser" General Public License version 2.1</comments>
+ </license>
+ </licenses>
<developers>
<developer>
<name>Hiroshi Nakamura</name>
<email>nahi@ruby-lang.org</email>
</developer>
@@ -28,10 +45,10 @@
<connection>https://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java.git</connection>
<url>http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/</url>
</scm>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
- <jruby.plugins.version>1.0.4</jruby.plugins.version>
+ <jruby.plugins.version>1.0.7</jruby.plugins.version>
</properties>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>