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 2020/05/05 12:10:50 UTC

[maven-integration-testing] branch MNG-6656 updated: [MNG-6656] Adjust expected output

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

rfscholte pushed a commit to branch MNG-6656
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/MNG-6656 by this push:
     new f22cbbf  [MNG-6656] Adjust expected output
f22cbbf is described below

commit f22cbbfaa62e3672d197ec4d8ff91cb1291c7277
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue May 5 14:10:41 2020 +0200

    [MNG-6656] Adjust expected output
---
 .../test/resources/mng-6656-buildconsumer/expected/simple-webapp.pom   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/resources/mng-6656-buildconsumer/expected/simple-webapp.pom b/core-it-suite/src/test/resources/mng-6656-buildconsumer/expected/simple-webapp.pom
index 0528770..7371207 100644
--- a/core-it-suite/src/test/resources/mng-6656-buildconsumer/expected/simple-webapp.pom
+++ b/core-it-suite/src/test/resources/mng-6656-buildconsumer/expected/simple-webapp.pom
@@ -29,7 +29,8 @@ under the License.
     <dependency>
       <groupId>org.sonatype.mavenbook.multi</groupId>
       <artifactId>simple-weather</artifactId>
-    <version>0.9-MNG6656-SNAPSHOT</version></dependency>
+      <version>0.9-MNG6656-SNAPSHOT</version>
+    </dependency>
   </dependencies>
   <build>
     <finalName>simple-webapp</finalName>