File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 } )
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments