We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e0cd8 commit f40a05fCopy full SHA for f40a05f
1 file changed
csv-validator-parent/pom.xml
@@ -118,10 +118,12 @@
118
<distributionManagement>
119
<snapshotRepository>
120
<id>ossrh</id>
121
+ <name>Nexus Snapshot Repository</name>
122
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
123
</snapshotRepository>
124
<repository>
125
126
+ <name>Nexus Release Repository</name>
127
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
128
</repository>
129
</distributionManagement>
0 commit comments