Skip to content

Commit 92a63e1

Browse files
author
Willi Schönborn
committed
Release 1.4.0
1 parent 1ef5a5f commit 92a63e1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

logbook-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.zalando</groupId>
1212
<artifactId>logbook-parent</artifactId>
13-
<version>1.4.0-SNAPSHOT</version>
13+
<version>1.4.0</version>
1414
</parent>
1515

1616
<artifactId>logbook-api</artifactId>

logbook-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.zalando</groupId>
1212
<artifactId>logbook-parent</artifactId>
13-
<version>1.4.0-SNAPSHOT</version>
13+
<version>1.4.0</version>
1414
</parent>
1515

1616
<artifactId>logbook-core</artifactId>

logbook-httpclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.zalando</groupId>
1212
<artifactId>logbook-parent</artifactId>
13-
<version>1.4.0-SNAPSHOT</version>
13+
<version>1.4.0</version>
1414
</parent>
1515

1616
<artifactId>logbook-httpclient</artifactId>

logbook-servlet/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.zalando</groupId>
1212
<artifactId>logbook-parent</artifactId>
13-
<version>1.4.0-SNAPSHOT</version>
13+
<version>1.4.0</version>
1414
</parent>
1515

1616
<artifactId>logbook-servlet</artifactId>

logbook-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.zalando</groupId>
1212
<artifactId>logbook-parent</artifactId>
13-
<version>1.4.0-SNAPSHOT</version>
13+
<version>1.4.0</version>
1414
</parent>
1515

1616
<artifactId>logbook-spring-boot-starter</artifactId>

logbook-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.zalando</groupId>
1212
<artifactId>logbook-parent</artifactId>
13-
<version>1.4.0-SNAPSHOT</version>
13+
<version>1.4.0</version>
1414
</parent>
1515

1616
<artifactId>logbook-test</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.zalando</groupId>
1111
<artifactId>logbook-parent</artifactId>
12-
<version>1.4.0-SNAPSHOT</version>
12+
<version>1.4.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>Logbook</name>

0 commit comments

Comments
 (0)