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

Commit

Permalink
Setup next release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbelang committed Nov 14, 2019
1 parent a854852 commit 7474453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.raml</groupId>
<artifactId>raml-parser-parent</artifactId>
<version>1.0.45-SNAPSHOT</version>
<version>1.0.46-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Raml Java Parser 2nd generation parent</name>
<description>Raml parser implemented in java</description>
Expand Down
2 changes: 1 addition & 1 deletion raml-parser-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>raml-parser-parent</artifactId>
<version>1.0.45-SNAPSHOT</version>
<version>1.0.46-SNAPSHOT</version>
</parent>
<artifactId>raml-parser-2</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion yagi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.raml</groupId>
<artifactId>raml-parser-parent</artifactId>
<version>1.0.45-SNAPSHOT</version>
<version>1.0.46-SNAPSHOT</version>
</parent>
<artifactId>yagi</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 7474453

Please sign in to comment.