File tree 2 files changed +3
-3
lines changed
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`:
15
15
<dependency >
16
16
<groupId >org.moeaframework</groupId >
17
17
<artifactId >pisa-plugin</artifactId >
18
- <version >3.0.0-SNAPSHOT </version >
18
+ <version >3.0.0</version >
19
19
</dependency >
20
20
```
21
21
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.moeaframework</groupId >
4
4
<artifactId >pisa-plugin</artifactId >
5
- <version >3.0.0-SNAPSHOT </version >
5
+ <version >3.0.0</version >
6
6
<packaging >jar</packaging >
7
7
8
8
<name >PISA Plugin for the MOEA Framework</name >
39
39
<dependency >
40
40
<groupId >org.moeaframework</groupId >
41
41
<artifactId >moeaframework</artifactId >
42
- <version >5.0-SNAPSHOT </version >
42
+ <version >5.0</version >
43
43
<scope >provided</scope >
44
44
</dependency >
45
45
<dependency >
You can’t perform that action at this time.
0 commit comments