Skip to content

Commit

Permalink
ci config change
Browse files Browse the repository at this point in the history
  • Loading branch information
priyaranjanpatil committed Feb 19, 2024
1 parent b88478d commit 80c3899
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion coverages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion maps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion processes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion records/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@
<dependency>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-common-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
</dependency>
<dependency>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-tile-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
</dependency>
<dependency>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-features-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
</dependency>
<dependency>
<groupId>co.elastic.clients</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>au.org.aodn.ogcapi</groupId>
<artifactId>ogcapi-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 80c3899

Please sign in to comment.