Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco committed Oct 4, 2023
1 parent f12debe commit f6aebb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>tech.ailef</groupId>
<artifactId>spring-boot-db-admin</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
<name>spring-boot-db-admin</name>
<description>Srping Boot Database Admin is an auto-generated CRUD admin panel for Spring Boot apps</description>
<properties>
Expand Down Expand Up @@ -45,8 +45,8 @@
<maven-central>
<active>ALWAYS</active>
<url>https://s01.oss.sonatype.org/service/local</url>
<!-- <closeRepository>true</closeRepository> -->
<!-- <releaseRepository>true</releaseRepository> -->
<closeRepository>true</closeRepository>
<releaseRepository>true</releaseRepository>
<stagingRepositories>target/staging-deploy</stagingRepositories>
</maven-central>
</nexus2>
Expand Down

0 comments on commit f6aebb6

Please sign in to comment.