Skip to content

Commit b4cf018

Browse files
Releasing version 0.1.0
1 parent 53cba16 commit b4cf018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.flowable.mockwebserver</groupId>
77
<artifactId>mockwebserver</artifactId>
88
<name>Flowable Mock Web Server</name>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010

1111
<description>Web Server for testing HTTP clients</description>
1212
<url>https://github.com/flowable/flowable-mockwebserver/</url>
@@ -20,7 +20,7 @@
2020
<maven.compiler.target>${java.version}</maven.compiler.target>
2121
<maven.compiler.release>${java.version}</maven.compiler.release>
2222
<!-- value comes from property git.commit.author.time -->
23-
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
23+
<project.build.outputTimestamp>2024-09-10T09:22:07Z</project.build.outputTimestamp>
2424

2525
<jreleaser.plugin.version>1.12.0</jreleaser.plugin.version>
2626

0 commit comments

Comments
 (0)