Skip to content

Commit

Permalink
Merge pull request #2287 from querydsl/querydsl-4-2-2-bump
Browse files Browse the repository at this point in the history
Bump version for Querydsl 4.2.2
  • Loading branch information
Shredder121 committed May 1, 2018
2 parents 2bf234c + e7a080f commit 964ab8e
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<name>Querydsl</name>
<description>parent project for Querydsl modules</description>
<url>${project.homepage}</url>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-examples/querydsl-example-jpa-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-examples</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-examples/querydsl-example-sql-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-examples</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-examples/querydsl-example-sql-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-examples</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-hibernate-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-jdo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-jpa-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-lucene3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-lucene4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-lucene5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-spatial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-sql-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-sql-spatial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-sql-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion querydsl-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.querydsl</groupId>
<artifactId>querydsl-root</artifactId>
<version>4.2.1</version>
<version>4.2.2.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 964ab8e

Please sign in to comment.