Skip to content

Commit 50e75d6

Browse files
committed
added new maven central deployer
1 parent f7ef063 commit 50e75d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</repository>
3636
<repository>
3737
<id>ossrh-snapshots</id>
38-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
38+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
3939
<snapshots><enabled>true</enabled></snapshots>
4040
<releases><enabled>false</enabled></releases>
4141
</repository>
@@ -132,7 +132,6 @@
132132
</developer>
133133
</developers>
134134

135-
<!--
136135
<distributionManagement>
137136
<repository>
138137
<id>sonatype-nexus-staging</id>
@@ -145,7 +144,7 @@
145144
<snapshots><enabled>true</enabled></snapshots>
146145
</snapshotRepository>
147146
</distributionManagement>
148-
-->
147+
149148
<scm>
150149
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
151150
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>

0 commit comments

Comments
 (0)