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
1
2
3
+ Update maven artifacts
2
4
### v0.9.0
3
5
4
6
Update 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
60
60
[ Nature of Code book ] :http://natureofcode.com/
61
61
[ Sandi Metz ] :http://www.poodr.com/
62
62
[ 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
65
65
[ Wiki ] :https://github.com/ruby-processing/jbox2d/wiki
Original file line number Diff line number Diff line change 1
1
# module to give version a namespace
2
2
module Pbox2d
3
- VERSION = '0.9.0 '
3
+ VERSION = '0.9.1 '
4
4
end
Original file line number Diff line number Diff line change 2
2
project 'pbox2d' , 'https://github.com/ruby-processing/jbox2d' do
3
3
4
4
model_version '4.0.0'
5
- id 'ruby-processing:pbox2d' , '0.9'
5
+ id 'ruby-processing:pbox2d' , '0.9.1 '
6
6
packaging 'jar'
7
7
8
8
description 'jbox2d for JRubyArt'
33
33
'jruby.api' => "http://jruby.org/apidocs/"
34
34
)
35
35
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'
38
38
plugin_management do
39
39
plugin :resources , '2.6'
40
40
plugin :dependency , '2.8'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >ruby-processing</groupId >
13
13
<artifactId >pbox2d</artifactId >
14
- <version >0.9</version >
14
+ <version >0.9.1 </version >
15
15
<name >pbox2d</name >
16
16
<description >jbox2d for JRubyArt</description >
17
17
<url >https://github.com/ruby-processing/jbox2d</url >
@@ -56,13 +56,13 @@ DO NOT MODIFIY - GENERATED CODE
56
56
<dependency >
57
57
<groupId >org.jruby</groupId >
58
58
<artifactId >jruby</artifactId >
59
- <version >9.1.2 .0</version >
59
+ <version >9.1.5 .0</version >
60
60
<type >pom</type >
61
61
</dependency >
62
62
<dependency >
63
63
<groupId >org.processing</groupId >
64
64
<artifactId >core</artifactId >
65
- <version >3.1 .1</version >
65
+ <version >3.2 .1</version >
66
66
</dependency >
67
67
</dependencies >
68
68
<build >
You can’t perform that action at this time.
0 commit comments