Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-thorel-of committed Feb 7, 2024
1 parent f83e021 commit 4afb590
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fr.ouestfrance.querydsl</groupId>
<artifactId>querydsl-postgrest-bom</artifactId>
<version>1.3.0</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>querydsl-postgrest-bom</name>
<description>Implementation of unified queryDSL for postgRest API</description>
Expand Down Expand Up @@ -41,7 +41,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/ouest-france/querydsl-postgrest.git</url>
<tag>v1.3.0</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-postgrest-resttemplate-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.ouestfrance.querydsl</groupId>
<artifactId>querydsl-postgrest-bom</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.3.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>querydsl-postgrest-resttemplate-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-postgrest-webclient-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.ouestfrance.querydsl</groupId>
<artifactId>querydsl-postgrest-bom</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.3.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>querydsl-postgrest-webclient-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-postgrest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.ouestfrance.querydsl</groupId>
<artifactId>querydsl-postgrest-bom</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.3.0</version>
<version>1.3.0-SNAPSHOT</version>
</parent>

<artifactId>querydsl-postgrest</artifactId>
Expand Down
29 changes: 29 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#release configuration
#Wed Feb 07 18:07:16 CET 2024
completedPhase=check-poms
exec.activateProfiles=repository
exec.additionalArguments=-Dmaven.test.skipTests\=true -Dmaven.test.skip\=true
exec.pomFileName=pom.xml
exec.snapshotReleasePluginAllowed=false
pinExternals=false
preparationGoals=clean verify
project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-bom.connection=scm\:git\:${project.scm.url}
project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-bom.developerConnection=scm\:git\:${project.scm.url}
project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-bom.tag=HEAD
project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-bom.url=https\://github.com/ouest-france/querydsl-postgrest.git
project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-resttemplate-adapter.empty=true
project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest-webclient-adapter.empty=true
project.scm.fr.ouestfrance.querydsl\:querydsl-postgrest.empty=true
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
projectVersionPolicyId=default
pushChanges=true
releaseStrategyId=default
remoteTagging=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
scm.commentPrefix=[ci skip]
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
scm.tag=1.3.0
scm.tagNameFormat=v@{project.version}
scm.url=scm\:git\:https\://github.com/ouest-france/querydsl-postgrest.git

0 comments on commit 4afb590

Please sign in to comment.