Skip to content

Commit fcd736f

Browse files
authored
Merge pull request #201 from scalecube/update-parent
2 parents 0362929 + 259f943 commit fcd736f

File tree

1 file changed

+7
-46
lines changed

1 file changed

+7
-46
lines changed

pom.xml

Lines changed: 7 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
68
<groupId>io.scalecube</groupId>
7-
<artifactId>scalecube-parent-pom</artifactId>
8-
<version>0.2.19</version>
9+
<artifactId>scalecube-parent</artifactId>
10+
<version>0.2.20</version>
911
</parent>
1012

1113
<artifactId>scalecube-config-parent</artifactId>
@@ -47,9 +49,8 @@
4749
<testcontainers.version>1.17.4</testcontainers.version>
4850
<guava.version>29.0-jre</guava.version>
4951

50-
<checkstyle.skip>false</checkstyle.skip>
51-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
52-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
52+
<distributionManagement.url>https://maven.pkg.github.com/scalecube/scalecube-config
53+
</distributionManagement.url>
5354
</properties>
5455

5556
<modules>
@@ -133,44 +134,4 @@
133134
</dependency>
134135
</dependencies>
135136

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-
176137
</project>

0 commit comments

Comments
 (0)