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

Commits on Aug 16, 2016

  1. Fix link to mailing lists

    etehtsea committed Aug 16, 2016
    Copy the full SHA
    45ed5f5 View commit details
  2. Merge pull request #4079 from etehtsea/fix-mailing-lists-link

    Fix link to mailing lists
    mkristian authored Aug 16, 2016
    Copy the full SHA
    b433c55 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 pom.rb
  2. +1 −1 pom.xml
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
issue_management 'https://github.com/jruby/jruby/issues', 'GitHub'

mailing_list "jruby" do
archives "http://blade.nagaokaut.ac.jp/ruby/jruby/index.shtml"
archives "https://github.com/jruby/jruby/wiki/MailingLists"
end

license 'GPL 3', 'http://www.gnu.org/licenses/gpl-3.0-standalone.html'
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ DO NOT MODIFIY - GENERATED CODE
<mailingLists>
<mailingList>
<name>jruby</name>
<archive>http://blade.nagaokaut.ac.jp/ruby/jruby/index.shtml</archive>
<archive>https://github.com/jruby/jruby/wiki/MailingLists</archive>
</mailingList>
</mailingLists>
<modules>