Skip to content

Commit

Permalink
bump date; current status:
Browse files Browse the repository at this point in the history
jacoco/jacoco#1063 (which
  jacoco/jacoco#613 and/or
  jacoco/jacoco#1196 were supposed to fix)
  is still open, so the code coverage is still off
• projectlombok/lombok.patcher#10
  latest lombok source not published
• maven-release-plugin 3.0.0 still not available, need to bump the
  date manually or force oneself to not care about reproducible builds
• antrun plugin, which we don’t use, uses insecure versions of ant
  by default; unsure if continuously bumping it will be worth the
  hassle? does anyone use any even?
• maven-release-plugin 2.5.3 also uses insecure jdom (3.x doesn’t
  but is still in early beta)
  • Loading branch information
mirabilos committed Apr 19, 2022
1 parent 9325b93 commit 90e9f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -36,7 +36,7 @@
<inceptionYear>2016</inceptionYear>
<properties>
<!-- $(date -u +'%Y-%m-%dT%H:%M:%SZ') or MRELEASE 3.0.0 -->
<project.build.outputTimestamp>2022-04-08T03:08:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-04-19T22:12:46Z</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://evolvis.org/anonscm/git/tartools/mvnparent.git</connection>
Expand Down

0 comments on commit 90e9f78

Please sign in to comment.