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: 18df279e1a59
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 309bd600ad84
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 10, 2017

  1. Copy the full SHA
    b9dabd3 View commit details
  2. Copy the full SHA
    309bd60 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 core/pom.xml
  2. +1 −1 pom.rb
  3. +1 −1 pom.xml
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -193,7 +193,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>com.headius</groupId>
<artifactId>invokebinder</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>com.headius</groupId>
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
archives "https://github.com/jruby/jruby/wiki/MailingLists"
end

license 'GPL-2', 'http://www.gnu.org/licenses/gpl-2.0-standalone.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'

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ 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>