Skip to content

Commit 373f872

Browse files
committed
updated serialization version to 0.2.2
1 parent 7fccb1e commit 373f872

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

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

53
<parent>
64
<groupId>info.unterrainer.commons</groupId>
@@ -30,7 +28,7 @@
3028
<dependency>
3129
<groupId>info.unterrainer.commons</groupId>
3230
<artifactId>serialization</artifactId>
33-
<version>0.2.1</version>
31+
<version>0.2.2</version>
3432
</dependency>
3533
<dependency>
3634
<groupId>org.eclipse.paho</groupId>
@@ -39,4 +37,4 @@
3937
</dependency>
4038
</dependencies>
4139

42-
</project>
40+
</project>

0 commit comments

Comments
 (0)