Skip to content

Commit 0577ccb

Browse files
committed
Version 0.3.
1 parent 7cf9bdf commit 0577ccb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.3-SNAPSHOT</version>
10+
<version>0.3</version>
1111

1212

1313
<modules>

propertly.core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
56

67
<parent>
78
<groupId>de.adito.propertly</groupId>
89
<artifactId>propertly.parent</artifactId>
9-
<version>0.3-SNAPSHOT</version>
10+
<version>0.3</version>
1011
</parent>
1112

12-
<modelVersion>4.0.0</modelVersion>
1313
<artifactId>propertly.core</artifactId>
1414

1515
<build>

propertly.serialization/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
56

67
<parent>
78
<groupId>de.adito.propertly</groupId>
89
<artifactId>propertly.parent</artifactId>
9-
<version>0.3-SNAPSHOT</version>
10+
<version>0.3</version>
1011
</parent>
1112

12-
<modelVersion>4.0.0</modelVersion>
1313
<artifactId>propertly.serialization</artifactId>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>de.adito.propertly</groupId>
1818
<artifactId>propertly.core</artifactId>
19-
<version>0.3-SNAPSHOT</version>
19+
<version>0.3</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.3-SNAPSHOT</version>
31+
<version>0.3</version>
3232
<type>test-jar</type>
3333
<scope>test</scope>
3434
</dependency>

0 commit comments

Comments
 (0)