Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavnavar committed Jan 30, 2024
1 parent 335bd41 commit 47f129a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>me.agno.gridjavacore</groupId>
<groupId>me.agno</groupId>
<artifactId>gridjavacore</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
Expand Down
21 changes: 14 additions & 7 deletions gridjavacore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,19 @@
<url>https://github.com/gustavnavar/Grid.Java.Core/tree/master</url>
</scm>

<distributionManagement>
<repository>
<id>ossrh</id>
<name>Central Repository OSSRH</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.3.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
</configuration>
</plugin>
</plugins>
</build>

</project>
Binary file removed out/artifacts/gridjavacore_jar/gridjavacore.jar
Binary file not shown.

0 comments on commit 47f129a

Please sign in to comment.