Skip to content

Commit

Permalink
Added missing distribution management parts
Browse files Browse the repository at this point in the history
  • Loading branch information
dickerpulli committed Aug 12, 2022
1 parent bb3889b commit 1d1b7e8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,39 @@
</build>
</profile>
</profiles>
<organization>
<name>codecentric AG</name>
<url>https://www.codecentric.de</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Thomas Bosch</name>
<email>thomas.bosch@codecentric.de</email>
<organization>codecentric AG</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/codecentric/json-merge-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/codecentric/json-merge-maven-plugin.git</developerConnection>
<url>https://github.com/codecentric/json-merge-maven-plugin</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/codecentric/json-merge-maven-plugin</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 1d1b7e8

Please sign in to comment.