Skip to content

Commit 47f129a

Browse files
author
gustavnavar
committed
version 1.0.0
1 parent 335bd41 commit 47f129a

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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>

gridjavacore/pom.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,19 @@
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>
-19.3 MB
Binary file not shown.

0 commit comments

Comments
 (0)