Skip to content

Commit 2fad8a8

Browse files
author
GitHub Actions
committed
[maven-release-plugin] prepare release personalization-service-0.0.1
1 parent c4d06df commit 2fad8a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

personalization-service/pom.xml

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

1212
<groupId>de.muenchen.dbs.personalization</groupId>
1313
<artifactId>personalization-service</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
14+
<version>0.0.1</version>
1515
<name>personalization_service</name>
1616
<description>Personalization service for the digital citizen service of the City of Munich</description>
1717
<url>https://github.com/it-at-m/dbs</url>
@@ -252,7 +252,7 @@
252252
<scm>
253253
<connection>scm:git:https://github.com/it-at-m/dbs.git</connection>
254254
<developerConnection>scm:git:https://github.com/it-at-m/dbs.git</developerConnection>
255-
<tag>HEAD</tag>
255+
<tag>personalization-service-0.0.1</tag>
256256
</scm>
257257

258258
<build>

0 commit comments

Comments
 (0)