Skip to content

Commit 0ab3889

Browse files
committed
New Spring Data JDBC Dialect version v1.2.0
1 parent 0ee8918 commit 0ab3889

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-spring-data-jdbc-ydb.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
- name: Download dependencies
4545
run: |
4646
cd spring-data-jdbc-ydb
47-
mvn $MAVEN_ARGS dependency:go-offline
47+
mvn $MAVEN_ARGS -Pspring-boot-minimal dependency:go-offline
4848
4949
- name: Build with Maven
5050
run: |
5151
cd spring-data-jdbc-ydb
52-
mvn $MAVEN_ARGS package
52+
mvn $MAVEN_ARGS -Pspring-boot-minimal package
5353
5454
publish:
5555
name: Publish Spring Data JDBC YDB Dialect
@@ -79,7 +79,7 @@ jobs:
7979
- name: Publish package
8080
run: |
8181
cd spring-data-jdbc-ydb
82-
mvn $MAVEN_ARGS -Possrh-s01 -Dgpg.passphrase=${{ secrets.MAVEN_OSSRH_GPG_PASSWORD }} clean deploy
82+
mvn $MAVEN_ARGS -Possrh-s01,spring-boot-minimal -Dgpg.passphrase=${{ secrets.MAVEN_OSSRH_GPG_PASSWORD }} clean deploy
8383
env:
8484
MAVEN_USERNAME: ${{ secrets.MAVEN_OSSRH_USERNAME }}
8585
MAVEN_PASSWORD: ${{ secrets.MAVEN_OSSRH_TOKEN }}

spring-data-jdbc-ydb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>tech.ydb.dialects</groupId>
88
<artifactId>spring-data-jdbc-ydb</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010

1111
<name>Spring Data JDBC YDB Dialect</name>
1212
<description>Support Spring Data JDBC YDB (YQL) Dialect</description>

0 commit comments

Comments
 (0)