You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/23 19:22:25 UTC

[maven-reporting-exec] branch master updated (54e811d -> e07e655)

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

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


    from 54e811d  [MSHARED-1065] Upgrade plugins and components in UTs and ITs
     new 159b1fd  Fix maven-plugin-plugin
     new e07e655  [maven-release-plugin] prepare release maven-reporting-exec-2.0.0-M1

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:
 pom.xml                     | 6 +++---
 src/it/reportConfig/pom.xml | 5 +++++
 2 files changed, 8 insertions(+), 3 deletions(-)


[maven-reporting-exec] 02/02: [maven-release-plugin] prepare release maven-reporting-exec-2.0.0-M1

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

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

commit e07e6550d9d06f88506e27100d7ef3a5d15eed6f
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Apr 23 21:22:21 2022 +0200

    [maven-release-plugin] prepare release maven-reporting-exec-2.0.0-M1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f2849d..8786871 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-exec</artifactId>
-  <version>2.0.0-M1-SNAPSHOT</version>
+  <version>2.0.0-M1</version>
 
   <name>Apache Maven Reporting Executor</name>
   <description>Classes to manage report plugin executions with Maven 3.</description>
@@ -38,7 +38,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</developerConnection>
     <url>https://github.com/apache/maven-reporting-exec/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-reporting-exec-2.0.0-M1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -60,7 +60,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
-    <project.build.outputTimestamp>2022-02-10T08:20:39Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-04-23T19:16:49Z</project.build.outputTimestamp>
     <sitePluginVersion>3.12.0</sitePluginVersion>
     <projectInfoReportsPluginVersion>3.2.2</projectInfoReportsPluginVersion>
   </properties>


[maven-reporting-exec] 01/02: Fix maven-plugin-plugin

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

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

commit 159b1fd9eb6a02d4b8f10d1feb057c429a08eaee
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Apr 23 21:21:10 2022 +0200

    Fix maven-plugin-plugin
---
 src/it/reportConfig/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/it/reportConfig/pom.xml b/src/it/reportConfig/pom.xml
index 21f72e7..45e432b 100644
--- a/src/it/reportConfig/pom.xml
+++ b/src/it/reportConfig/pom.xml
@@ -61,6 +61,11 @@ under the License.
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>3.6.4</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>