Skip to content

Commit c7da6c5

Browse files
committed
[maven-release-plugin] prepare release coffee-gb-1.5.7
1 parent 256586f commit c7da6c5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

controller/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>coffee-gb</artifactId>
66
<groupId>eu.rekawek.coffeegb</groupId>
7-
<version>1.5.7-SNAPSHOT</version>
7+
<version>1.5.7</version>
88
</parent>
99

1010
<artifactId>controller</artifactId>
11-
<version>1.5.7-SNAPSHOT</version>
11+
<version>1.5.7</version>
1212

1313
<name>controller</name>
1414

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>eu.rekawek.coffeegb</groupId>
2727
<artifactId>core</artifactId>
28-
<version>1.5.7-SNAPSHOT</version>
28+
<version>1.5.7</version>
2929
</dependency>
3030
</dependencies>
3131
</project>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>coffee-gb</artifactId>
66
<groupId>eu.rekawek.coffeegb</groupId>
7-
<version>1.5.7-SNAPSHOT</version>
7+
<version>1.5.7</version>
88
</parent>
99

1010
<artifactId>core</artifactId>
11-
<version>1.5.7-SNAPSHOT</version>
11+
<version>1.5.7</version>
1212

1313
<name>core</name>
1414

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>eu.rekawek.coffeegb</groupId>
55
<artifactId>coffee-gb</artifactId>
6-
<version>1.5.7-SNAPSHOT</version>
6+
<version>1.5.7</version>
77
<packaging>pom</packaging>
88
<url>https://github.com/trekawek/coffee-gb</url>
99
<name>coffee-gb</name>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:git@github.com:trekawek/coffee-gb.git</connection>
2525
<developerConnection>scm:git:git@github.com:trekawek/coffee-gb.git</developerConnection>
2626
<url>git@github.com:trekawek/coffee-gb.git</url>
27-
<tag>HEAD</tag>
27+
<tag>coffee-gb-1.5.7</tag>
2828
</scm>
2929
<properties>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

swing/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>coffee-gb</artifactId>
66
<groupId>eu.rekawek.coffeegb</groupId>
7-
<version>1.5.7-SNAPSHOT</version>
7+
<version>1.5.7</version>
88
</parent>
99

1010
<artifactId>swing</artifactId>
11-
<version>1.5.7-SNAPSHOT</version>
11+
<version>1.5.7</version>
1212

1313
<name>swing</name>
1414
<build>
@@ -51,12 +51,12 @@
5151
<dependency>
5252
<groupId>eu.rekawek.coffeegb</groupId>
5353
<artifactId>controller</artifactId>
54-
<version>1.5.7-SNAPSHOT</version>
54+
<version>1.5.7</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>eu.rekawek.coffeegb</groupId>
5858
<artifactId>core</artifactId>
59-
<version>1.5.7-SNAPSHOT</version>
59+
<version>1.5.7</version>
6060
</dependency>
6161
</dependencies>
6262
</project>

0 commit comments

Comments
 (0)