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 2019/01/18 12:21:46 UTC

[maven-jmod-plugin] 04/06: Fix test pom.xml.

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

rfscholte pushed a commit to branch JMOD-20
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git

commit 9642da4780d48cad584ff3a7315bac36bbf30eb8
Author: Andre Tadeu de Carvalho <an...@gmail.com>
AuthorDate: Sun Dec 23 01:26:29 2018 -0200

    Fix test pom.xml.
---
 src/it/mjmod-20-set-main-class/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/it/mjmod-20-set-main-class/pom.xml b/src/it/mjmod-20-set-main-class/pom.xml
index c56f561..bfbde9b 100644
--- a/src/it/mjmod-20-set-main-class/pom.xml
+++ b/src/it/mjmod-20-set-main-class/pom.xml
@@ -84,8 +84,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jmod-plugin</artifactId>
-                <!--<version>@project.version@</version> -->
-                <version>3.0.0-alpha-2-SNAPSHOT</version>
+                <version>@project.version@</version>
                 <extensions>true</extensions>
             </plugin>
         </plugins>