Skip to content

Commit 260b012

Browse files
committed
Version 0.4.2.
1 parent 3bf7884 commit 260b012

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>de.adito.propertly</groupId>
88
<artifactId>propertly.parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.4.2-SNAPSHOT</version>
10+
<version>0.4.2</version>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
1313
<description>a listenable hierarchical data model</description>

propertly.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.adito.propertly</groupId>
99
<artifactId>propertly.parent</artifactId>
10-
<version>0.4.2-SNAPSHOT</version>
10+
<version>0.4.2</version>
1111
</parent>
1212

1313
<artifactId>propertly.core</artifactId>

propertly.serialization/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.adito.propertly</groupId>
99
<artifactId>propertly.parent</artifactId>
10-
<version>0.4.2-SNAPSHOT</version>
10+
<version>0.4.2</version>
1111
</parent>
1212

1313
<artifactId>propertly.serialization</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>de.adito.propertly</groupId>
1818
<artifactId>propertly.core</artifactId>
19-
<version>0.4.2-SNAPSHOT</version>
19+
<version>0.4.2</version>
2020
</dependency>
2121

2222
<dependency>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>de.adito.propertly</groupId>
3030
<artifactId>propertly.core</artifactId>
31-
<version>0.4.2-SNAPSHOT</version>
31+
<version>0.4.2</version>
3232
<type>test-jar</type>
3333
<scope>test</scope>
3434
</dependency>

0 commit comments

Comments
 (0)