This repository was archived by the owner on Jun 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-43
lines changed Expand file tree Collapse file tree 1 file changed +6
-43
lines changed Original file line number Diff line number Diff line change 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.RC3 </version >
9
9
</parent >
10
10
11
11
<artifactId >scalecube-commons</artifactId >
33
33
</scm >
34
34
35
35
<properties >
36
- <reactor .version>2020.0.10</reactor .version>
36
+ <reactor .version>2020.0.23</reactor .version>
37
+
38
+ <distributionManagement .url>https://maven.pkg.github.com/scalecube/scalecube-commons
39
+ </distributionManagement .url>
37
40
</properties >
38
41
39
42
<dependencyManagement >
55
58
</dependency >
56
59
</dependencies >
57
60
58
- <profiles >
59
- <profile >
60
- <id >deploy2Github</id >
61
- <distributionManagement >
62
- <repository >
63
- <id >github</id >
64
- <name >GitHub Packages</name >
65
- <url >https://maven.pkg.github.com/scalecube/scalecube-commons</url >
66
- </repository >
67
- </distributionManagement >
68
- </profile >
69
- <profile >
70
- <id >deploy2Maven</id >
71
- <distributionManagement >
72
- <repository >
73
- <id >ossrh</id >
74
- <name >Central Repository OSSRH</name >
75
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
76
- </repository >
77
- </distributionManagement >
78
- <build >
79
- <plugins >
80
- <plugin >
81
- <groupId >org.sonatype.plugins</groupId >
82
- <artifactId >nexus-staging-maven-plugin</artifactId >
83
- </plugin >
84
- <plugin >
85
- <artifactId >maven-source-plugin</artifactId >
86
- </plugin >
87
- <plugin >
88
- <artifactId >maven-javadoc-plugin</artifactId >
89
- </plugin >
90
- <plugin >
91
- <artifactId >maven-gpg-plugin</artifactId >
92
- </plugin >
93
- </plugins >
94
- </build >
95
- </profile >
96
- </profiles >
97
-
98
61
</project >
You can’t perform that action at this time.
0 commit comments