Skip to content

Commit df1eeb8

Browse files
committed
Remove SNAPSHOT
1 parent cb60390 commit df1eeb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -39,7 +39,7 @@
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>

0 commit comments

Comments
 (0)