File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1+ ### v0.9.1
12
3+ Update maven artifacts
24### v0.9.0
35
46Update maven artifacts, somewhat arbitarily require JRubyArt-1.2+ to get everyone on same page
Original file line number Diff line number Diff line change @@ -60,6 +60,6 @@ The other thing you should know is there is a mismatch between the physics world
6060[ Nature of Code book ] :http://natureofcode.com/
6161[ Sandi Metz ] :http://www.poodr.com/
6262[ this book ] :http://www.crcpress.com/product/isbn/9781466565760
63- [ zip ] :https://github.com/ruby-processing/jbox2d/archive/0.9.0 .zip
64- [ tar ] :https://github.com/ruby-processing/jbox2d/archive/0.9.0 .tar.gz
63+ [ zip ] :https://github.com/ruby-processing/jbox2d/archive/0.9.1 .zip
64+ [ tar ] :https://github.com/ruby-processing/jbox2d/archive/0.9.1 .tar.gz
6565[ Wiki ] :https://github.com/ruby-processing/jbox2d/wiki
Original file line number Diff line number Diff line change 11# module to give version a namespace
22module Pbox2d
3- VERSION = '0.9.0 '
3+ VERSION = '0.9.1 '
44end
Original file line number Diff line number Diff line change 22project 'pbox2d' , 'https://github.com/ruby-processing/jbox2d' do
33
44 model_version '4.0.0'
5- id 'ruby-processing:pbox2d' , '0.9'
5+ id 'ruby-processing:pbox2d' , '0.9.1 '
66 packaging 'jar'
77
88 description 'jbox2d for JRubyArt'
3333 'jruby.api' => "http://jruby.org/apidocs/"
3434 )
3535
36- pom 'org.jruby:jruby:9.1.2 .0'
37- jar 'org.processing:core:3.1 .1'
36+ pom 'org.jruby:jruby:9.1.5 .0'
37+ jar 'org.processing:core:3.2 .1'
3838 plugin_management do
3939 plugin :resources , '2.6'
4040 plugin :dependency , '2.8'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >ruby-processing</groupId >
1313 <artifactId >pbox2d</artifactId >
14- <version >0.9</version >
14+ <version >0.9.1 </version >
1515 <name >pbox2d</name >
1616 <description >jbox2d for JRubyArt</description >
1717 <url >https://github.com/ruby-processing/jbox2d</url >
@@ -56,13 +56,13 @@ DO NOT MODIFIY - GENERATED CODE
5656 <dependency >
5757 <groupId >org.jruby</groupId >
5858 <artifactId >jruby</artifactId >
59- <version >9.1.2 .0</version >
59+ <version >9.1.5 .0</version >
6060 <type >pom</type >
6161 </dependency >
6262 <dependency >
6363 <groupId >org.processing</groupId >
6464 <artifactId >core</artifactId >
65- <version >3.1 .1</version >
65+ <version >3.2 .1</version >
6666 </dependency >
6767 </dependencies >
6868 <build >
You can’t perform that action at this time.
0 commit comments