Skip to content

Commit

Permalink
changelog style
Browse files Browse the repository at this point in the history
  • Loading branch information
charle004 committed Sep 9, 2024
1 parent 6ab3248 commit 4e4a1f8
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>ngbatis</name>
<groupId>org.nebula-contrib</groupId>
<artifactId>ngbatis</artifactId>
<version>1.3.0</version>
<version>1.3.0-snapshot</version>

<description>
NgBatis is a database ORM framework base NebulaGraph + spring-boot,
Expand Down Expand Up @@ -157,17 +157,6 @@

<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://s01.oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>

<!-- compiler -->
<plugin>
Expand Down Expand Up @@ -396,14 +385,14 @@

<distributionManagement>
<repository>
<id>ossrh</id>
<name>Nexus Release Repository</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<id>nexus-releases</id>
<url>http://172.17.10.100:8081/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<name>Nexus Snapshot Repository</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<id>nexus-snapshots</id>
<url>http://172.17.10.100:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>


</project>

0 comments on commit 4e4a1f8

Please sign in to comment.