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

Commits on Dec 31, 2014

  1. (MAINT) fix jnr-constants version in pom

    jnr-posix 3.0.9 depends on jnr-constants 0.8.6, but jruby-core is still
    specifying 0.8.5.
    cprice404 committed Dec 31, 2014
    Copy the full SHA
    92a0c07 View commit details

Commits on Jan 1, 2015

  1. Merge pull request #2402 from cprice404/maint/jruby-1_7/fix-jnr-const…

    …ants-version-in-pom
    
    (MAINT) fix jnr-constants version in pom
    enebo committed Jan 1, 2015
    Copy the full SHA
    d0c00ed View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 core/pom.xml
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
<type>jar</type>
</dependency>
<dependency>