Skip to content

Commit 66b12b7

Browse files
committed
[maven-release-plugin] prepare release 277
1 parent 3d93e7b commit 66b12b7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

airbase-policy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.airlift</groupId>
77
<artifactId>airbase-root</artifactId>
8-
<version>277-SNAPSHOT</version>
8+
<version>277</version>
99
</parent>
1010

1111
<artifactId>airbase-policy</artifactId>
@@ -15,6 +15,6 @@
1515

1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18-
<project.build.outputTimestamp>2025-07-07T09:51:04Z</project.build.outputTimestamp>
18+
<project.build.outputTimestamp>2025-07-08T16:13:21Z</project.build.outputTimestamp>
1919
</properties>
2020
</project>

airbase/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.airlift</groupId>
66
<artifactId>airbase</artifactId>
7-
<version>277-SNAPSHOT</version>
7+
<version>277</version>
88
<packaging>pom</packaging>
99

1010
<name>airbase</name>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<connection>scm:git:[email protected]/airlift/airbase.git</connection>
3333
<developerConnection>scm:git:[email protected]:airlift/airbase.git</developerConnection>
34-
<tag>HEAD</tag>
34+
<tag>277</tag>
3535
<url>https://github.com/airlift/airbase</url>
3636
</scm>
3737

@@ -54,7 +54,7 @@
5454
<project.build.targetJdk>8</project.build.targetJdk>
5555
<project.report.outputEncoding>UTF-8</project.report.outputEncoding>
5656
<project.report.inputEncoding>UTF-8</project.report.inputEncoding>
57-
<project.build.outputTimestamp>2025-07-07T09:51:04Z</project.build.outputTimestamp>
57+
<project.build.outputTimestamp>2025-07-08T16:13:21Z</project.build.outputTimestamp>
5858

5959
<!-- airlift build specific options are prefixed air.build. -->
6060

@@ -1300,7 +1300,7 @@
13001300
<dependency>
13011301
<groupId>io.airlift</groupId>
13021302
<artifactId>airbase-policy</artifactId>
1303-
<version>277-SNAPSHOT</version>
1303+
<version>277</version>
13041304
</dependency>
13051305
</dependencies>
13061306
<executions>
@@ -1387,7 +1387,7 @@
13871387
<dependency>
13881388
<groupId>io.airlift</groupId>
13891389
<artifactId>airbase-policy</artifactId>
1390-
<version>277-SNAPSHOT</version>
1390+
<version>277</version>
13911391
</dependency>
13921392
</dependencies>
13931393
<executions>

pom.xml

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

44
<groupId>io.airlift</groupId>
55
<artifactId>airbase-root</artifactId>
6-
<version>277-SNAPSHOT</version>
6+
<version>277</version>
77
<packaging>pom</packaging>
88

99
<name>airbase-root</name>
@@ -24,7 +24,7 @@
2424
<connection>scm:git:[email protected]/airlift/airbase.git</connection>
2525
<developerConnection>scm:git:[email protected]:airlift/airbase.git</developerConnection>
2626
<url>https://github.com/airlift/airbase</url>
27-
<tag>HEAD</tag>
27+
<tag>277</tag>
2828
</scm>
2929

3030
<developers>

0 commit comments

Comments
 (0)