You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/06/11 20:56:31 UTC

[maven-enforcer] branch master updated (eac2712 -> 62e3682)

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

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


    from eac2712  Upgrade mockito to support Java 10
     new 84f2c66  Fix Javadoc errors
     new 62e3682  [maven-release-plugin] prepare release enforcer-3.0.0-M2

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:
 enforcer-api/pom.xml                                          |  2 +-
 enforcer-rules/pom.xml                                        |  2 +-
 .../enforcer/utils/MockEnforcerExpressionEvaluator.java       | 11 ++---------
 maven-enforcer-plugin/pom.xml                                 |  2 +-
 pom.xml                                                       |  4 ++--
 5 files changed, 7 insertions(+), 14 deletions(-)

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

[maven-enforcer] 02/02: [maven-release-plugin] prepare release enforcer-3.0.0-M2

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

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

commit 62e3682c5213935e9782c1f05a2bed1221de6ed3
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jun 11 22:56:29 2018 +0200

    [maven-release-plugin] prepare release enforcer-3.0.0-M2
---
 enforcer-api/pom.xml          | 2 +-
 enforcer-rules/pom.xml        | 2 +-
 maven-enforcer-plugin/pom.xml | 2 +-
 pom.xml                       | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/enforcer-api/pom.xml b/enforcer-api/pom.xml
index 5e9b2b7..42c2e6d 100644
--- a/enforcer-api/pom.xml
+++ b/enforcer-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.enforcer</groupId>
     <artifactId>enforcer</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M2</version>
   </parent>
 
   <artifactId>enforcer-api</artifactId>
diff --git a/enforcer-rules/pom.xml b/enforcer-rules/pom.xml
index abfd146..bef8d32 100644
--- a/enforcer-rules/pom.xml
+++ b/enforcer-rules/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.enforcer</groupId>
     <artifactId>enforcer</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M2</version>
   </parent>
 
   <artifactId>enforcer-rules</artifactId>
diff --git a/maven-enforcer-plugin/pom.xml b/maven-enforcer-plugin/pom.xml
index 42581d0..d8bf16e 100644
--- a/maven-enforcer-plugin/pom.xml
+++ b/maven-enforcer-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.enforcer</groupId>
     <artifactId>enforcer</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>3.0.0-M2</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>
diff --git a/pom.xml b/pom.xml
index c9c17fe..0dbbffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>
   <artifactId>enforcer</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.0.0-M2</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Enforcer</name>
@@ -46,7 +46,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</developerConnection>
     <url>https://github.com/apache/maven-enforcer/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>enforcer-3.0.0-M2</tag>
   </scm>
   <issueManagement>
     <system>jira</system>

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

[maven-enforcer] 01/02: Fix Javadoc errors

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

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

commit 84f2c667b499c6dc4f7b85806216cdc26459aebd
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jun 11 22:17:39 2018 +0200

    Fix Javadoc errors
---
 .../enforcer/utils/MockEnforcerExpressionEvaluator.java       | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/utils/MockEnforcerExpressionEvaluator.java b/enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/utils/MockEnforcerExpressionEvaluator.java
index 4ce3295..df1e62d 100644
--- a/enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/utils/MockEnforcerExpressionEvaluator.java
+++ b/enforcer-rules/src/test/java/org/apache/maven/plugins/enforcer/utils/MockEnforcerExpressionEvaluator.java
@@ -31,24 +31,17 @@ import org.codehaus.plexus.component.configurator.expression.ExpressionEvaluatio
 public class MockEnforcerExpressionEvaluator
     extends EnforcerExpressionEvaluator
 {
-
     /**
      * Instantiates a new mock enforcer expression evaluator.
      *
-     * @param theContext the the context
-     * @param thePathTranslator the the path translator
-     * @param theProject the the project
+     * @param theContext the context
      */
     public MockEnforcerExpressionEvaluator( MavenSession theContext )
     {
         super( theContext, new MojoExecution( new MojoDescriptor() ) );
     }
 
-    /*
-     * (non-Javadoc)
-     *
-     * @see org.apache.maven.plugin.PluginParameterExpressionEvaluator#evaluate(java.lang.String)
-     */
+    @Override 
     public Object evaluate( String expr )
         throws ExpressionEvaluationException
     {

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