Skip to content

Commit bf23004

Browse files
committed
updated maven versions to 0.2.5
1 parent 003a736 commit bf23004

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.lars</groupId>
88
<artifactId>remotelight</artifactId>
9-
<version>0.2.5-beta</version>
9+
<version>0.2.5</version>
1010
<packaging>pom</packaging>
1111

1212
<name>RemoteLight</name>

remotelight-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.lars</groupId>
99
<artifactId>remotelight</artifactId>
10-
<version>0.2.5-beta</version>
10+
<version>0.2.5</version>
1111
</parent>
1212

1313
<artifactId>remotelight-client</artifactId>

remotelight-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.lars</groupId>
99
<artifactId>remotelight</artifactId>
10-
<version>0.2.5-beta</version>
10+
<version>0.2.5</version>
1111
</parent>
1212

1313
<artifactId>remotelight-core</artifactId>

remotelight-plugincompat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.lars</groupId>
88
<artifactId>remotelight</artifactId>
9-
<version>0.2.5-beta</version>
9+
<version>0.2.5</version>
1010
</parent>
1111
<artifactId>remotelight-plugincompat</artifactId>
1212

remotelight-plugincore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.lars</groupId>
99
<artifactId>remotelight</artifactId>
10-
<version>0.2.5-beta</version>
10+
<version>0.2.5</version>
1111
</parent>
1212

1313
<artifactId>remotelight-plugincore</artifactId>

remotelight-restapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.lars</groupId>
88
<artifactId>remotelight</artifactId>
9-
<version>0.2.5-beta</version>
9+
<version>0.2.5</version>
1010
</parent>
1111

1212
<artifactId>remotelight-restapi</artifactId>

0 commit comments

Comments
 (0)