Skip to content

Commit

Permalink
Don't push to ossrh for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-br committed Dec 28, 2023
1 parent 0ffbb9c commit bfdd444
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<!-- <distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
Expand All @@ -94,7 +94,7 @@
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</distributionManagement> -->
<repositories>
<repository>
<id>scala-tools.org</id>
Expand Down Expand Up @@ -138,6 +138,7 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down Expand Up @@ -169,6 +170,8 @@
</execution>
</executions>
</plugin>
-->

<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
Expand Down

0 comments on commit bfdd444

Please sign in to comment.