Skip to content

Commit

Permalink
Fixes #4454. Our poms referred to the wrong versions of GPL and LGPL
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jan 24, 2017
1 parent 8fd6274 commit cb165f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.rb
Expand Up @@ -26,8 +26,8 @@
archives "https://github.com/jruby/jruby/wiki/MailingLists"
end

license 'GPL 3', 'http://www.gnu.org/licenses/gpl-3.0-standalone.html'
license 'LGPL 3', 'http://www.gnu.org/licenses/lgpl-3.0-standalone.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', 'http://www.eclipse.org/legal/epl-v10.html'

plugin_repository( :url => 'https://oss.sonatype.org/content/repositories/snapshots/',
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -28,12 +28,12 @@ DO NOT MODIFIY - GENERATED CODE
</organization>
<licenses>
<license>
<name>GPL 3</name>
<url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
<name>GPL 2</name>
<url>http://www.gnu.org/licenses/gpl-2.0-standalone.html</url>
</license>
<license>
<name>LGPL 3</name>
<url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url>
<name>LGPL 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1-standalone.html</url>
</license>
<license>
<name>EPL</name>
Expand Down

0 comments on commit cb165f2

Please sign in to comment.