Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix license short names and EPL URL in poms.
Browse files Browse the repository at this point in the history
headius committed Oct 10, 2017
1 parent 04e8d3f commit 9a46ecc
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.rb
Original file line number Diff line number Diff line change
@@ -26,9 +26,9 @@
archives "https://github.com/jruby/jruby/wiki/MailingLists"
end

license 'GPL 2', 'http://www.gnu.org/licenses/gpl-2.0-standalone.html'
license 'LGPL 2.1', 'http://www.gnu.org/licenses/lgpl-2.1-standalone.html'
license 'EPL', 'http://www.eclipse.org/legal/epl-v10.html'
license 'GPL-2', 'http://www.gnu.org/licenses/gpl-2.0-standalone.html'
license 'LGPL-2.1', 'http://www.gnu.org/licenses/lgpl-2.1-standalone.html'
license 'EPL-2.0', 'http://www.eclipse.org/legal/epl-v20.html'

plugin_repository( :url => 'https://oss.sonatype.org/content/repositories/snapshots/',
:id => 'sonatype' ) do
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -28,16 +28,16 @@ DO NOT MODIFIY - GENERATED CODE
</organization>
<licenses>
<license>
<name>GPL 2</name>
<name>GPL-2</name>
<url>http://www.gnu.org/licenses/gpl-2.0-standalone.html</url>
</license>
<license>
<name>LGPL 2.1</name>
<name>LGPL-2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1-standalone.html</url>
</license>
<license>
<name>EPL</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<name>EPL-2.0</name>
<url>http://www.eclipse.org/legal/epl-v20.html</url>
</license>
</licenses>
<developers>

0 comments on commit 9a46ecc

Please sign in to comment.