You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2020/02/11 13:58:22 UTC

[netbeans-mavenutils-nbm-maven-plugin] branch master updated: Fix plugin groupID

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

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ed8c064  Fix plugin groupID
     new 60838c9  Merge pull request #4 from blackleg/patch-1
ed8c064 is described below

commit ed8c06474a6ed5d94eda651cd59acde483b2f071
Author: hectorespert <bl...@users.noreply.github.com>
AuthorDate: Fri Dec 27 11:34:45 2019 +0100

    Fix plugin groupID
---
 src/site/apt/index.apt.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index a09bc21..19827f0 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -48,7 +48,7 @@ an autoupdate site content or build and assemble an application on top of NetBea
   <build>
         <plugins>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
+                <groupId>org.apache.netbeans.utilities</groupId>
                 <artifactId>nbm-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <extensions>true</extensions>
@@ -56,7 +56,7 @@ an autoupdate site content or build and assemble an application on top of NetBea
             <plugin> <!-- required since nbm-plugin 3.0-->
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>3.0.2</version>
+                <version>3.2.0</version>
                 <configuration>
                     <archive>
                         <manifestFile>#[[${project.build.outputDirectory}]]#/META-INF/MANIFEST.MF</manifestFile>
@@ -320,4 +320,4 @@ or the repository manager you are using. The repository hosts binaries from NetB
             </snapshots>
         </repository>
     </repositories>
-+-----+
\ No newline at end of file
++-----+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists