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

Commits on Apr 22, 2015

  1. Copy the full SHA
    0ac640b View commit details
  2. Copy the full SHA
    8af06ae View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 core/pom.xml
  2. 0 core/src/main/ruby/jruby/java/java_ext/javax.crypto.rb
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8</version>
<type>jar</type>
</dependency>
<dependency>
@@ -68,7 +68,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<type>jar</type>
</dependency>
<dependency>
@@ -92,7 +92,7 @@
<dependency>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
<version>1.0.13-SNAPSHOT</version>
<version>1.0.13</version>
<type>jar</type>
</dependency>
<dependency>
Empty file.