Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
setup-java: false

- name: Push git changes
if: ${{ inputs.push }}
run: |
git status
git describe
Expand Down
4 changes: 2 additions & 2 deletions airbase-policy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase-root</artifactId>
<version>272-SNAPSHOT</version>
<version>273-SNAPSHOT</version>
</parent>

<artifactId>airbase-policy</artifactId>
Expand All @@ -15,6 +15,6 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2025-06-29T12:26:33Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-07-02T19:33:27Z</project.build.outputTimestamp>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How often do we update this? Does it ever need to be updated?

I just learned that Maven 4 will use 1980-02-01T00:00:00Z by default: apache/maven#1813

</properties>
</project>
6 changes: 3 additions & 3 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<project.build.targetJdk>8</project.build.targetJdk>
<project.report.outputEncoding>UTF-8</project.report.outputEncoding>
<project.report.inputEncoding>UTF-8</project.report.inputEncoding>
<project.build.outputTimestamp>2025-06-29T12:26:33Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-07-02T19:33:27Z</project.build.outputTimestamp>

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

Expand Down Expand Up @@ -1276,7 +1276,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>airbase-policy</artifactId>
<version>272-SNAPSHOT</version>
<version>273-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -1363,7 +1363,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>airbase-policy</artifactId>
<version>272-SNAPSHOT</version>
<version>273-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.airlift</groupId>
<artifactId>airbase-root</artifactId>
<version>272-SNAPSHOT</version>
<version>273-SNAPSHOT</version>
<packaging>pom</packaging>

<name>airbase-root</name>
Expand Down