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 44
55 <parent >
66 <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 </version >
99 </parent >
1010
1111 <artifactId >scalecube-commons</artifactId >
3333 </scm >
3434
3535 <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>
3740 </properties >
3841
3942 <dependencyManagement >
5558 </dependency >
5659 </dependencies >
5760
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-
9861</project >
You can’t perform that action at this time.
0 commit comments