Skip to content

Commit

Permalink
Merge pull request #612 from keeps/alindo-dev-bindings
Browse files Browse the repository at this point in the history
upgraded bindings version
  • Loading branch information
006627 authored Jun 27, 2024
2 parents aa0c893 + 4d2d038 commit 2e857ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: Run Tests
run: mvn $MAVEN_CLI_OPTS -Dtestng.groups="travis-ci" test
run: mvn $MAVEN_CLI_OPTS -Dtestng.groups="travis-ci" test install
env:
DPT_MYSQL_USER: "root"
DPT_MYSQL_PASS: "123456"
Expand Down
2 changes: 1 addition & 1 deletion dbptk-bindings/dbptk-bindings-siard1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion dbptk-bindings/dbptk-bindings-siard2-0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion dbptk-bindings/dbptk-bindings-siard2-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion dbptk-bindings/dbptk-bindings-siarddk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion dbptk-bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>dbptk-bindings</name>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk</artifactId>
Expand Down

0 comments on commit 2e857ee

Please sign in to comment.