Skip to content

Commit cf5ae83

Browse files
committed
Set project version to 3.8.2
The project version orientates on the currently in-use JUnit version.
1 parent c0a0254 commit cf5ae83

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

abbot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.r4fterman</groupId>
66
<artifactId>com.windowtester</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

com.windowtester.runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.r4fterman</groupId>
66
<artifactId>com.windowtester</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

com.windowtester.swing.recorder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.r4fterman</groupId>
66
<artifactId>com.windowtester</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

com.windowtester.swing.runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.r4fterman</groupId>
66
<artifactId>com.windowtester</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>com.windowtester</artifactId>
99
<packaging>pom</packaging>
1010

11-
<version>3.8.2-SNAPSHOT</version>
11+
<version>3.8.2</version>
1212
<modules>
1313
<module>abbot</module>
1414
<module>com.windowtester.runtime</module>

0 commit comments

Comments
 (0)