Add spring doc version variable and remove swagger.
This commit is contained in:
parent
a230217f16
commit
957c611ce4
4
pom.xml
4
pom.xml
|
@ -7,7 +7,7 @@
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>uoa-spring-boot-parent</artifactId>
|
<artifactId>uoa-spring-boot-parent</artifactId>
|
||||||
<version>2.0.1-SNAPSHOT</version>
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<scm>
|
<scm>
|
||||||
<developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-spring-boot-parent.git</developerConnection>
|
<developerConnection>scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-spring-boot-parent.git</developerConnection>
|
||||||
|
@ -68,6 +68,6 @@
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
<spring-boot-version>3.3.1</spring-boot-version>
|
<spring-boot-version>3.3.1</spring-boot-version>
|
||||||
<gson-version>2.9.0</gson-version>
|
<gson-version>2.9.0</gson-version>
|
||||||
<swagger-version>2.7.0</swagger-version>
|
<spring-doc-version>2.6.0</spring-doc-version>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue