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 2014/02/08 16:41:31 UTC

git commit: restore public interface

Updated Branches:
  refs/heads/master 4a39c0215 -> 81619e6f1


restore public interface

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

Branch: refs/heads/master
Commit: 81619e6f1a19f9ee4c94ceff07a515eb928e6b09
Parents: 4a39c02
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat Feb 8 16:41:28 2014 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat Feb 8 16:41:28 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/maven/execution/ProjectExecutionListener.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/81619e6f/maven-core/src/main/java/org/apache/maven/execution/ProjectExecutionListener.java
----------------------------------------------------------------------
diff --git a/maven-core/src/main/java/org/apache/maven/execution/ProjectExecutionListener.java b/maven-core/src/main/java/org/apache/maven/execution/ProjectExecutionListener.java
index b19294d..24c49b9 100644
--- a/maven-core/src/main/java/org/apache/maven/execution/ProjectExecutionListener.java
+++ b/maven-core/src/main/java/org/apache/maven/execution/ProjectExecutionListener.java
@@ -29,7 +29,7 @@ import org.apache.maven.lifecycle.LifecycleExecutionException;
  * @since 3.1.2
  * @provisional This interface is part of work in progress and can be changed or removed without notice.
  */
-interface ProjectExecutionListener
+public interface ProjectExecutionListener
 {
     void beforeProjectExecution( ProjectExecutionEvent event )
         throws LifecycleExecutionException;