Skip to content

Commit

Permalink
updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
cjayswal committed Feb 19, 2024
1 parent 286a8ff commit 586bd4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
java-version: '8'
distribution: 'temurin'
server-id: ossrh
server-id: ossrhsnapshot
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- id: install-secret-key
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>


<configuration>
<skip>${skip.it}</skip>
Expand Down Expand Up @@ -413,5 +413,10 @@
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrhsnapshot</id>
<name>Central Repository OSSRH Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 586bd4e

Please sign in to comment.