Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Local version should be SNAPSHOT #16

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion athena-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.paiondata.athena</groupId>
<artifactId>athena-parent-pom</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>athena-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion athena-examples/athena-example-books/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM jetty:jdk17
LABEL maintainer="Jiaqi (Jack) Liu"
LABEL maintainer-email="jack20220723@gmail.com"

ARG ATHENA_VERSION=1.0.0
ARG ATHENA_VERSION=1.0-SNAPSHOT

ENV JETTY_WEBAPPS_DIR /var/lib/jetty/webapps

Expand Down
2 changes: 1 addition & 1 deletion athena-examples/athena-example-books/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.paiondata.athena</groupId>
<artifactId>athena-examples</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>athena-example-books</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion athena-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.paiondata.athena</groupId>
<artifactId>athena-parent-pom</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>athena-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion athena-filestore/athena-filestore-swift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.paiondata.athena</groupId>
<artifactId>athena-filestore</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>athena-filestore-swift</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion athena-filestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.paiondata.athena</groupId>
<artifactId>athena-parent-pom</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>athena-filestore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion athena-metastore/athena-metastore-graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.paiondata.athena</groupId>
<artifactId>athena-metastore</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>athena-metastore-graphql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion athena-metastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.paiondata.athena</groupId>
<artifactId>athena-parent-pom</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>athena-metastore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion athena-system-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.paiondata.athena</groupId>
<artifactId>athena-parent-pom</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
</parent>

<artifactId>athena-system-config</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.paiondata.athena</groupId>
<artifactId>athena-parent-pom</artifactId>
<version>1.0.0</version>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Athena: Parent POM</name>
Expand Down Expand Up @@ -47,7 +47,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<version.athena>1.0.0</version.athena>
<version.athena>1.0-SNAPSHOT</version.athena>
<version.validation.api>3.0.1</version.validation.api>
<version.jcip.annotations>1.0</version.jcip.annotations>
<version.slf4j>1.7.25</version.slf4j>
Expand Down
Loading