Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 24, 2023
1 parent 2cca9ab commit e19b3e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion campsite-booking-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.kiroule</groupId>
<artifactId>campsite-booking</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>

<artifactId>campsite-booking-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion campsite-booking-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.kiroule</groupId>
<artifactId>campsite-booking</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>

<artifactId>campsite-booking-service</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.kiroule</groupId>
<artifactId>campsite-booking</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
<packaging>pom</packaging>

<name>campsite-booking</name>
Expand All @@ -14,7 +14,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/igor-baiborodine/campsite-booking.git</url>
<tag>HEAD</tag>
<tag>v6.0.1</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.kiroule</groupId>
<artifactId>campsite-booking-api</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</dependency>
<!-- Spring Boot -->
<dependency>
Expand Down

0 comments on commit e19b3e2

Please sign in to comment.