Skip to content

Commit b379eb1

Browse files
committed
update dependencies
1 parent e1b990a commit b379eb1

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
### v0.9.1
12

3+
Update maven artifacts
24
### v0.9.0
35

46
Update maven artifacts, somewhat arbitarily require JRubyArt-1.2+ to get everyone on same page

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

lib/pbox2d/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# module to give version a namespace
22
module Pbox2d
3-
VERSION = '0.9.0'
3+
VERSION = '0.9.1'
44
end

pom.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project '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'
@@ -33,8 +33,8 @@
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'

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)