diff options
-rw-r--r-- | pom.xml | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,29 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>3.4.2</version> - <relativePath/> <!-- lookup parent from repository --> + <relativePath /> <!-- lookup parent from repository --> </parent> <groupId>org.berzerkula</groupId> <artifactId>builddb</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <name>builddb</name> <description>builddb</description> - <url/> + <url /> <licenses> - <license/> + <license /> </licenses> <developers> - <developer/> + <developer /> </developers> <scm> <connection>scm:git:git://git.berzerkula.org/builddb-sb</connection> <developerConnection>scm:git:git://git@git.berzerkula.org:builddb-sb.git</developerConnection> - <tag>v${project.version}</tag> + <tag>v1.1.0</tag> <url>https://git.berzerkula.org/builddb-sb</url> </scm> <properties> |