Skip to content

Commit 3afd740

Browse files
author
github-actions
committed
[ci skip] prepare release temp_$
1 parent 345233f commit 3afd740

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>fr.ouestfrance.querydsl</groupId>
66
<artifactId>querydsl-postgrest-bom</artifactId>
7-
<version>1.4.10-SNAPSHOT</version>
7+
<version>1.4.10</version>
88
<packaging>pom</packaging>
99
<name>querydsl-postgrest-bom</name>
1010
<description>Implementation of unified queryDSL for postgRest API</description>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:${project.scm.url}</connection>
4242
<developerConnection>scm:git:${project.scm.url}</developerConnection>
4343
<url>https://github.com/ouest-france/querydsl-postgrest.git</url>
44-
<tag>HEAD</tag>
44+
<tag>temp_$</tag>
4545
</scm>
4646

4747
<dependencies>

querydsl-postgrest-resttemplate-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>fr.ouestfrance.querydsl</groupId>
66
<artifactId>querydsl-postgrest-bom</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.4.10-SNAPSHOT</version>
8+
<version>1.4.10</version>
99
</parent>
1010

1111
<name>querydsl-postgrest-resttemplate-adapter</name>

querydsl-postgrest-webclient-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>fr.ouestfrance.querydsl</groupId>
66
<artifactId>querydsl-postgrest-bom</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.4.10-SNAPSHOT</version>
8+
<version>1.4.10</version>
99
</parent>
1010
<name>querydsl-postgrest-webclient-adapter</name>
1111
<artifactId>querydsl-postgrest-webclient-adapter</artifactId>

querydsl-postgrest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>fr.ouestfrance.querydsl</groupId>
66
<artifactId>querydsl-postgrest-bom</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.4.10-SNAPSHOT</version>
8+
<version>1.4.10</version>
99
</parent>
1010
<name>querydsl-postgrest</name>
1111
<artifactId>querydsl-postgrest</artifactId>

0 commit comments

Comments
 (0)