aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2025-02-14 22:58:21 -0600
committerWilliam Harrington <kb0iic@berzerkula.org>2025-02-14 22:58:21 -0600
commitd664e068be4c0cd3eca6d0da6d03d854ff7ba6ea (patch)
tree40e087c7acfced84bf8e65f1a8a86b74faab8225 /pom.xml
parent41ebb3b9888b79aa24965938d71c403160cb5508 (diff)
[maven-release-plugin] rollback the release of v1.1.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 6305b1d..7e2e6d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,28 +1,29 @@
<?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</version>
+ <version>1.1.0-SNAPSHOT</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>v1.1.0</tag>
+ <tag>v${project.version}</tag>
<url>https://git.berzerkula.org/builddb-sb</url>
</scm>
<properties>