Skip to content

Commit 8fe6a2d

Browse files
committed
Bump version to 0.14.0
1 parent 0f2a6f4 commit 8fe6a2d

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.apicatalog</groupId>
77
<artifactId>tree-io-api</artifactId>
8-
<version>0.14.0-SNAPSHOT</version>
8+
<version>0.14.0</version>
99
<packaging>jar</packaging>
1010
<url>https://github.com/filip26/tree-io</url>
1111
<scm>

cbor-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.apicatalog</groupId>
77
<artifactId>tree-io-cbor</artifactId>
8-
<version>0.14.0-SNAPSHOT</version>
8+
<version>0.14.0</version>
99
<packaging>jar</packaging>
1010
<url>https://github.com/filip26/tree-io</url>
1111
<scm>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.apicatalog</groupId>
6363
<artifactId>tree-io-api</artifactId>
64-
<version>0.14.0-SNAPSHOT</version>
64+
<version>0.14.0</version>
6565
</dependency>
6666

6767
<dependency>

jackson2-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.apicatalog</groupId>
77
<artifactId>tree-io-jackson2</artifactId>
8-
<version>0.14.0-SNAPSHOT</version>
8+
<version>0.14.0</version>
99
<packaging>jar</packaging>
1010
<url>https://github.com/filip26/tree-io</url>
1111
<scm>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.apicatalog</groupId>
6464
<artifactId>tree-io-api</artifactId>
65-
<version>0.14.0-SNAPSHOT</version>
65+
<version>0.14.0</version>
6666
</dependency>
6767

6868
<dependency>

jakarta-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.apicatalog</groupId>
77
<artifactId>tree-io-jakarta</artifactId>
8-
<version>0.14.0-SNAPSHOT</version>
8+
<version>0.14.0</version>
99
<packaging>jar</packaging>
1010
<url>https://github.com/filip26/tree-io</url>
1111
<scm>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.apicatalog</groupId>
6363
<artifactId>tree-io-api</artifactId>
64-
<version>0.14.0-SNAPSHOT</version>
64+
<version>0.14.0</version>
6565
</dependency>
6666

6767
<dependency>

pom.xml

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

88
<groupId>com.apicatalog</groupId>
99
<artifactId>tree-io</artifactId>
10-
<version>0.14.0-SNAPSHOT</version>
10+
<version>0.14.0</version>
1111
<packaging>pom</packaging>
1212

1313
<name>Tree I/O</name>

0 commit comments

Comments
 (0)