Skip to content

Commit

Permalink
Release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed Jul 9, 2024
1 parent 9ae5b3b commit 618490c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
<!-- This flag should only be true in the dist-archive module. -->
<commons.release.isDistModule>false</commons.release.isDistModule>
<!-- Reproducible builds: maven-artifact-plugin:check-buildplan -->
<rng.build.outputTimestamp>2024-07-05T00:00:00Z</rng.build.outputTimestamp>
<rng.build.outputTimestamp>2024-07-09T00:00:00Z</rng.build.outputTimestamp>
<project.build.outputTimestamp>${rng.build.outputTimestamp}</project.build.outputTimestamp>
<!-- do not use snapshot suffix here -->
<commons.release.version>1.6</commons.release.version>
<commons.bc.version>1.5</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.rc.version>RC2</commons.rc.version>
<commons.release.desc>(requires Java 8+)</commons.release.desc>
<commons.binary.suffix>-bin</commons.binary.suffix>

Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If the output is not quite correct, check for invisible trailing spaces!
</properties>
<body>

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

0 comments on commit 618490c

Please sign in to comment.