|
1 | 1 | <?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"> |
3 | 5 | <modelVersion>4.0.0</modelVersion> |
4 | 6 |
|
5 | 7 | <parent> |
6 | 8 | <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> |
9 | 11 | </parent> |
10 | 12 |
|
11 | 13 | <artifactId>scalecube-config-parent</artifactId> |
|
47 | 49 | <testcontainers.version>1.17.4</testcontainers.version> |
48 | 50 | <guava.version>29.0-jre</guava.version> |
49 | 51 |
|
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> |
53 | 54 | </properties> |
54 | 55 |
|
55 | 56 | <modules> |
|
133 | 134 | </dependency> |
134 | 135 | </dependencies> |
135 | 136 |
|
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 | | - |
176 | 137 | </project> |
0 commit comments