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 2022/02/07 15:55:23 UTC

[aries-component-dsl] branch master updated (fcc04ce -> 2b8bbdd)

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-component-dsl.git.


    from fcc04ce  Bump maven-compiler-plugin from 3.8.1 to 3.9.0
     new 67f7486  Bump apache from 23 to 24
     new 2b8bbdd  add project.build.outputTimestamp for reproducible builds

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-component-dsl] 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-component-dsl.git

commit 67f748601268294a3719d051f66be6b90cc8dcab
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 7 15:37:12 2022 +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 c0d2df1..e5b7260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
-		<version>23</version>
+		<version>24</version>
 		<relativePath />
 	</parent>
 

[aries-component-dsl] 02/02: add project.build.outputTimestamp for reproducible builds

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-component-dsl.git

commit 2b8bbddc50749777e0906c49f70ccfb8daf584f9
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Mon Feb 7 10:49:39 2022 -0500

    add project.build.outputTimestamp for reproducible builds
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e5b7260..b36acc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
 		<java.build.version>1.8</java.build.version>
 		<maven.compiler.source>${java.build.version}</maven.compiler.source>
 		<maven.compiler.target>${java.build.version}</maven.compiler.target>
+		<project.build.outputTimestamp>10</project.build.outputTimestamp>
 
 		<bnd.version>6.1.0</bnd.version>
 	</properties>