Skip to content

Commit 2b6165f

Browse files
author
GitHub Actions
committed
[maven-release-plugin] prepare release captchaservice-backend-1.0.0
1 parent 1a15799 commit 2b6165f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

captchaservice-backend/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>3.4.4</version>
9-
<relativePath/>
9+
<relativePath />
1010
</parent>
1111

1212
<groupId>de.muenchen.captchaservice</groupId>
1313
<artifactId>captchaservice-backend</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
<name>captchaservice_backend</name>
16-
<description></description>
16+
<description />
1717
<url>https://github.com/it-at-m/captchaservice</url>
1818

1919
<properties>
@@ -280,7 +280,7 @@
280280
<scm>
281281
<connection>scm:git:https://github.com/it-at-m/captchaservice.git</connection>
282282
<developerConnection>scm:git:https://github.com/it-at-m/captchaservice.git</developerConnection>
283-
<tag>HEAD</tag>
283+
<tag>captchaservice-backend-1.0.0</tag>
284284
</scm>
285285

286286
<build>

0 commit comments

Comments
 (0)