Skip to content

Commit

Permalink
Update servers in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
arniesaha committed Nov 24, 2023
1 parent 01848af commit 85f36d8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -673,13 +673,6 @@

</profiles>

<servers>
<server>
<id>github</id>
<username>${env.GITHUB_USER_REF}</username>
<password>${env.GITHUB_TOKEN_REF}</password>
</server>
</servers>

<properties>
<akka.version>2.3.7</akka.version>
Expand Down Expand Up @@ -2293,4 +2286,13 @@
</plugin>
</plugins>
</build>

<servers>
<server>
<id>github</id>
<username>${env.GITHUB_USER_REF}</username>
<password>${env.GITHUB_TOKEN_REF}</password>
</server>
</servers>
</project>

0 comments on commit 85f36d8

Please sign in to comment.