Skip to content

Commit cd4cd63

Browse files
committed
update maven artifiacts
1 parent 5f4b8bc commit cd4cd63

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
'polyglot.dump.pom' => 'pom.xml'
2929
)
3030

31-
jar 'org.processing:core:3.1'
31+
jar 'org.processing:core:3.1.1'
3232

33-
plugin( :compiler, '3.3',
33+
plugin( :compiler, '3.5.1',
3434
'source' => '1.8',
3535
'target' => '1.8' )
36-
plugin( :jar, '2.6',
36+
plugin( :jar, '3.0.2',
3737
'archive' => {
3838
'manifestFile' => 'MANIFEST.MF'
3939
} )

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ruby-processing</groupId>
66
<artifactId>geomerative</artifactId>
7-
<version>0.3.2</version>
7+
<version>0.3.3</version>
88
<name>geomerative</name>
99
<description>geomerative-library for JRubyArt</description>
1010
<organization>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.processing</groupId>
4848
<artifactId>core</artifactId>
49-
<version>3.1</version>
49+
<version>3.1.1</version>
5050
</dependency>
5151
</dependencies>
5252
<build>
@@ -56,15 +56,15 @@
5656
<plugins>
5757
<plugin>
5858
<artifactId>maven-compiler-plugin</artifactId>
59-
<version>3.3</version>
59+
<version>3.5.1</version>
6060
<configuration>
6161
<source>1.8</source>
6262
<target>1.8</target>
6363
</configuration>
6464
</plugin>
6565
<plugin>
6666
<artifactId>maven-jar-plugin</artifactId>
67-
<version>2.6</version>
67+
<version>3.0.2</version>
6868
<configuration>
6969
<archive>
7070
<manifestFile>MANIFEST.MF</manifestFile>

0 commit comments

Comments
 (0)