Skip to content

Commit

Permalink
Change for sonatype usertoken
Browse files Browse the repository at this point in the history
  • Loading branch information
jufukuka committed Jun 17, 2024
1 parent 5e6225a commit 75e7a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/.maven.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<server>
<!-- Maven Central Deployment -->
<id>ossrh</id>
<username>${env.SONATYPE_USERNAME}</username>
<password>${env.SONATYPE_PASSWORD}</password>
<username>${env.SONATYPE_USERTOKEN_ID}</username>
<password>${env.SONATYPE_USERTOKEN_TOKEN}</password>
</server>
</servers>
</settings>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>jp.co.yahoo.yosegi</groupId>
<artifactId>yosegi-spark_2.12</artifactId>
<version>2.0.2_spark-3.3-SNAPSHOT</version>
<version>2.0.1_spark-3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Yosegi Spark</name>
<description>Yosegi Spark library.</description>
Expand Down

0 comments on commit 75e7a22

Please sign in to comment.