|
4 | 4 |
|
5 | 5 | <parent> |
6 | 6 | <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> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <artifactId>scalecube-config-parent</artifactId> |
|
30 | 30 | </repositories> |
31 | 31 |
|
32 | 32 | <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 |
36 | 36 | </developerConnection> |
37 | 37 | <tag>HEAD</tag> |
38 | 38 | </scm> |
|
46 | 46 | <vault-java-driver.version>5.1.0</vault-java-driver.version> |
47 | 47 | <testcontainers.version>1.17.4</testcontainers.version> |
48 | 48 | <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> |
53 | 49 | </properties> |
54 | 50 |
|
55 | 51 | <modules> |
|
133 | 129 | </dependency> |
134 | 130 | </dependencies> |
135 | 131 |
|
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 | 132 | </project> |
0 commit comments