You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/17 23:17:21 UTC

[maven-ear-plugin] 03/03: Upgrade to 0.3.0

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

khmarbaise pushed a commit to branch itf-extension
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit b43b0dbd42cde6e459d0179a2b3404cd2f4e06d0
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 18 01:14:06 2020 +0200

    Upgrade to 0.3.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd0eccd..9c1a21f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,13 +179,13 @@
     <dependency>
       <groupId>com.soebes.itf.jupiter.extension</groupId>
       <artifactId>itf-jupiter-extension</artifactId>
-			<version>0.2.1-SNAPSHOT</version>
+			<version>0.3.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>com.soebes.itf.jupiter.extension</groupId>
       <artifactId>itf-assertj</artifactId>
-			<version>0.2.1-SNAPSHOT</version>
+			<version>0.3.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -328,7 +328,7 @@
           <plugin>
             <groupId>com.soebes.itf.jupiter.extension</groupId>
             <artifactId>itf-maven-plugin</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
+						<version>0.3.0</version>
             <executions>
               <execution>
                 <id>installing</id>