Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Sep 18, 2024
2 parents d97b512 + ec618b0 commit b4c6113
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vocabulary-parent</artifactId>
<groupId>org.gbif.vocabulary</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.vocabulary</groupId>
<artifactId>vocabulary-parent</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.vocabulary</groupId>
<artifactId>vocabulary-parent</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
</parent>

<artifactId>model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.gbif.vocabulary</groupId>
<artifactId>vocabulary-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>

<modules>
<module>core</module>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vocabulary-parent</artifactId>
<groupId>org.gbif.vocabulary</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vocabulary-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vocabulary-parent</artifactId>
<groupId>org.gbif.vocabulary</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions vocabulary-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.gbif.vocabulary</groupId>
<artifactId>vocabulary-parent</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>vocabulary-importer</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>

<properties>
<main.basedir>${project.parent.basedir}</main.basedir>
Expand Down
2 changes: 1 addition & 1 deletion vocabulary-lookup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vocabulary-parent</artifactId>
<groupId>org.gbif.vocabulary</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vocabulary-rest-ws-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>vocabulary-parent</artifactId>
<groupId>org.gbif.vocabulary</groupId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion vocabulary-rest-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.vocabulary</groupId>
<artifactId>vocabulary-parent</artifactId>
<version>1.0.11-SNAPSHOT</version>
<version>1.0.12-SNAPSHOT</version>
</parent>

<artifactId>vocabulary-rest-ws</artifactId>
Expand Down

0 comments on commit b4c6113

Please sign in to comment.