Skip to content

Commit b9d5d83

Browse files
committed
Remove PackageCloud extension
1 parent 8f54c17 commit b9d5d83

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
<maven.surefire.plugin.version>3.5.2</maven.surefire.plugin.version>
8989
<maven.failsafe.plugin.version>3.5.2</maven.failsafe.plugin.version>
9090
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
91-
<maven.packagecloud.wagon.version>0.0.6</maven.packagecloud.wagon.version>
9291
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
9392
<checksum.maven.plugin.version>1.11</checksum.maven.plugin.version>
9493
<spring-boot-maven-plugin.version>2.7.18</spring-boot-maven-plugin.version>
@@ -482,13 +481,7 @@
482481
</plugin>
483482

484483
</plugins>
485-
<extensions>
486-
<extension>
487-
<groupId>io.packagecloud.maven.wagon</groupId>
488-
<artifactId>maven-packagecloud-wagon</artifactId>
489-
<version>${maven.packagecloud.wagon.version}</version>
490-
</extension>
491-
</extensions>
484+
492485
</build>
493486

494487
<profiles>
@@ -632,12 +625,6 @@
632625

633626
</plugins>
634627
</build>
635-
<distributionManagement>
636-
<repository>
637-
<id>packagecloud-rabbitmq-maven-milestones</id>
638-
<url>packagecloud+https://packagecloud.io/rabbitmq/maven-milestones</url>
639-
</repository>
640-
</distributionManagement>
641628
</profile>
642629

643630
<profile>

0 commit comments

Comments
 (0)