Skip to content

Commit 67ee529

Browse files
committed
prepare release 6.10
1 parent 7f4d976 commit 67ee529

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-root</artifactId>
7-
<version>6.10-SNAPSHOT</version>
7+
<version>6.10</version>
88

99
<packaging>pom</packaging>
1010
<name>Querydsl</name>

querydsl-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-root</artifactId>
8-
<version>6.10-SNAPSHOT</version>
8+
<version>6.10</version>
99
</parent>
1010

1111
<artifactId>querydsl-docs</artifactId>

querydsl-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-root</artifactId>
8-
<version>6.10-SNAPSHOT</version>
8+
<version>6.10</version>
99
</parent>
1010

1111
<artifactId>querydsl-examples</artifactId>

querydsl-examples/querydsl-example-jpa-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-examples</artifactId>
8-
<version>6.10-SNAPSHOT</version>
8+
<version>6.10</version>
99
</parent>
1010

1111
<artifactId>querydsl-example-jpa-guice</artifactId>

querydsl-examples/querydsl-example-jpa-quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-examples</artifactId>
8-
<version>6.10-SNAPSHOT</version>
8+
<version>6.10</version>
99
</parent>
1010

1111
<artifactId>querydsl-example-jpa-quarkus</artifactId>

querydsl-examples/querydsl-example-jpa-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-examples</artifactId>
7-
<version>6.10-SNAPSHOT</version>
7+
<version>6.10</version>
88
</parent>
99

1010
<artifactId>querydsl-example-jpa-spring</artifactId>

querydsl-examples/querydsl-example-kotlin-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-examples</artifactId>
7-
<version>6.10-SNAPSHOT</version>
7+
<version>6.10</version>
88
</parent>
99
<artifactId>querydsl-example-kotlin-codegen</artifactId>
1010
<name>Querydsl example - Kotlin Codegen</name>

querydsl-examples/querydsl-example-kotlin-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-examples</artifactId>
7-
<version>6.10-SNAPSHOT</version>
7+
<version>6.10</version>
88
</parent>
99
<artifactId>querydsl-example-kotlin</artifactId>
1010
<name>Querydsl example - Kotlin JPA</name>

querydsl-examples/querydsl-example-kotlin-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.openfeign.querydsl</groupId>
66
<artifactId>querydsl-examples</artifactId>
7-
<version>6.10-SNAPSHOT</version>
7+
<version>6.10</version>
88
</parent>
99
<artifactId>querydsl-example-kotlin-mongodb</artifactId>
1010
<name>Querydsl example - Kotlin MongoDB</name>

querydsl-examples/querydsl-example-r2dbc-sql-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.openfeign.querydsl</groupId>
77
<artifactId>querydsl-examples</artifactId>
8-
<version>6.10-SNAPSHOT</version>
8+
<version>6.10</version>
99
</parent>
1010

1111
<artifactId>querydsl-example-r2dbc-sql-codegen</artifactId>

0 commit comments

Comments
 (0)