You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/01/31 19:01:39 UTC

[maven-doxia-sitetools] branch master updated (7dd3c0b -> d31de42)

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

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git.


    from 7dd3c0b  http to central not supported anymore, switch to https
     new 8c391e7  added GitHub configuration
     new d31de42  [DOXIASITETOOLS-218] make build Reproducible

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:
 .asf.yaml | 10 ++++++++++
 pom.xml   |  8 ++------
 2 files changed, 12 insertions(+), 6 deletions(-)
 create mode 100644 .asf.yaml


[maven-doxia-sitetools] 02/02: [DOXIASITETOOLS-218] make build Reproducible

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit d31de4233dff2cae091a206d737b8744e94e8bf0
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Jan 31 11:01:26 2020 -0800

    [DOXIASITETOOLS-218] make build Reproducible
---
 pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 340f12e..51da9ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>33</version>
+    <version>34</version>
     <relativePath>../../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -72,6 +72,7 @@ under the License.
     <javaVersion>7</javaVersion>
     <doxiaVersion>1.9</doxiaVersion>
     <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path>
+    <project.build.outputTimestamp>2020-01-31T19:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>
@@ -240,11 +241,6 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-component-metadata</artifactId>
-          <version>1.7.1</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>


[maven-doxia-sitetools] 01/02: added GitHub configuration

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git

commit 8c391e75aebc3eb54b2ae9762232d9a149b313b5
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Jan 31 10:57:39 2020 -0800

    added GitHub configuration
---
 .asf.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..a753bd3
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,10 @@
+# see https://s.apache.org/asfyaml
+github:
+  description: "Apache Maven Doxia Sitetools"
+  homepage: https://maven.apache.org/doxia/doxia-sitetools
+  labels:
+    - java
+    - build-management
+    - apache-maven
+    - maven
+    - doxia