Skip to content

Commit

Permalink
fix pom
Browse files Browse the repository at this point in the history
  • Loading branch information
kronnox committed Oct 25, 2024
1 parent 21c87d4 commit 1ad6058
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@

<distributionManagement>
<repository>
<id>dev.projectshard.repo.releases</id>
<id>projectshard.releases</id>
<url>https://repo.projectshard.dev/repository/releases/</url>
</repository>
<snapshotRepository>
<id>dev.projectshard.repo.snapshots</id>
<id>projectshard.snapshots</id>
<url>https://repo.projectshard.dev/repository/snapshots/</url>
</snapshotRepository>
</distributionManagement>
Expand Down Expand Up @@ -65,30 +65,6 @@
</configuration>
</plugin>

<plugin>
<groupId>external.atlassian.jgitflow</groupId>
<artifactId>jgitflow-maven-plugin</artifactId>
<version>1.0-m5.1</version>
<configuration>
<defaultOriginUrl>ssh://[email protected]/cubenation/cninventories.git</defaultOriginUrl>
<allowSnapshots>true</allowSnapshots>
<pushReleases>true</pushReleases>
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>org.lichtspiele.nexus</serverId>
<nexusUrl>https://nexus.lichtspiele.org/</nexusUrl>
<!-- Set this to true and the release will automatically proceed and sync to Central Repository will follow -->
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>

</plugins>
</build>

Expand All @@ -110,7 +86,7 @@
<dependency>
<groupId>net.cubespace</groupId>
<artifactId>Yamler-Core</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.5.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 1ad6058

Please sign in to comment.