[maven-parent] branch master updated: upgraded maven-checkstyle-plugin to 3.0.0

2018-02-01 Thread hboutemy
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-parent.git


The following commit(s) were added to refs/heads/master by this push:
 new 0a90922  upgraded maven-checkstyle-plugin to 3.0.0
0a90922 is described below

commit 0a90922ec624930aeae4ee4c3dbf3a61e10af51c
Author: Hervé Boutemy 
AuthorDate: Fri Feb 2 00:32:11 2018 +0100

upgraded maven-checkstyle-plugin to 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f52b8b..0edc99b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -951,7 +951,7 @@ under the License.
 
   org.apache.maven.plugins
   maven-checkstyle-plugin
-  2.17
+  3.0.0
   
 config/maven_checks.xml
 config/maven-header.txt

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.


[1/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9 [Forced Update!]

2018-02-01 Thread tibordigana
Repository: maven-surefire
Updated Branches:
  refs/heads/SUREFIRE-1463 e5663b1b5 -> a9bff37a1 (forced update)


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
index 02a2dc8..8175d3f 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
@@ -7,6 +7,10 @@
   1.0-SNAPSHOT
   junit4-test
   http://maven.apache.org
+  
+  1.7
+  1.7
+  
   
 
   junit
@@ -18,14 +22,6 @@
  
 
org.apache.maven.plugins
-   maven-compiler-plugin
-   
-  1.5
-  1.5
-   
-
-
-   org.apache.maven.plugins
maven-surefire-plugin
${surefire.version}


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
index ef9e6f3..412035d 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
@@ -9,6 +9,8 @@
 http://maven.apache.org
 
 4.8.1
+1.7
+1.7
 
 
 
@@ -20,16 +22,6 @@
 
 
 src/it/java
-
-
-org.apache.maven.plugins
-maven-compiler-plugin
-
-1.5
-1.5
-
-
-
 
 
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
index 571e7fb..9c975a8 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
@@ -10,6 +10,8 @@
   
 4.8.1
 methods
+1.7
+1.7
   
   
   
@@ -22,14 +24,6 @@
  
 
org.apache.maven.plugins
-   maven-compiler-plugin
-   
-  1.5
-  1.5
-   
-
-
-   org.apache.maven.plugins
maven-surefire-plugin
${surefire.version}


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
index cc023ec..211a99d 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
@@ -28,9 +28,10 @@
   1.0-SNAPSHOT
   Test for warning about system properties that cannot be set
 
-
   
 4.4
+1.7
+1.7
   
 
   
@@ -46,14 +47,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
index 378f5fa..985d8df 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
+++ 

[3/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9

2018-02-01 Thread tibordigana
[SUREFIRE-1463] integration tests should run on the top of JDK 9


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/a9bff37a
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/a9bff37a
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/a9bff37a

Branch: refs/heads/SUREFIRE-1463
Commit: a9bff37a1f3737e2e5ddcc3409f2071144ad55ea
Parents: 27a5e6a
Author: Tibor17 
Authored: Sat Jan 13 23:22:07 2018 +0100
Committer: Tibor17 
Committed: Thu Feb 1 23:50:48 2018 +0100

--
 Jenkinsfile | 240 +--
 README.md   |   4 +-
 maven-failsafe-plugin/pom.xml   |   1 +
 .../src/it/jetty-war-test-failing/pom.xml   |  10 +-
 .../src/it/jetty-war-test-passing/pom.xml   |  10 +-
 .../src/it/multiple-summaries-failing/pom.xml   |   6 +
 .../src/it/multiple-summaries/pom.xml   |   6 +
 .../src/it/working-directory/pom.xml|   6 +
 .../ModularClasspathForkConfigurationTest.java  |   5 +-
 pom.xml |   7 +-
 surefire-booter/pom.xml |   7 +
 .../maven/surefire/booter/SystemUtils.java  |   4 +-
 .../maven/surefire/booter/SystemUtilsTest.java  |   7 +-
 surefire-integration-tests/pom.xml  |  50 +---
 .../maven/surefire/its/AbstractJigsawIT.java|  23 +-
 .../maven/surefire/its/Java9FullApiIT.java  |   5 +-
 .../apache/maven/surefire/its/RunOrderIT.java   |   1 -
 .../surefire/its/fixture/SurefireLauncher.java  |  45 +++-
 ...urefire1295AttributeJvmCrashesToTestsIT.java |  19 +-
 .../resources/environment-variables/pom.xml |  14 +-
 .../src/test/resources/fail-fast-junit/pom.xml  |   8 -
 .../src/test/resources/fail-fast-testng/pom.xml |   8 -
 .../src/test/resources/failingBuilds/pom.xml|  10 +-
 .../src/test/resources/failsafe-notests/pom.xml |   7 +
 .../resources/failure-result-counting/pom.xml   |  10 +-
 .../src/test/resources/failureOutput/pom.xml|  10 +-
 .../test/resources/fork-consoleOutput/pom.xml   |  10 +-
 .../fork-consoleOutputWithErrors/pom.xml|  10 +-
 .../src/test/resources/fork-fail/pom.xml|  14 +-
 .../resources/fork-mode-multimodule/pom.xml |  13 +-
 .../fork-mode-resource-loading/pom.xml  |  12 +-
 .../src/test/resources/fork-mode-testng/pom.xml |  12 +-
 .../src/test/resources/fork-mode/pom.xml|  12 +-
 .../src/test/resources/fork-timeout/pom.xml |   7 +-
 .../includes-excludes-from-file/pom.xml |   2 +
 .../test/resources/includes-excludes/pom.xml|   4 +-
 .../test/resources/isolated-classloader/pom.xml |   4 +
 .../src/test/resources/java9-full-api/pom.xml   |   5 -
 .../resources/junit-fork-mode-always/pom.xml|  15 +-
 .../src/test/resources/junit-ignore/pom.xml |  10 +-
 .../src/test/resources/junit-innerClass/pom.xml |   5 +
 .../junit-notExtendingTestCase/pom.xml  |   5 +
 .../test/resources/junit-pathWithUmlaut/pom.xml |   5 +
 .../resources/junit-twoTestCaseSuite/pom.xml|   5 +
 .../test/resources/junit-twoTestCases/pom.xml   |   5 +
 .../junit4-forkAlways-staticInit/pom.xml|  13 +-
 .../junit4-rerun-failing-tests/pom.xml  |  13 +-
 .../test/resources/junit4-runlistener/pom.xml   |  10 +-
 .../resources/junit4-twoTestCaseSuite/pom.xml   |  10 +-
 .../src/test/resources/junit4/pom.xml   |  12 +-
 .../src/test/resources/junit44-dep/pom.xml  |  14 +-
 .../test/resources/junit44-environment/pom.xml  |  13 +-
 .../src/test/resources/junit44-hamcrest/pom.xml |  14 +-
 .../resources/junit44-method-pattern/pom.xml|  10 +-
 .../resources/junit44-multiple-methods/pom.xml  |   8 -
 .../resources/junit44-single-method/pom.xml |  10 +-
 .../test/resources/junit47-parallel-nts/pom.xml |   7 -
 .../junit47-parallel-with-suite/pom.xml |  10 +-
 .../src/test/resources/junit47-parallel/pom.xml |   7 -
 .../resources/junit47-redirect-output/pom.xml   |  10 +-
 .../junit47-static-inner-class-tests/pom.xml|  12 +-
 .../test/resources/junit48-categories/pom.xml   |  10 +-
 .../resources/junit48-method-pattern/pom.xml|   8 -
 .../junit48-multiple-method-patterns/pom.xml|   8 -
 .../resources/junit48-multiple-methods/pom.xml  |   8 -
 .../resources/junit48-single-method/pom.xml |   8 -
 .../resources/junit48-smartStackTrace/pom.xml   |  10 +-
 .../src/test/resources/norunnableTests/pom.xml  |   5 +
 .../src/test/resources/parallel-runtime/pom.xml |  12 +-
 .../resources/plain-old-java-classpath/pom.xml  |   5 +
 .../src/test/resources/plexus-conflict/pom.xml  |   5 +
 .../src/test/resources/pojo-simple/pom.xml  |  13 +-
 .../src/test/resources/pom.xml  |  10 +-
 .../src/test/resources/reporters/pom.xml|  10 +-
 

[2/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9

2018-02-01 Thread tibordigana
http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
 
b/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
index 95e8471..9456a29 100644
--- 
a/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
@@ -28,6 +28,11 @@
   1.0-SNAPSHOT
   Test for rerun failing tests in JUnit 4
 
+  
+1.7
+1.7
+  
+
   
 
   junit
@@ -41,14 +46,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
   

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
index 1487d3a..d776533 100644
--- a/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
@@ -31,6 +31,8 @@
   
 4.4
 surefire-junit4
+1.7
+1.7
   
 
   
@@ -46,14 +48,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
index 6c83538..867cd09 100644
--- 
a/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
@@ -31,6 +31,8 @@
 
   
 4.4
+1.7
+1.7
   
 
   
@@ -46,14 +48,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/junit4/pom.xml
--
diff --git a/surefire-integration-tests/src/test/resources/junit4/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4/pom.xml
index 894b608..bba9b00 100644
--- a/surefire-integration-tests/src/test/resources/junit4/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit4/pom.xml
@@ -17,7 +17,6 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
 http://maven.apache.org/POM/4.0.0;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
@@ -28,9 +27,10 @@
   1.0-SNAPSHOT
   Test for JUnit 4
 
-
   
 4.4
+1.7
+1.7
   
 
   
@@ -46,14 +46,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
   

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a9bff37a/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
--
diff --git a/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml 
b/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
index b19f5f7..d26c024 100644
--- a/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
@@ -28,6 +28,11 @@
   1.0-SNAPSHOT
   Test for junit-dep
 
+  
+1.7
+1.7
+  
+
   
 
   junit
@@ -53,15 +58,6 @@
   
 
   
-org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-  
 maven-surefire-plugin
 ${surefire.version}
 


[maven-site-plugin] branch master updated: removed redundant public modifier

2018-02-01 Thread hboutemy
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-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new d03e8de  removed redundant public modifier
d03e8de is described below

commit d03e8dec70b55d05f1d670727951b9cf40709809
Author: Hervé Boutemy 
AuthorDate: Fri Feb 2 00:32:58 2018 +0100

removed redundant public modifier
---
 .../org/apache/maven/plugins/site/render/ReportDocumentRenderer.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/site/render/ReportDocumentRenderer.java
 
b/src/main/java/org/apache/maven/plugins/site/render/ReportDocumentRenderer.java
index 6d8b66f..ed4e644 100644
--- 
a/src/main/java/org/apache/maven/plugins/site/render/ReportDocumentRenderer.java
+++ 
b/src/main/java/org/apache/maven/plugins/site/render/ReportDocumentRenderer.java
@@ -134,7 +134,7 @@ public class ReportDocumentRenderer
 
 private String outputName;
 
-public MultiPageSubSink( File outputDir, String outputName, 
RenderingContext ctx )
+MultiPageSubSink( File outputDir, String outputName, RenderingContext 
ctx )
 {
 super( ctx );
 this.outputName = outputName;
@@ -160,7 +160,7 @@ public class ReportDocumentRenderer
 
 private List sinks = new 
ArrayList();
 
-public MultiPageSinkFactory( RenderingContext ctx )
+MultiPageSinkFactory( RenderingContext ctx )
 {
 this.context = ctx;
 }

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.


[maven-parent] annotated tag maven-parent-31 created (now 7f42002)

2018-02-01 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to annotated tag maven-parent-31
in repository https://gitbox.apache.org/repos/asf/maven-parent.git.


  at 7f42002  (tag)
 tagging 1a85adbfaaaed07845ef7077b6bbecc6b99ac396 (commit)
 replaces maven-parent-30
  by Hervé Boutemy
  on Fri Feb 2 00:55:03 2018 +0100

- Log -
[maven-release-plugin] copy for tag maven-parent-31
---

No new revisions were added by this update.

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.


[maven-parent] branch master updated: [maven-release-plugin] prepare for next development iteration

2018-02-01 Thread hboutemy
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-parent.git


The following commit(s) were added to refs/heads/master by this push:
 new a2ffa66  [maven-release-plugin] prepare for next development iteration
a2ffa66 is described below

commit a2ffa665872178e603a5cdf9b57c78dc544af8c5
Author: Hervé Boutemy 
AuthorDate: Fri Feb 2 00:55:09 2018 +0100

[maven-release-plugin] prepare for next development iteration
---
 apache-resource-bundles/pom.xml | 2 +-
 doxia-tools/pom.xml | 2 +-
 maven-archetype-bundles/pom.xml | 2 +-
 maven-plugins/pom.xml   | 2 +-
 maven-shared-components/pom.xml | 2 +-
 maven-skins/pom.xml | 2 +-
 pom.xml | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/apache-resource-bundles/pom.xml b/apache-resource-bundles/pom.xml
index daf5ca1..82d61fa 100644
--- a/apache-resource-bundles/pom.xml
+++ b/apache-resource-bundles/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.maven
 maven-parent
-31
+32-SNAPSHOT
 ../pom.xml
   
 
diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml
index 55c6a14..3dc6911 100644
--- a/doxia-tools/pom.xml
+++ b/doxia-tools/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31
+32-SNAPSHOT
 ../pom.xml
   
 
diff --git a/maven-archetype-bundles/pom.xml b/maven-archetype-bundles/pom.xml
index 3b1aa77..72852fb 100644
--- a/maven-archetype-bundles/pom.xml
+++ b/maven-archetype-bundles/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31
+32-SNAPSHOT
 ../pom.xml
   
 
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index 666f8a7..c8d5883 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -24,7 +24,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31
+32-SNAPSHOT
 ../pom.xml
   
 
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index c214510..7877c8a 100644
--- a/maven-shared-components/pom.xml
+++ b/maven-shared-components/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31
+32-SNAPSHOT
 ../pom.xml
   
 
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index c29b43f..5a26435 100644
--- a/maven-skins/pom.xml
+++ b/maven-skins/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31
+32-SNAPSHOT
 ../pom.xml
   
 
diff --git a/pom.xml b/pom.xml
index a21b260..c6caeda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
 
   org.apache.maven
   maven-parent
-  31
+  32-SNAPSHOT
   pom
 
   Apache Maven
@@ -833,7 +833,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git
 https://github.com/apache/maven-parent/tree/${project.scm.tag}
-maven-parent-31
+HEAD
   
 
   

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.


[maven-parent] branch master updated: [maven-release-plugin] prepare release maven-parent-31

2018-02-01 Thread hboutemy
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-parent.git


The following commit(s) were added to refs/heads/master by this push:
 new 1a85adb  [maven-release-plugin] prepare release maven-parent-31
1a85adb is described below

commit 1a85adbfaaaed07845ef7077b6bbecc6b99ac396
Author: Hervé Boutemy 
AuthorDate: Fri Feb 2 00:54:39 2018 +0100

[maven-release-plugin] prepare release maven-parent-31
---
 apache-resource-bundles/pom.xml | 2 +-
 doxia-tools/pom.xml | 2 +-
 maven-archetype-bundles/pom.xml | 2 +-
 maven-plugins/pom.xml   | 2 +-
 maven-shared-components/pom.xml | 2 +-
 maven-skins/pom.xml | 2 +-
 pom.xml | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/apache-resource-bundles/pom.xml b/apache-resource-bundles/pom.xml
index 8ca3a62..daf5ca1 100644
--- a/apache-resource-bundles/pom.xml
+++ b/apache-resource-bundles/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.maven
 maven-parent
-31-SNAPSHOT
+31
 ../pom.xml
   
 
diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml
index a0eef92..55c6a14 100644
--- a/doxia-tools/pom.xml
+++ b/doxia-tools/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31-SNAPSHOT
+31
 ../pom.xml
   
 
diff --git a/maven-archetype-bundles/pom.xml b/maven-archetype-bundles/pom.xml
index fe248aa..3b1aa77 100644
--- a/maven-archetype-bundles/pom.xml
+++ b/maven-archetype-bundles/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31-SNAPSHOT
+31
 ../pom.xml
   
 
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
index f9016f0..666f8a7 100644
--- a/maven-plugins/pom.xml
+++ b/maven-plugins/pom.xml
@@ -24,7 +24,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31-SNAPSHOT
+31
 ../pom.xml
   
 
diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml
index 7022dc8..c214510 100644
--- a/maven-shared-components/pom.xml
+++ b/maven-shared-components/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31-SNAPSHOT
+31
 ../pom.xml
   
 
diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml
index 3f44286..c29b43f 100644
--- a/maven-skins/pom.xml
+++ b/maven-skins/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-31-SNAPSHOT
+31
 ../pom.xml
   
 
diff --git a/pom.xml b/pom.xml
index 0edc99b..a21b260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
 
   org.apache.maven
   maven-parent
-  31-SNAPSHOT
+  31
   pom
 
   Apache Maven
@@ -833,7 +833,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git
 https://github.com/apache/maven-parent/tree/${project.scm.tag}
-HEAD
+maven-parent-31
   
 
   

-- 
To stop receiving notification emails like this one, please contact
hbout...@apache.org.


[maven-parent] branch master updated: prepare version 31

2018-02-01 Thread hboutemy
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-parent.git


The following commit(s) were added to refs/heads/master by this push:
 new 53abcfa  prepare version 31
53abcfa is described below

commit 53abcfa95a5fd70e0915845e50708c31bf6e3547
Author: Hervé Boutemy 
AuthorDate: Fri Feb 2 00:52:46 2018 +0100

prepare version 31
---
 doxia-tools/site-pom.xml   |  2 +-
 maven-archetype-bundles/site-pom.xml   |  2 +-
 maven-plugins/site-pom.xml |  2 +-
 maven-plugins/src/site-docs/apt/index.apt.vm   | 11 ++-
 maven-shared-components/site-pom.xml   |  2 +-
 maven-shared-components/src/site-docs/apt/index.apt.vm | 11 ++-
 maven-skins/site-pom.xml   |  2 +-
 maven-skins/src/site-docs/apt/index.apt.vm | 11 ++-
 site-pom.xml   |  2 +-
 src/site-docs/apt/index.apt.vm |  2 ++
 10 files changed, 38 insertions(+), 9 deletions(-)

diff --git a/doxia-tools/site-pom.xml b/doxia-tools/site-pom.xml
index d9c5fc6..b60bc1f 100644
--- a/doxia-tools/site-pom.xml
+++ b/doxia-tools/site-pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent.
-31-SNAPSHOT
+31
 ../site-pom.xml
   
 
diff --git a/maven-archetype-bundles/site-pom.xml 
b/maven-archetype-bundles/site-pom.xml
index aeefcf3..683aa72 100644
--- a/maven-archetype-bundles/site-pom.xml
+++ b/maven-archetype-bundles/site-pom.xml
@@ -26,7 +26,7 @@ under the License.
   
 org.apache.maven
 maven-parent.
-31-SNAPSHOT
+31
 ../site-pom.xml
   
 
diff --git a/maven-plugins/site-pom.xml b/maven-plugins/site-pom.xml
index 9389f24..ef250e7 100644
--- a/maven-plugins/site-pom.xml
+++ b/maven-plugins/site-pom.xml
@@ -26,7 +26,7 @@ under the License.
   
 org.apache.maven
 maven-parent.
-31-SNAPSHOT
+31
 ../site-pom.xml
   
 
diff --git a/maven-plugins/src/site-docs/apt/index.apt.vm 
b/maven-plugins/src/site-docs/apt/index.apt.vm
index 18bb6c5..720 100644
--- a/maven-plugins/src/site-docs/apt/index.apt.vm
+++ b/maven-plugins/src/site-docs/apt/index.apt.vm
@@ -56,7 +56,14 @@ mvn -Preporting site-deploy
 * History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-trunk: 
{{{https://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/pom.xml?view=markup}$project.version}}
 
({{{https://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/pom.xml?r1=HEAD=1639498_format=h}diff}})
+#**##set( $prev = 30 )
+  master: 
{{{https://github.com/apache/maven-parent/tree/master/maven-plugins/pom.xml}$project.version}}
+  
({{{https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=maven-plugins/pom.xml;hb=master;hpb=maven-parent-$prev}diff}})
+#end
+#macro ( display $version $date )
+#**##set( $prev = $version - 1 )
+|  
{{{https://github.com/apache/maven-parent/tree/maven-parent-$version/maven-plugins/pom.xml}$version}}
+| 
({{{https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=maven-plugins/pom.xml;hb=maven-parent-$version;hpb=maven-parent-$prev}diff}})
 | $date |
 #end
 
 As of version 30, this POM sets the Java source and target versions to 
1.6. Thus any plugin
@@ -65,6 +72,8 @@ mvn -Preporting site-deploy
 *--++
 || <> || <> ||
 *--++
+#display( 31, '2018-02-05' )
+*--++
 | 
{{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-30/maven-plugins/pom.xml?view=markup}30}}
 
({{{https://svn.apache.org/viewvc/maven/pom/tags/maven-parent-30/maven-plugins/pom.xml?r1=HEAD=1639498_format=h}diff}})
 | 2016-05-26  |
 *--++
 | 
{{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-28/pom.xml?view=markup}28}}
 
({{{https://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-28/pom.xml?r1=HEAD=1716984_format=h}diff}})
 | 2015-10-13  |
diff --git a/maven-shared-components/site-pom.xml 
b/maven-shared-components/site-pom.xml
index eaaa845..4610f5b 100644
--- a/maven-shared-components/site-pom.xml
+++ b/maven-shared-components/site-pom.xml
@@ -26,7 +26,7 @@ under the License.
   
 org.apache.maven
 maven-parent.
-31-SNAPSHOT
+31
 ../site-pom.xml
   
 
diff --git a/maven-shared-components/src/site-docs/apt/index.apt.vm 
b/maven-shared-components/src/site-docs/apt/index.apt.vm
index 633bc01..15c2947 100644
--- a/maven-shared-components/src/site-docs/apt/index.apt.vm
+++ b/maven-shared-components/src/site-docs/apt/index.apt.vm
@@ -44,7 +44,14 @@ mvn -Preporting site-deploy
 * History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-trunk: 
{{{https://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-shared-components/pom.xml?view=markup}$project.version}}
 

[1/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9 [Forced Update!]

2018-02-01 Thread tibordigana
Repository: maven-surefire
Updated Branches:
  refs/heads/SUREFIRE-1463 a9bff37a1 -> 7ce66ae89 (forced update)


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
index 02a2dc8..8175d3f 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
@@ -7,6 +7,10 @@
   1.0-SNAPSHOT
   junit4-test
   http://maven.apache.org
+  
+  1.7
+  1.7
+  
   
 
   junit
@@ -18,14 +22,6 @@
  
 
org.apache.maven.plugins
-   maven-compiler-plugin
-   
-  1.5
-  1.5
-   
-
-
-   org.apache.maven.plugins
maven-surefire-plugin
${surefire.version}


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
index ef9e6f3..412035d 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
@@ -9,6 +9,8 @@
 http://maven.apache.org
 
 4.8.1
+1.7
+1.7
 
 
 
@@ -20,16 +22,6 @@
 
 
 src/it/java
-
-
-org.apache.maven.plugins
-maven-compiler-plugin
-
-1.5
-1.5
-
-
-
 
 
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
index 571e7fb..9c975a8 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
@@ -10,6 +10,8 @@
   
 4.8.1
 methods
+1.7
+1.7
   
   
   
@@ -22,14 +24,6 @@
  
 
org.apache.maven.plugins
-   maven-compiler-plugin
-   
-  1.5
-  1.5
-   
-
-
-   org.apache.maven.plugins
maven-surefire-plugin
${surefire.version}


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
index cc023ec..211a99d 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
@@ -28,9 +28,10 @@
   1.0-SNAPSHOT
   Test for warning about system properties that cannot be set
 
-
   
 4.4
+1.7
+1.7
   
 
   
@@ -46,14 +47,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
index 378f5fa..985d8df 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
+++ 

[2/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9

2018-02-01 Thread tibordigana
http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
 
b/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
index 95e8471..9456a29 100644
--- 
a/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
@@ -28,6 +28,11 @@
   1.0-SNAPSHOT
   Test for rerun failing tests in JUnit 4
 
+  
+1.7
+1.7
+  
+
   
 
   junit
@@ -41,14 +46,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
   

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
index 1487d3a..d776533 100644
--- a/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
@@ -31,6 +31,8 @@
   
 4.4
 surefire-junit4
+1.7
+1.7
   
 
   
@@ -46,14 +48,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
index 6c83538..867cd09 100644
--- 
a/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
@@ -31,6 +31,8 @@
 
   
 4.4
+1.7
+1.7
   
 
   
@@ -46,14 +48,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/junit4/pom.xml
--
diff --git a/surefire-integration-tests/src/test/resources/junit4/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4/pom.xml
index 894b608..bba9b00 100644
--- a/surefire-integration-tests/src/test/resources/junit4/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit4/pom.xml
@@ -17,7 +17,6 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
 http://maven.apache.org/POM/4.0.0;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
@@ -28,9 +27,10 @@
   1.0-SNAPSHOT
   Test for JUnit 4
 
-
   
 4.4
+1.7
+1.7
   
 
   
@@ -46,14 +46,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
   

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7ce66ae8/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
--
diff --git a/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml 
b/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
index b19f5f7..d26c024 100644
--- a/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
@@ -28,6 +28,11 @@
   1.0-SNAPSHOT
   Test for junit-dep
 
+  
+1.7
+1.7
+  
+
   
 
   junit
@@ -53,15 +58,6 @@
   
 
   
-org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-  
 maven-surefire-plugin
 ${surefire.version}
 


[1/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9 [Forced Update!]

2018-02-01 Thread tibordigana
Repository: maven-surefire
Updated Branches:
  refs/heads/SUREFIRE-1463 7ce66ae89 -> 9fd5e384a (forced update)


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
index 02a2dc8..8175d3f 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-613-testCount-in-parallel/pom.xml
@@ -7,6 +7,10 @@
   1.0-SNAPSHOT
   junit4-test
   http://maven.apache.org
+  
+  1.7
+  1.7
+  
   
 
   junit
@@ -18,14 +22,6 @@
  
 
org.apache.maven.plugins
-   maven-compiler-plugin
-   
-  1.5
-  1.5
-   
-
-
-   org.apache.maven.plugins
maven-surefire-plugin
${surefire.version}


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
index ef9e6f3..412035d 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-621-testCounting-junit3-in-parallel/pom.xml
@@ -9,6 +9,8 @@
 http://maven.apache.org
 
 4.8.1
+1.7
+1.7
 
 
 
@@ -20,16 +22,6 @@
 
 
 src/it/java
-
-
-org.apache.maven.plugins
-maven-compiler-plugin
-
-1.5
-1.5
-
-
-
 
 
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
index 571e7fb..9c975a8 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-628-consoleoutputbeforeandafterclass/pom.xml
@@ -10,6 +10,8 @@
   
 4.8.1
 methods
+1.7
+1.7
   
   
   
@@ -22,14 +24,6 @@
  
 
org.apache.maven.plugins
-   maven-compiler-plugin
-   
-  1.5
-  1.5
-   
-
-
-   org.apache.maven.plugins
maven-surefire-plugin
${surefire.version}


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
index cc023ec..211a99d 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-634-systemPropertiesWarning/pom.xml
@@ -28,9 +28,10 @@
   1.0-SNAPSHOT
   Test for warning about system properties that cannot be set
 
-
   
 4.4
+1.7
+1.7
   
 
   
@@ -46,14 +47,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
index 378f5fa..985d8df 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-649-systemProperties/pom.xml
+++ 

[2/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9

2018-02-01 Thread tibordigana
http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
 
b/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
index 95e8471..9456a29 100644
--- 
a/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/junit4-rerun-failing-tests/pom.xml
@@ -28,6 +28,11 @@
   1.0-SNAPSHOT
   Test for rerun failing tests in JUnit 4
 
+  
+1.7
+1.7
+  
+
   
 
   junit
@@ -41,14 +46,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
   

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
index 1487d3a..d776533 100644
--- a/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit4-runlistener/pom.xml
@@ -31,6 +31,8 @@
   
 4.4
 surefire-junit4
+1.7
+1.7
   
 
   
@@ -46,14 +48,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
index 6c83538..867cd09 100644
--- 
a/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/junit4-twoTestCaseSuite/pom.xml
@@ -31,6 +31,8 @@
 
   
 4.4
+1.7
+1.7
   
 
   
@@ -46,14 +48,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/junit4/pom.xml
--
diff --git a/surefire-integration-tests/src/test/resources/junit4/pom.xml 
b/surefire-integration-tests/src/test/resources/junit4/pom.xml
index 894b608..bba9b00 100644
--- a/surefire-integration-tests/src/test/resources/junit4/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit4/pom.xml
@@ -17,7 +17,6 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
 http://maven.apache.org/POM/4.0.0;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
@@ -28,9 +27,10 @@
   1.0-SNAPSHOT
   Test for JUnit 4
 
-
   
 4.4
+1.7
+1.7
   
 
   
@@ -46,14 +46,6 @@
 
   
 org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-org.apache.maven.plugins
 maven-surefire-plugin
 ${surefire.version}
   

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9fd5e384/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
--
diff --git a/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml 
b/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
index b19f5f7..d26c024 100644
--- a/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
+++ b/surefire-integration-tests/src/test/resources/junit44-dep/pom.xml
@@ -28,6 +28,11 @@
   1.0-SNAPSHOT
   Test for junit-dep
 
+  
+1.7
+1.7
+  
+
   
 
   junit
@@ -53,15 +58,6 @@
   
 
   
-org.apache.maven.plugins
-maven-compiler-plugin
-
-  1.5
-  1.5
-
-  
-  
-  
 maven-surefire-plugin
 ${surefire.version}
 


[3/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9

2018-02-01 Thread tibordigana
[SUREFIRE-1463] integration tests should run on the top of JDK 9


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/9fd5e384
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/9fd5e384
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/9fd5e384

Branch: refs/heads/SUREFIRE-1463
Commit: 9fd5e384a1e120a2434b441c5fe472e673d51878
Parents: 27a5e6a
Author: Tibor17 
Authored: Sat Jan 13 23:22:07 2018 +0100
Committer: Tibor17 
Committed: Fri Feb 2 05:27:05 2018 +0100

--
 Jenkinsfile | 248 +--
 README.md   |   4 +-
 maven-failsafe-plugin/pom.xml   |   1 +
 .../src/it/jetty-war-test-failing/pom.xml   |  10 +-
 .../src/it/jetty-war-test-passing/pom.xml   |  10 +-
 .../src/it/multiple-summaries-failing/pom.xml   |   6 +
 .../src/it/multiple-summaries/pom.xml   |   6 +
 .../src/it/working-directory/pom.xml|   6 +
 .../ModularClasspathForkConfigurationTest.java  |   5 +-
 pom.xml |   7 +-
 surefire-booter/pom.xml |   7 +
 .../maven/surefire/booter/SystemUtils.java  |   4 +-
 .../maven/surefire/booter/SystemUtilsTest.java  |   7 +-
 surefire-integration-tests/pom.xml  |  50 +---
 .../maven/surefire/its/AbstractJigsawIT.java|  23 +-
 .../maven/surefire/its/Java9FullApiIT.java  |   5 +-
 .../apache/maven/surefire/its/RunOrderIT.java   |   1 -
 .../surefire/its/fixture/SurefireLauncher.java  |  45 +++-
 ...urefire1295AttributeJvmCrashesToTestsIT.java |  19 +-
 .../resources/environment-variables/pom.xml |  14 +-
 .../src/test/resources/fail-fast-junit/pom.xml  |   8 -
 .../src/test/resources/fail-fast-testng/pom.xml |   8 -
 .../src/test/resources/failingBuilds/pom.xml|  10 +-
 .../src/test/resources/failsafe-notests/pom.xml |   7 +
 .../resources/failure-result-counting/pom.xml   |  10 +-
 .../src/test/resources/failureOutput/pom.xml|  10 +-
 .../test/resources/fork-consoleOutput/pom.xml   |  10 +-
 .../fork-consoleOutputWithErrors/pom.xml|  10 +-
 .../src/test/resources/fork-fail/pom.xml|  14 +-
 .../resources/fork-mode-multimodule/pom.xml |  13 +-
 .../fork-mode-resource-loading/pom.xml  |  12 +-
 .../src/test/resources/fork-mode-testng/pom.xml |  12 +-
 .../src/test/resources/fork-mode/pom.xml|  12 +-
 .../src/test/resources/fork-timeout/pom.xml |   7 +-
 .../includes-excludes-from-file/pom.xml |   2 +
 .../test/resources/includes-excludes/pom.xml|   4 +-
 .../test/resources/isolated-classloader/pom.xml |   4 +
 .../src/test/resources/java9-full-api/pom.xml   |   5 -
 .../resources/junit-fork-mode-always/pom.xml|  15 +-
 .../src/test/resources/junit-ignore/pom.xml |  10 +-
 .../src/test/resources/junit-innerClass/pom.xml |   5 +
 .../junit-notExtendingTestCase/pom.xml  |   5 +
 .../test/resources/junit-pathWithUmlaut/pom.xml |   5 +
 .../resources/junit-twoTestCaseSuite/pom.xml|   5 +
 .../test/resources/junit-twoTestCases/pom.xml   |   5 +
 .../junit4-forkAlways-staticInit/pom.xml|  13 +-
 .../junit4-rerun-failing-tests/pom.xml  |  13 +-
 .../test/resources/junit4-runlistener/pom.xml   |  10 +-
 .../resources/junit4-twoTestCaseSuite/pom.xml   |  10 +-
 .../src/test/resources/junit4/pom.xml   |  12 +-
 .../src/test/resources/junit44-dep/pom.xml  |  14 +-
 .../test/resources/junit44-environment/pom.xml  |  13 +-
 .../src/test/resources/junit44-hamcrest/pom.xml |  14 +-
 .../resources/junit44-method-pattern/pom.xml|  10 +-
 .../resources/junit44-multiple-methods/pom.xml  |   8 -
 .../resources/junit44-single-method/pom.xml |  10 +-
 .../test/resources/junit47-parallel-nts/pom.xml |   7 -
 .../junit47-parallel-with-suite/pom.xml |  10 +-
 .../src/test/resources/junit47-parallel/pom.xml |   7 -
 .../resources/junit47-redirect-output/pom.xml   |  10 +-
 .../junit47-static-inner-class-tests/pom.xml|  12 +-
 .../test/resources/junit48-categories/pom.xml   |  10 +-
 .../resources/junit48-method-pattern/pom.xml|   8 -
 .../junit48-multiple-method-patterns/pom.xml|   8 -
 .../resources/junit48-multiple-methods/pom.xml  |   8 -
 .../resources/junit48-single-method/pom.xml |   8 -
 .../resources/junit48-smartStackTrace/pom.xml   |  10 +-
 .../src/test/resources/norunnableTests/pom.xml  |   5 +
 .../src/test/resources/parallel-runtime/pom.xml |  12 +-
 .../resources/plain-old-java-classpath/pom.xml  |   5 +
 .../src/test/resources/plexus-conflict/pom.xml  |   5 +
 .../src/test/resources/pojo-simple/pom.xml  |  13 +-
 .../src/test/resources/pom.xml  |  10 +-
 .../src/test/resources/reporters/pom.xml|  10 +-
 

[3/3] maven-surefire git commit: [SUREFIRE-1463] integration tests should run on the top of JDK 9

2018-02-01 Thread tibordigana
[SUREFIRE-1463] integration tests should run on the top of JDK 9


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7ce66ae8
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/7ce66ae8
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/7ce66ae8

Branch: refs/heads/SUREFIRE-1463
Commit: 7ce66ae894e3f3ea482650c056e2bd7b18cf2435
Parents: 27a5e6a
Author: Tibor17 
Authored: Sat Jan 13 23:22:07 2018 +0100
Committer: Tibor17 
Committed: Fri Feb 2 05:02:00 2018 +0100

--
 Jenkinsfile | 244 +--
 README.md   |   4 +-
 maven-failsafe-plugin/pom.xml   |   1 +
 .../src/it/jetty-war-test-failing/pom.xml   |  10 +-
 .../src/it/jetty-war-test-passing/pom.xml   |  10 +-
 .../src/it/multiple-summaries-failing/pom.xml   |   6 +
 .../src/it/multiple-summaries/pom.xml   |   6 +
 .../src/it/working-directory/pom.xml|   6 +
 .../ModularClasspathForkConfigurationTest.java  |   5 +-
 pom.xml |   7 +-
 surefire-booter/pom.xml |   7 +
 .../maven/surefire/booter/SystemUtils.java  |   4 +-
 .../maven/surefire/booter/SystemUtilsTest.java  |   7 +-
 surefire-integration-tests/pom.xml  |  50 +---
 .../maven/surefire/its/AbstractJigsawIT.java|  23 +-
 .../maven/surefire/its/Java9FullApiIT.java  |   5 +-
 .../apache/maven/surefire/its/RunOrderIT.java   |   1 -
 .../surefire/its/fixture/SurefireLauncher.java  |  45 +++-
 ...urefire1295AttributeJvmCrashesToTestsIT.java |  19 +-
 .../resources/environment-variables/pom.xml |  14 +-
 .../src/test/resources/fail-fast-junit/pom.xml  |   8 -
 .../src/test/resources/fail-fast-testng/pom.xml |   8 -
 .../src/test/resources/failingBuilds/pom.xml|  10 +-
 .../src/test/resources/failsafe-notests/pom.xml |   7 +
 .../resources/failure-result-counting/pom.xml   |  10 +-
 .../src/test/resources/failureOutput/pom.xml|  10 +-
 .../test/resources/fork-consoleOutput/pom.xml   |  10 +-
 .../fork-consoleOutputWithErrors/pom.xml|  10 +-
 .../src/test/resources/fork-fail/pom.xml|  14 +-
 .../resources/fork-mode-multimodule/pom.xml |  13 +-
 .../fork-mode-resource-loading/pom.xml  |  12 +-
 .../src/test/resources/fork-mode-testng/pom.xml |  12 +-
 .../src/test/resources/fork-mode/pom.xml|  12 +-
 .../src/test/resources/fork-timeout/pom.xml |   7 +-
 .../includes-excludes-from-file/pom.xml |   2 +
 .../test/resources/includes-excludes/pom.xml|   4 +-
 .../test/resources/isolated-classloader/pom.xml |   4 +
 .../src/test/resources/java9-full-api/pom.xml   |   5 -
 .../resources/junit-fork-mode-always/pom.xml|  15 +-
 .../src/test/resources/junit-ignore/pom.xml |  10 +-
 .../src/test/resources/junit-innerClass/pom.xml |   5 +
 .../junit-notExtendingTestCase/pom.xml  |   5 +
 .../test/resources/junit-pathWithUmlaut/pom.xml |   5 +
 .../resources/junit-twoTestCaseSuite/pom.xml|   5 +
 .../test/resources/junit-twoTestCases/pom.xml   |   5 +
 .../junit4-forkAlways-staticInit/pom.xml|  13 +-
 .../junit4-rerun-failing-tests/pom.xml  |  13 +-
 .../test/resources/junit4-runlistener/pom.xml   |  10 +-
 .../resources/junit4-twoTestCaseSuite/pom.xml   |  10 +-
 .../src/test/resources/junit4/pom.xml   |  12 +-
 .../src/test/resources/junit44-dep/pom.xml  |  14 +-
 .../test/resources/junit44-environment/pom.xml  |  13 +-
 .../src/test/resources/junit44-hamcrest/pom.xml |  14 +-
 .../resources/junit44-method-pattern/pom.xml|  10 +-
 .../resources/junit44-multiple-methods/pom.xml  |   8 -
 .../resources/junit44-single-method/pom.xml |  10 +-
 .../test/resources/junit47-parallel-nts/pom.xml |   7 -
 .../junit47-parallel-with-suite/pom.xml |  10 +-
 .../src/test/resources/junit47-parallel/pom.xml |   7 -
 .../resources/junit47-redirect-output/pom.xml   |  10 +-
 .../junit47-static-inner-class-tests/pom.xml|  12 +-
 .../test/resources/junit48-categories/pom.xml   |  10 +-
 .../resources/junit48-method-pattern/pom.xml|   8 -
 .../junit48-multiple-method-patterns/pom.xml|   8 -
 .../resources/junit48-multiple-methods/pom.xml  |   8 -
 .../resources/junit48-single-method/pom.xml |   8 -
 .../resources/junit48-smartStackTrace/pom.xml   |  10 +-
 .../src/test/resources/norunnableTests/pom.xml  |   5 +
 .../src/test/resources/parallel-runtime/pom.xml |  12 +-
 .../resources/plain-old-java-classpath/pom.xml  |   5 +
 .../src/test/resources/plexus-conflict/pom.xml  |   5 +
 .../src/test/resources/pojo-simple/pom.xml  |  13 +-
 .../src/test/resources/pom.xml  |  10 +-
 .../src/test/resources/reporters/pom.xml|  10 +-
 

svn commit: r1024716 [3/5] - in /websites/production/maven/components/pom-archives/maven-LATEST: ./ doxia-tools/ maven-archetypes-bundles/ maven-plugins/ maven-shared-components/ maven-skins/

2018-02-01 Thread hboutemy
Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/dependency-info.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/dependency-info.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/dependency-info.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Plugins Parent POM  Dependency 
Information
 
@@ -42,8 +42,8 @@
   Maven/
   Plugins/
 Dependency Information
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -77,6 +77,7 @@
 Distribution Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   
@@ -105,31 +106,31 @@
 dependency
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-plugins/artifactId
-  version31-SNAPSHOT/version
+  version31/version
   typepom/type
 /dependency
 
 Apache Buildr
-'org.apache.maven.plugins:maven-plugins:pom:31-SNAPSHOT'
+'org.apache.maven.plugins:maven-plugins:pom:31'
 
 Apache Ivy
-dependency 
org=org.apache.maven.plugins name=maven-plugins 
rev=31-SNAPSHOT
+dependency 
org=org.apache.maven.plugins name=maven-plugins 
rev=31
   artifact name=maven-plugins type=pom /
 /dependency
 
 Groovy Grape
 @Grapes(
-@Grab(group='org.apache.maven.plugins', module='maven-plugins', 
version='31-SNAPSHOT')
+@Grab(group='org.apache.maven.plugins', module='maven-plugins', version='31')
 )
 
 Gradle/Grails
-compile 
'org.apache.maven.plugins:maven-plugins:31-SNAPSHOT'
+compile 
'org.apache.maven.plugins:maven-plugins:31'
 
 Scala SBT
-libraryDependencies += 
org.apache.maven.plugins % maven-plugins % 
31-SNAPSHOT
+libraryDependencies += 
org.apache.maven.plugins % maven-plugins % 
31
 
 Leiningen
-[org.apache.maven.plugins/maven-plugins 
31-SNAPSHOT]
+[org.apache.maven.plugins/maven-plugins 
31]
 
   
 

Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/dependency-management.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/dependency-management.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/dependency-management.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Plugins Parent POM  Project Dependency 
Management
 
@@ -42,8 +42,8 @@
   Maven/
   Plugins/
 Project Dependency Management
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -77,6 +77,7 @@
 Distribution Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   

Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/distribution-management.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/distribution-management.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/distribution-management.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Plugins Parent POM  Project Distribution 
Management
 
@@ -42,8 +42,8 @@
   Maven/
   Plugins/
 Project Distribution Management
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -77,6 +77,7 @@
 Distribution 
Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   

Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/index.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/index.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/index.html
 Thu Feb  1 23:57:59 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -10,7 +10,7 @@
 
 
-
+
 
 Apache Maven Plugins Parent POM  Introduction
 
@@ -45,8 +45,8 @@ Karl Heinz Marbaise" />
   Maven/
   Plugins/
 Introduction
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   

svn commit: r1024716 [1/5] - in /websites/production/maven/components/pom-archives/maven-LATEST: ./ doxia-tools/ maven-archetypes-bundles/ maven-plugins/ maven-shared-components/ maven-skins/

2018-02-01 Thread hboutemy
Author: hboutemy
Date: Thu Feb  1 23:57:59 2018
New Revision: 1024716

Log:
Site checkin for project Apache Maven Parent POM

Added:

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/project-reports.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/sonar.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/surefire-report.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/project-reports.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/sonar.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/surefire-report.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/project-reports.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/sonar.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-plugins/surefire-report.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/project-reports.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/sonar.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/surefire-report.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/project-reports.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/sonar.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/surefire-report.html

websites/production/maven/components/pom-archives/maven-LATEST/project-reports.html
websites/production/maven/components/pom-archives/maven-LATEST/sonar.html

websites/production/maven/components/pom-archives/maven-LATEST/surefire-report.html
Modified:

websites/production/maven/components/pom-archives/maven-LATEST/dependency-convergence.html

websites/production/maven/components/pom-archives/maven-LATEST/dependency-info.html

websites/production/maven/components/pom-archives/maven-LATEST/dependency-management.html

websites/production/maven/components/pom-archives/maven-LATEST/distribution-management.html
websites/production/maven/components/pom-archives/maven-LATEST/download.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/dependency-convergence.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/dependency-info.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/dependency-management.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/distribution-management.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/index.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/integration.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/issue-tracking.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/mail-lists.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/plugin-management.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/plugins.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/project-info.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/project-summary.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/source-repository.html

websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/team-list.html
websites/production/maven/components/pom-archives/maven-LATEST/index.html

websites/production/maven/components/pom-archives/maven-LATEST/integration.html

websites/production/maven/components/pom-archives/maven-LATEST/issue-tracking.html

websites/production/maven/components/pom-archives/maven-LATEST/mail-lists.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/dependency-convergence.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/dependency-info.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/dependency-management.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/distribution-management.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/index.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/integration.html

websites/production/maven/components/pom-archives/maven-LATEST/maven-archetypes-bundles/issue-tracking.html


svn commit: r1024716 [5/5] - in /websites/production/maven/components/pom-archives/maven-LATEST: ./ doxia-tools/ maven-archetypes-bundles/ maven-plugins/ maven-shared-components/ maven-skins/

2018-02-01 Thread hboutemy
Added: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/project-reports.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/project-reports.html
 (added)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/project-reports.html
 Thu Feb  1 23:57:59 2018
@@ -0,0 +1,120 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Maven Skins Parent POM  Generated Reports
+
+
+
+
+
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-140879-1']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+  })();
+
+  
+  
+
+  
+https://www.apache.org/; 
id="bannerLeft">
+
+
+  
+
+  
+
+  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
+  Maven/
+  Parent 
POMs/
+  Maven/
+  Skins/
+Generated Reports
+| 
Last Published: 2018-02-02
+  Version: 31
+
+  
+  
+
+  
+
+  Maven Parent POMs
+Maven
+Archetypes
+Plugins
+Shared Components
+Skins
+Doxia Tools
+  Parent Project
+Apache Maven Parent POM
+  Project Documentation
+Project Information
+Project Reports
+
+Surefire Report
+Sonar
+
+
+
+https://www.google.com/search; method="get" >
+  
+  
+
+asyncJs( 
'https://cse.google.com/brand?form=search-form' )
+  
+  
+
+
+
+https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
+!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
+
+
+
+http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+
+  
+
+
+
+Generated Reports
+This document provides an overview of the various reports that are 
automatically generated by http://maven.apache.org;>Maven . Each report is briefly described 
below.
+
+Overview
+
+
+Document
+Description
+
+Surefire Report
+Report on the test results of the project.
+
+Sonar
+Quality analysis dashboard.
+
+  
+
+
+
+  
+
+Copyright 20022018
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+  
+
+  
+
\ No newline at end of file

Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/project-summary.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/project-summary.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/project-summary.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Skins Parent POM  Project Summary
 
@@ -42,8 +42,8 @@
   Maven/
   Skins/
 Project Summary
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -77,6 +77,7 @@
 Distribution Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   
@@ -141,7 +142,7 @@
 maven-skins
 
 Version
-31-SNAPSHOT
+31
 
 Type
 pom

Added: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/sonar.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/sonar.html
 (added)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-skins/sonar.html
 Thu Feb  1 23:57:59 2018
@@ -0,0 +1,106 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Maven Skins Parent POM  Sonar
+
+
+
+
+
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-140879-1']);
+  _gaq.push(['_trackPageview']);
+  

svn commit: r1024716 [4/5] - in /websites/production/maven/components/pom-archives/maven-LATEST: ./ doxia-tools/ maven-archetypes-bundles/ maven-plugins/ maven-shared-components/ maven-skins/

2018-02-01 Thread hboutemy
Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/integration.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/integration.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/integration.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Shared Components Parent POM  CI 
Management
 
@@ -42,8 +42,8 @@
   Maven/
   Shared 
Components/
 CI Management
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -77,6 +77,7 @@
 Distribution Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   

Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/issue-tracking.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/issue-tracking.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/issue-tracking.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Shared Components Parent POM  Issue 
Management
 
@@ -42,8 +42,8 @@
   Maven/
   Shared 
Components/
 Issue Management
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -77,6 +77,7 @@
 Distribution Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   

Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/mail-lists.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/mail-lists.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/mail-lists.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Shared Components Parent POM  Project Mailing 
Lists
 
@@ -42,8 +42,8 @@
   Maven/
   Shared 
Components/
 Project Mailing Lists
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -77,6 +77,7 @@
 Distribution Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   

Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/plugin-management.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/plugin-management.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/plugin-management.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Shared Components Parent POM  Project Plugin 
Management
 
@@ -42,8 +42,8 @@
   Maven/
   Shared 
Components/
 Project Plugin Management
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -77,6 +77,7 @@
 Distribution Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   
@@ -119,8 +120,8 @@
 2.12.1
 
 org.apache.maven.plugins
-http://maven.apache.org/plugins/maven-checkstyle-plugin/;>maven-checkstyle-plugin
-2.17
+https://maven.apache.org/plugins/maven-checkstyle-plugin/;>maven-checkstyle-plugin
+3.0.0
 
 org.apache.maven.plugins
 http://maven.apache.org/plugins/maven-clean-plugin/;>maven-clean-plugin

Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/plugins.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/plugins.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/maven-shared-components/plugins.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Shared Components Parent POM  

svn commit: r1024716 [2/5] - in /websites/production/maven/components/pom-archives/maven-LATEST: ./ doxia-tools/ maven-archetypes-bundles/ maven-plugins/ maven-shared-components/ maven-skins/

2018-02-01 Thread hboutemy
Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/team-list.html
==
--- 
websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/team-list.html
 (original)
+++ 
websites/production/maven/components/pom-archives/maven-LATEST/doxia-tools/team-list.html
 Thu Feb  1 23:57:59 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Doxia Tools Parent POM  Project Team
 
@@ -42,8 +42,8 @@
   Maven/
   Doxia 
Tools/
 Project Team
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -77,6 +77,7 @@
 Distribution Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   

Modified: 
websites/production/maven/components/pom-archives/maven-LATEST/index.html
==
--- websites/production/maven/components/pom-archives/maven-LATEST/index.html 
(original)
+++ websites/production/maven/components/pom-archives/maven-LATEST/index.html 
Thu Feb  1 23:57:59 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -11,7 +11,7 @@
 Hervé Boutemy
 Karl Heinz Marbaise" />
 
-
+
 
 Apache Maven Parent POM  Maven Project Parent POM
 
@@ -45,8 +45,8 @@ Karl Heinz Marbaise" />
   Parent 
POMs/
   Maven/
 Maven Project Parent POM https://github.com/apache/maven-parent/tree/HEAD/src/site-docs/apt/index.apt.vm;>
-| 
Last Published: 2018-02-01
-  Version: 31-SNAPSHOT
+| 
Last Published: 2018-02-02
+  Version: 31
 
   
   
@@ -83,6 +83,7 @@ Karl Heinz Marbaise" />
 Distribution Management
 
 
+Project Reports
 
 https://www.google.com/search; method="get" >
   
@@ -134,46 +135,48 @@ mvn scm-publish:publish-scm
 See deploying
 Maven components reference documentation for more information.
 
 History
-master: https://github.com/apache/maven-parent/tree/master/pom.xml;>31-SNAPSHOT
 (https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=master;hpb=maven-parent-30;>diff,
 https://github.com/apache/maven-parent/compare/maven-parent-30...master;>commits)
 As of version 27, this POM sets the Java source and target versions to 1.6. 
Thus, as any plugin (or other component) moved to version 27+ of this POM, it 
moves to requiring Java 1.6 (was Java 1.5 since version 21).
 
 
 Version
 Release Date
 
+https://github.com/apache/maven-parent/tree/maven-parent-31/pom.xml;>31
 (https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-31;hpb=maven-parent-30;>diff,
 https://github.com/apache/maven-parent/compare/maven-parent-30...maven-parent-31;>commits)
+2018-02-05
+
 https://github.com/apache/maven-parent/tree/maven-parent-30/pom.xml;>30
 (https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-30;hpb=maven-parent-27;>diff,
 https://github.com/apache/maven-parent/compare/maven-parent-27...maven-parent-30;>commits)
 2016-05-26
-
+
 https://github.com/apache/maven-parent/tree/maven-parent-27/pom.xml;>27
 (https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-27;hpb=maven-parent-26;>diff,
 https://github.com/apache/maven-parent/compare/maven-parent-26...maven-parent-27;>commits)
 2015-09-23
-
+
 https://github.com/apache/maven-parent/tree/maven-parent-26/pom.xml;>26
 (https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-26;hpb=maven-parent-25;>diff,
 https://github.com/apache/maven-parent/compare/maven-parent-25...maven-parent-26;>commits)
 2014-11-13
-
+
 https://github.com/apache/maven-parent/tree/maven-parent-25/pom.xml;>25
 (https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-25;hpb=maven-parent-24;>diff,
 https://github.com/apache/maven-parent/compare/maven-parent-24...maven-parent-25;>commits)
 2014-10-22
-
+
 https://github.com/apache/maven-parent/tree/maven-parent-24/pom.xml;>24
 (https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-24;hpb=maven-parent-23;>diff,
 https://github.com/apache/maven-parent/compare/maven-parent-23...maven-parent-24;>commits)
 2014-03-27
-
+
 https://github.com/apache/maven-parent/tree/maven-parent-23/pom.xml;>23
 (https://gitbox.apache.org/repos/asf?p=maven-parent.git;a=blobdiff;f=pom.xml;hb=maven-parent-23;hpb=maven-parent-22;>diff,
 https://github.com/apache/maven-parent/compare/maven-parent-22...maven-parent-23;>commits)
 2013-01-21
-
+
 https://github.com/apache/maven-parent/tree/maven-parent-22/pom.xml;>22