Skip to content

Commit 618490c

Browse files
committed
Release candidate
1 parent 9ae5b3b commit 618490c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<!-- This flag should only be true in the dist-archive module. -->
4545
<commons.release.isDistModule>false</commons.release.isDistModule>
4646
<!-- Reproducible builds: maven-artifact-plugin:check-buildplan -->
47-
<rng.build.outputTimestamp>2024-07-05T00:00:00Z</rng.build.outputTimestamp>
47+
<rng.build.outputTimestamp>2024-07-09T00:00:00Z</rng.build.outputTimestamp>
4848
<project.build.outputTimestamp>${rng.build.outputTimestamp}</project.build.outputTimestamp>
4949
<!-- do not use snapshot suffix here -->
5050
<commons.release.version>1.6</commons.release.version>
5151
<commons.bc.version>1.5</commons.bc.version>
52-
<commons.rc.version>RC1</commons.rc.version>
52+
<commons.rc.version>RC2</commons.rc.version>
5353
<commons.release.desc>(requires Java 8+)</commons.release.desc>
5454
<commons.binary.suffix>-bin</commons.binary.suffix>
5555

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If the output is not quite correct, check for invisible trailing spaces!
5353
</properties>
5454
<body>
5555

56-
<release version="1.6" date="2024-07-09" description="
56+
<release version="1.6" date="2024-07-15" description="
5757
New features, updates and bug fixes (requires Java 8).
5858
">
5959
<action dev="aherbert" type="add" issue="RNG-186">

0 commit comments

Comments
 (0)