Skip to content

Commit b215e17

Browse files
committed
Remove -SNAPSHOT versions.
1 parent 7497639 commit b215e17

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

koans/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<parent>
55
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
66
<artifactId>koans-parent</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
</parent>
9+
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
910
<artifactId>java-koans</artifactId>
1011
<packaging>jar</packaging>
11-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1213
<name>Java Koans</name>
1314
<inceptionYear>2012</inceptionYear>
1415
<description>Java Koans to learn the Java language and APIs</description>
@@ -64,7 +65,7 @@
6465
<dependency>
6566
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
6667
<artifactId>koans-lib</artifactId>
67-
<version>1.3.0-SNAPSHOT</version>
68+
<version>1.3.0</version>
6869
</dependency>
6970
</dependencies>
7071
<properties>

lib/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<parent>
55
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
66
<artifactId>koans-parent</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
</parent>
9+
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
910
<artifactId>koans-lib</artifactId>
1011
<packaging>jar</packaging>
11-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1213
<name>Java Koans Framework</name>
1314
<description>Supporting library code for running Java Koans</description>
1415
<url>https://github.com/DavidWhitlock/java-koans</url>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<artifactId>joy</artifactId>
66
<groupId>io.github.davidwhitlock.joy</groupId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
</parent>
99
<groupId>io.github.davidwhitlock.joy.com.sandwich</groupId>
10-
<version>1.3.0-SNAPSHOT</version>
10+
<version>1.3.0</version>
1111
<artifactId>koans-parent</artifactId>
1212
<packaging>pom</packaging>
1313
<name>Java Koans Parent POM</name>

0 commit comments

Comments
 (0)