Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
perplexhub committed Oct 30, 2021
1 parent 0ef6166 commit 4e7cac1
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
<packaging>pom</packaging>
<name>io.github.perplexhub - RSQL</name>
<inceptionYear>2018</inceptionYear>
Expand Down Expand Up @@ -43,7 +43,7 @@
<url>https://github.com/perplexhub/rsql-jpa-specification</url>
<connection>scm:git:https://github.com/perplexhub/rsql-jpa-specification.git</connection>
<developerConnection>scm:git:https://github.com/perplexhub/rsql-jpa-specification.git</developerConnection>
<tag>rsql-5.0.19</tag>
<tag>HEAD</tag>
</scm>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rsql-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</parent>
<artifactId>rsql-common</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions rsql-jpa-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</parent>
<artifactId>rsql-jpa-spring-boot-starter</artifactId>
<packaging>jar</packaging>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql-jpa</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql-common</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions rsql-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</parent>
<artifactId>rsql-jpa</artifactId>
<packaging>jar</packaging>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql-common</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql-common</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions rsql-querydsl-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</parent>
<artifactId>rsql-querydsl-spring-boot-starter</artifactId>
<packaging>jar</packaging>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql-querydsl</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql-common</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions rsql-querydsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</parent>
<artifactId>rsql-querydsl</artifactId>
<packaging>jar</packaging>
Expand All @@ -12,12 +12,12 @@
<dependency>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql-jpa</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql-common</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions rsql-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
</parent>
<artifactId>rsql-jpa-specification</artifactId>
<packaging>jar</packaging>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>io.github.perplexhub</groupId>
<artifactId>rsql-querydsl</artifactId>
<version>5.0.19</version>
<version>5.0.20-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.querydsl</groupId>
Expand Down

0 comments on commit 4e7cac1

Please sign in to comment.