Skip to content

Commit db2f9b3

Browse files
committed
Updated parent
1 parent 0362929 commit db2f9b3

File tree

1 file changed

+5
-49
lines changed

1 file changed

+5
-49
lines changed

pom.xml

Lines changed: 5 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<parent>
66
<groupId>io.scalecube</groupId>
7-
<artifactId>scalecube-parent-pom</artifactId>
8-
<version>0.2.19</version>
7+
<artifactId>scalecube-parent</artifactId>
8+
<version>0.2.20.RC1</version>
99
</parent>
1010

1111
<artifactId>scalecube-config-parent</artifactId>
@@ -30,9 +30,9 @@
3030
</repositories>
3131

3232
<scm>
33-
<url>https://github.com/scalecube/scalecube-config</url>
34-
<connection>scm:git:https://github.com/scalecube/scalecube-config.git</connection>
35-
<developerConnection>scm:git:https://github.com/scalecube/scalecube-config.git
33+
<url>https://github.com/scalecube/${project.artifactId}</url>
34+
<connection>scm:git:https://github.com/scalecube/${project.artifactId}.git</connection>
35+
<developerConnection>scm:git:https://github.com/scalecube/${project.artifactId}.git
3636
</developerConnection>
3737
<tag>HEAD</tag>
3838
</scm>
@@ -46,10 +46,6 @@
4646
<vault-java-driver.version>5.1.0</vault-java-driver.version>
4747
<testcontainers.version>1.17.4</testcontainers.version>
4848
<guava.version>29.0-jre</guava.version>
49-
50-
<checkstyle.skip>false</checkstyle.skip>
51-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
52-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5349
</properties>
5450

5551
<modules>
@@ -133,44 +129,4 @@
133129
</dependency>
134130
</dependencies>
135131

136-
<profiles>
137-
<profile>
138-
<id>deploy2Github</id>
139-
<distributionManagement>
140-
<repository>
141-
<id>github</id>
142-
<name>GitHub Packages</name>
143-
<url>https://maven.pkg.github.com/scalecube/scalecube-config</url>
144-
</repository>
145-
</distributionManagement>
146-
</profile>
147-
<profile>
148-
<id>deploy2Maven</id>
149-
<distributionManagement>
150-
<repository>
151-
<id>ossrh</id>
152-
<name>Central Repository OSSRH</name>
153-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
154-
</repository>
155-
</distributionManagement>
156-
<build>
157-
<plugins>
158-
<plugin>
159-
<groupId>org.sonatype.plugins</groupId>
160-
<artifactId>nexus-staging-maven-plugin</artifactId>
161-
</plugin>
162-
<plugin>
163-
<artifactId>maven-source-plugin</artifactId>
164-
</plugin>
165-
<plugin>
166-
<artifactId>maven-javadoc-plugin</artifactId>
167-
</plugin>
168-
<plugin>
169-
<artifactId>maven-gpg-plugin</artifactId>
170-
</plugin>
171-
</plugins>
172-
</build>
173-
</profile>
174-
</profiles>
175-
176132
</project>

0 commit comments

Comments
 (0)