File tree Expand file tree Collapse file tree
out/artifacts/gridjavacore_jar Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 <scope >test</scope >
4343 </dependency >
4444 <dependency >
45- <groupId >me.agno.gridjavacore </groupId >
45+ <groupId >me.agno</groupId >
4646 <artifactId >gridjavacore</artifactId >
4747 <version >1.0.0</version >
4848 <scope >compile</scope >
Original file line number Diff line number Diff line change 6666 <url >https://github.com/gustavnavar/Grid.Java.Core/tree/master</url >
6767 </scm >
6868
69- <distributionManagement >
70- <repository >
71- <id >ossrh</id >
72- <name >Central Repository OSSRH</name >
73- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
74- </repository >
75- </distributionManagement >
69+ <build >
70+ <plugins >
71+ <plugin >
72+ <groupId >org.sonatype.central</groupId >
73+ <artifactId >central-publishing-maven-plugin</artifactId >
74+ <version >0.3.0</version >
75+ <extensions >true</extensions >
76+ <configuration >
77+ <publishingServerId >central</publishingServerId >
78+ <tokenAuth >true</tokenAuth >
79+ </configuration >
80+ </plugin >
81+ </plugins >
82+ </build >
7683
7784</project >
You can’t perform that action at this time.
0 commit comments