File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 8484
8585 <!-- Default profile publishes to Maven Central -->
8686 <!-- See: https://search.maven.org/search?q=a:csv-validator-core -->
87- <profile >
88- <id >default-release-repo</id >
89- <activation >
90- <activeByDefault >true</activeByDefault >
91- </activation >
92- <distributionManagement >
93- <snapshotRepository >
94- <id >sonatype-nexus-snapshot-staging</id >
95- <name >Nexus Snapshot Repository</name >
96- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
97- </snapshotRepository >
98- <repository >
99- <id >sonatype-nexus-release-staging</id >
100- <name >Nexus Release Repository</name >
101- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
102- </repository >
103- </distributionManagement >
104- </profile >
87+ <!-- <profile >-- >
88+ <!-- <id>default-release-repo</id> -- >
89+ <!-- <activation> -- >
90+ <!-- <activeByDefault>true</activeByDefault> -- >
91+ <!-- </activation> -- >
92+ <!-- <distributionManagement> -- >
93+ <!-- <snapshotRepository> -- >
94+ <!-- <id>sonatype-nexus-snapshot-staging</id> -- >
95+ <!-- <name>Nexus Snapshot Repository</name> -- >
96+ <!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url> -- >
97+ <!-- </snapshotRepository> -- >
98+ <!-- <repository> -- >
99+ <!-- <id>sonatype-nexus-release-staging</id> -- >
100+ <!-- <name>Nexus Release Repository</name> -- >
101+ <!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> -- >
102+ <!-- </repository> -- >
103+ <!-- </distributionManagement> -- >
104+ <!-- </profile> -- >
105105
106106 <profile >
107107 <id >release-sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments