Skip to content

Commit b7123ed

Browse files
authored
Merge pull request #221 from scottslewis/master
top pom.xml fix
2 parents f54ad3b + a1223c6 commit b7123ed

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,16 @@
5656
<url>https://github.com/eclipse/ecf/issues</url>
5757
<system>GitHub</system>
5858
</issueManagement>
59-
59+
<!--
6060
<distributionManagement>
61-
<repository>
62-
<id>repo.eclipse.org</id>
63-
<name>ECF Maven Repository - Releases</name>
64-
<url>https://repo.eclipse.org/content/repositories/ecf-releases/</url>
65-
</repository>
6661
<snapshotRepository>
6762
<id>repo.eclipse.org</id>
6863
<name>ECF Maven Repository - Snapshots</name>
6964
<url>https://repo.eclipse.org/content/repositories/ecf-snapshots/</url>
7065
<uniqueVersion>true</uniqueVersion>
7166
</snapshotRepository>
7267
</distributionManagement>
73-
68+
-->
7469
<properties>
7570
<tycho-version>4.0.10</tycho-version>
7671
<cbi-version>1.5.2</cbi-version>
@@ -384,7 +379,7 @@
384379
<extensions>true</extensions>
385380
<configuration>
386381
<publishingServerId>central</publishingServerId>
387-
<autoPublish>true</autoPublish>
382+
<centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl>
388383
<ignorePublishedComponents>true</ignorePublishedComponents>
389384
<deploymentName>ECF Release</deploymentName>
390385
</configuration>

0 commit comments

Comments
 (0)