You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/14 10:14:29 UTC

[maven-compiler-plugin] branch MNGSITE-332 updated (32795a0 -> 90db19c)

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

khmarbaise pushed a change to branch MNGSITE-332
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git.


 discard 32795a0  - Changed download templates of plugins not to reference .md5 anymore
     add 774025f  [MCOMPILER-338] Build Issue based on MCOMPILER-192 IT  o The build issues where not only based on MCOMPILER-192    also on other areas of the builds which resulted on problems.  o Upgrade surefire.version to 2.21.0 (to work in JDK 10)  o MCOMPILER-197    o need to limit the run to 1.6..1.8  o groovy-project-with-new-plexus-compiler    o need to limit the run to 1.6..1.8  o MCOMPILER-192 IT    o Identification in the log file needed to be changed      based on different O [...]
     new 90db19c  [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (32795a0)
            \
             N -- N -- N   refs/heads/MNGSITE-332 (90db19c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 Jenkinsfile                                        |  2 +-
 pom.xml                                            |  3 ++-
 src/it/MCOMPILER-192/pom.xml                       |  3 +++
 src/it/MCOMPILER-192/verify.groovy                 | 25 ++++++++++++++++++----
 src/it/MCOMPILER-197/invoker.properties            |  2 +-
 .../invoker.properties                             |  2 +-
 .../plugin/compiler/CompilerMojoTestCase.java      |  6 +++++-
 7 files changed, 34 insertions(+), 9 deletions(-)
 copy src/it/{MCOMPILER-197 => groovy-project-with-new-plexus-compiler}/invoker.properties (95%)

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

[maven-compiler-plugin] 01/01: [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore

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

khmarbaise pushed a commit to branch MNGSITE-332
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git

commit 90db19c335054c9b0213880f78660bde356c96d2
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Apr 10 18:06:02 2018 +0200

    [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore
---
 src/site/xdoc/download.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 09d4f42..cf13dc9 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -108,7 +108,7 @@ under the License.
           <tr>
             <td>${project.name} ${project.version} (Source zip)</td>
             <td><a href="[preferred]maven/plugins/${project.artifactId}-${project.version}-source-release.zip">maven/plugins/${project.artifactId}-${project.version}-source-release.zip</a></td>
-            <td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5</a></td>
+            <td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1</a></td>
             <td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
           </tr>
         </tbody>

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