aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2025-02-15 10:39:59 -0600
committerWilliam Harrington <kb0iic@berzerkula.org>2025-02-15 10:39:59 -0600
commit279f00caa75d18c39201db882a9d25df2d79129b (patch)
treecccb5e9f11440c079149d56d1b07a2083e46d056
parente2483076660344dfd7c2f1e309cea1bd25b9542d (diff)
[maven-release-plugin] prepare release v1.1.0
-rw-r--r--pom.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 304d8d1..77bb8c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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:ssh://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>