|
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/maven-v4_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/maven-v4_0_0.xsd"> |
3 | 5 | <modelVersion>4.0.0</modelVersion> |
4 | 6 |
|
5 | 7 | <parent> |
6 | 8 | <groupId>io.scalecube</groupId> |
7 | 9 | <artifactId>scalecube-parent-pom</artifactId> |
8 | | - <version>0.2.17</version> |
| 10 | + <version>0.2.19</version> |
9 | 11 | </parent> |
10 | 12 |
|
11 | 13 | <artifactId>scalecube-security-parent</artifactId> |
|
24 | 26 | </repository> |
25 | 27 | </repositories> |
26 | 28 |
|
27 | | - <distributionManagement> |
28 | | - <repository> |
29 | | - <id>github</id> |
30 | | - <name>GitHub Packages</name> |
31 | | - <url>https://maven.pkg.github.com/scalecube/scalecube-security</url> |
32 | | - </repository> |
33 | | - </distributionManagement> |
34 | | - |
35 | 29 | <scm> |
36 | 30 | <url>https://github.com/scalecube/scalecube</url> |
37 | 31 | <connection>scm:git:https://github.com/scalecube/scalecube-security.git</connection> |
|
140 | 134 | </dependency> |
141 | 135 | </dependencies> |
142 | 136 |
|
| 137 | + <profiles> |
| 138 | + <profile> |
| 139 | + <id>deploy2Github</id> |
| 140 | + <distributionManagement> |
| 141 | + <repository> |
| 142 | + <id>github</id> |
| 143 | + <name>GitHub Packages</name> |
| 144 | + <url>https://maven.pkg.github.com/scalecube/scalecube-security</url> |
| 145 | + </repository> |
| 146 | + </distributionManagement> |
| 147 | + </profile> |
| 148 | + <profile> |
| 149 | + <id>deploy2Maven</id> |
| 150 | + <distributionManagement> |
| 151 | + <repository> |
| 152 | + <id>ossrh</id> |
| 153 | + <name>Central Repository OSSRH</name> |
| 154 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 155 | + </repository> |
| 156 | + </distributionManagement> |
| 157 | + <build> |
| 158 | + <plugins> |
| 159 | + <plugin> |
| 160 | + <groupId>org.sonatype.plugins</groupId> |
| 161 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 162 | + </plugin> |
| 163 | + <plugin> |
| 164 | + <artifactId>maven-source-plugin</artifactId> |
| 165 | + </plugin> |
| 166 | + <plugin> |
| 167 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 168 | + </plugin> |
| 169 | + <plugin> |
| 170 | + <artifactId>maven-gpg-plugin</artifactId> |
| 171 | + </plugin> |
| 172 | + </plugins> |
| 173 | + </build> |
| 174 | + </profile> |
| 175 | + </profiles> |
| 176 | + |
143 | 177 | </project> |
0 commit comments