Skip to content

Commit

Permalink
Updated parent
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Oct 1, 2022
1 parent 284d04f commit 7e5a7b2
Showing 1 changed file with 6 additions and 43 deletions.
49 changes: 6 additions & 43 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<parent>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-parent-pom</artifactId>
<version>0.2.19</version>
<artifactId>scalecube-parent</artifactId>
<version>0.2.20.RC3</version>
</parent>

<artifactId>scalecube-commons</artifactId>
Expand Down Expand Up @@ -33,7 +33,10 @@
</scm>

<properties>
<reactor.version>2020.0.10</reactor.version>
<reactor.version>2020.0.23</reactor.version>

<distributionManagement.url>https://maven.pkg.github.com/scalecube/scalecube-commons
</distributionManagement.url>
</properties>

<dependencyManagement>
Expand All @@ -55,44 +58,4 @@
</dependency>
</dependencies>

<profiles>
<profile>
<id>deploy2Github</id>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/scalecube/scalecube-commons</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>deploy2Maven</id>
<distributionManagement>
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>

0 comments on commit 7e5a7b2

Please sign in to comment.