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

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 2, 2024
1 parent 494139d commit c25d5a5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 11 deletions.
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>0.0.1</version>
<version>0.0.2</version>
</parent>

<artifactId>athena-core</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>0.0.1</version>
<version>0.0.2</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>0.0.1</version>
<version>0.0.2</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>0.0.1</version>
<version>0.0.2</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>0.0.1</version>
<version>0.0.2</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>0.0.1</version>
<version>0.0.2</version>
</parent>

<artifactId>athena-system-config</artifactId>
Expand Down
11 changes: 6 additions & 5 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>0.0.1</version>
<version>0.0.2</version>
<packaging>pom</packaging>

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

<version.athena>0.0.1</version.athena>
<version.athena>0.0.2</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 Expand Up @@ -627,8 +627,9 @@
<version>0.4.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
<autoPublish>true</autoPublish>
<publishingServerId>paion-data</publishingServerId>
</configuration>
</plugin>
<plugin>
Expand All @@ -647,8 +648,8 @@
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
<keyname>paion-data</keyname>
<passphraseServerId>paion-data</passphraseServerId>
<keyname>${gpg.keyname}</keyname>
<passphraseServerId>${gpg.keyname}</passphraseServerId>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit c25d5a5

Please sign in to comment.