Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sephiroth-j committed Nov 30, 2024
1 parent b46bcb9 commit dda7f41
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,34 +96,6 @@
</plugins>
</build>
</profile>
<profile>
<id>add-central-repo</id>
<activation>
<property>
<name>!env.JENKINS_URL</name>
</property>
</activation>
<repositories>
<repository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
<id>update-changelog</id>
<build>
Expand Down Expand Up @@ -558,14 +530,14 @@
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/releases/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/releases/</url>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit dda7f41

Please sign in to comment.