Skip to content

Commit 33088a8

Browse files
committed
[maven-release-plugin] prepare release release-0.12
1 parent 835d966 commit 33088a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.quickperf</groupId>
1313
<artifactId>quick-perf-live</artifactId>
14-
<version>0.12-SNAPSHOT</version>
14+
<version>0.12</version>
1515

1616
<name>QuickPerf live</name>
1717
<inceptionYear>2021</inceptionYear>
@@ -26,7 +26,7 @@
2626
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2727
<license.dir>${basedir}</license.dir>
2828
<currentYear>2022</currentYear>
29-
<project.build.outputTimestamp>1667071399</project.build.outputTimestamp>
29+
<project.build.outputTimestamp>1667858320</project.build.outputTimestamp>
3030
</properties>
3131

3232
<build>
@@ -223,7 +223,7 @@
223223
<connection>scm:git:https://github.com/quick-perf/quickperf-live.git</connection>
224224
<developerConnection>scm:git:git@github.com:quick-perf/quickperf-live.git</developerConnection>
225225
<url>https://github.com/quick-perf/quickperf-live</url>
226-
<tag>HEAD</tag>
226+
<tag>release-0.12</tag>
227227
</scm>
228228

229229
<licenses>

spring-boot-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>org.quickperf</groupId>
88
<artifactId>quick-perf-live</artifactId>
9-
<version>0.12-SNAPSHOT</version>
9+
<version>0.12</version>
1010
</parent>
1111

1212
<artifactId>quick-perf-live-springboot2</artifactId>
13-
<version>0.12-SNAPSHOT</version>
13+
<version>0.12</version>
1414

1515
<dependencyManagement>
1616
<dependencies>

0 commit comments

Comments
 (0)