Skip to content

Commit

Permalink
Merge pull request #613 from keeps/alindo-dev-updateBindings
Browse files Browse the repository at this point in the history
updated bidings version
  • Loading branch information
006627 authored Jun 28, 2024
2 parents 7cd9a7a + fcfa769 commit 36af297
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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 @@ -13,7 +13,7 @@
</dependencies>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siard1</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
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 @@ -13,7 +13,7 @@
</dependencies>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siard2-0</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
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 @@ -13,7 +13,7 @@
</dependencies>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siard2-1</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions dbptk-bindings/dbptk-bindings-siarddk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
</dependencies>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siarddk</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<parent>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings</artifactId>
<version>2.0.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
<packagename>siard_dk</packagename>
<packagename>siard_dk_2010</packagename>
</properties>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion dbptk-modules/dbptk-module-siard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siard2-1</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,25 +300,25 @@
<dependency>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siard1</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siard2-0</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siard2-1</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>com.databasepreservation</groupId>
<artifactId>dbptk-bindings-siarddk</artifactId>
<version>1.5.1</version>
<version>2.0.0</version>
</dependency>

<!-- external modules handling -->
Expand Down

0 comments on commit 36af297

Please sign in to comment.