File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Add the following dependency to your `pom.xml`:
1515<dependency >
1616 <groupId >org.moeaframework</groupId >
1717 <artifactId >pisa-plugin</artifactId >
18- <version >3.0.0-SNAPSHOT </version >
18+ <version >3.0.0</version >
1919</dependency >
2020```
2121
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.moeaframework</groupId >
44 <artifactId >pisa-plugin</artifactId >
5- <version >3.0.0-SNAPSHOT </version >
5+ <version >3.0.0</version >
66 <packaging >jar</packaging >
77
88 <name >PISA Plugin for the MOEA Framework</name >
3939 <dependency >
4040 <groupId >org.moeaframework</groupId >
4141 <artifactId >moeaframework</artifactId >
42- <version >5.0-SNAPSHOT </version >
42+ <version >5.0</version >
4343 <scope >provided</scope >
4444 </dependency >
4545 <dependency >
You can’t perform that action at this time.
0 commit comments