You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/12/11 19:18:24 UTC

[aries-jax-rs-whiteboard] branch master updated (88e369c -> 5841709)

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git.


    from 88e369c  Bump junit.jupiter.version from 5.8.1 to 5.8.2
     new 612b030  Bump apache from 23 to 24
     new 5841709  add project.build.outputTimestamp property for reproducible builds expected from Apache parent

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

[aries-jax-rs-whiteboard] 01/02: Bump apache from 23 to 24

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 612b030cd626921107de59426538325f0bdc3f1c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 7 09:26:24 2021 +0000

    Bump apache from 23 to 24
    
    Bumps [apache](https://github.com/apache/maven-apache-parent) from 23 to 24.
    - [Release notes](https://github.com/apache/maven-apache-parent/releases)
    - [Commits](https://github.com/apache/maven-apache-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache:apache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7cc8c7..3fa3ab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>23</version>
+        <version>24</version>
         <relativePath />
     </parent>
 

[aries-jax-rs-whiteboard] 02/02: add project.build.outputTimestamp property for reproducible builds expected from Apache parent

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 5841709b9d1cc83dc0b8bc4dc1a3585e6391e555
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Sat Dec 11 14:00:29 2021 -0500

    add project.build.outputTimestamp property for reproducible builds expected from Apache parent
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 3fa3ab1..d0cf615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
         <maven.compiler.source>${java.build.version}</maven.compiler.source>
         <maven.compiler.target>${java.build.version}</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <project.build.outputTimestamp>10</project.build.outputTimestamp>
 
         <assertj.core.version>3.21.0</assertj.core.version>
         <bnd.version>6.1.0</bnd.version>