Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit abc8534

Browse files
committed
Preparing next development iteration
1 parent aa65bba commit abc8534

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.raml</groupId>
44
<artifactId>raml-parser-parent</artifactId>
5-
<version>1.0.31-SNAPSHOT</version>
5+
<version>1.0.32-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Raml Java Parser 2nd generation parent</name>
88
<description>Raml parser implemented in java</description>

raml-parser-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.raml</groupId>
55
<artifactId>raml-parser-parent</artifactId>
6-
<version>1.0.31-SNAPSHOT</version>
6+
<version>1.0.32-SNAPSHOT</version>
77
</parent>
88
<artifactId>raml-parser-2</artifactId>
99
<packaging>jar</packaging>

yagi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.raml</groupId>
55
<artifactId>raml-parser-parent</artifactId>
6-
<version>1.0.31-SNAPSHOT</version>
6+
<version>1.0.32-SNAPSHOT</version>
77
</parent>
88
<artifactId>yagi</artifactId>
99
<packaging>jar</packaging>

0 commit comments

Comments
 (0)