Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6fe0e5a1a93b
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b5822da737f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 10, 2017

  1. Copy the full SHA
    1b5822d View commit details
Showing with 7 additions and 7 deletions.
  1. +3 −3 pom.rb
  2. +4 −4 pom.xml
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.0', '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.0</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>