You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
verifier.verifyTextInLog("Artifact versions updated with build metadata: +origin-feature-poc-my-feature-branch-SNAPSHOT");
19
+
verifier.verifyTextInLog("Updating project com.e-gineering:gitflow-helper-maven-plugin-test-stub:5.0.0-SNAPSHOT to: 5.0.0+origin-feature-poc-my-feature-branch-SNAPSHOT");
20
20
verifier.verifyErrorFreeLog();
21
21
} finally {
22
22
verifier.resetStreams();
@@ -28,8 +28,8 @@ public void featureSemVer() throws Exception {
verifier.verifyTextInLog("Artifact versions updated with build metadata: +origin-feature-poc-my-feature-branch.with.other.identifiers-SNAPSHOT");
31
+
32
+
verifier.verifyTextInLog("Updating project com.e-gineering:gitflow-helper-maven-plugin-test-stub:5.0.1 to: 5.0.1+origin-feature-poc-my-feature-branch.with.other.identifiers-SNAPSHOT");
33
33
verifier.verifyErrorFreeLog();
34
34
} finally {
35
35
verifier.resetStreams();
@@ -55,8 +55,8 @@ public void automagicVersionDependenciesResolve() throws Exception {
verifier.verifyTextInLog("Artifact versions updated with build metadata: +origin-feature-poc-long-running-SNAPSHOT");
58
+
59
+
verifier.verifyTextInLog("Updating project com.e-gineering:gitflow-helper-maven-plugin-test-stub:2.0.0 to: 2.0.0+origin-feature-poc-long-running-SNAPSHOT");
60
60
verifier.verifyErrorFreeLog();
61
61
} finally {
62
62
verifier.resetStreams();
@@ -70,7 +70,8 @@ public void automagicVersionDependenciesResolve() throws Exception {
verifier.verifyTextInLog("Artifact versions updated with build metadata: -origin-feature-poc-long-running-SNAPSHOT");
73
+
// the alt project uses the `-` as the version delimiter, rather than `+`
74
+
verifier.verifyTextInLog("Updating project com.e-gineering:gitflow-helper-maven-plugin-test-stub-alt:2.0.0 to: 2.0.0-origin-feature-poc-long-running-SNAPSHOT");
74
75
verifier.verifyErrorFreeLog();
75
76
} finally {
76
77
verifier.resetStreams();
@@ -82,8 +83,7 @@ public void attachDeployed() throws Exception {
verifier.verifyTextInLog("Artifact versions updated with build metadata: +origin-feature-poc-reattach-SNAPSHOT");
86
+
verifier.verifyTextInLog("Updating project com.e-gineering:gitflow-helper-maven-plugin-test-stub:5.0.0-SNAPSHOT to: 5.0.0+origin-feature-poc-reattach-SNAPSHOT");
87
87
verifier.verifyErrorFreeLog();
88
88
} finally {
89
89
verifier.resetStreams();
@@ -92,6 +92,7 @@ public void attachDeployed() throws Exception {
verifier.verifyTextInLog("Updating project com.e-gineering:gitflow-helper-maven-plugin-test-stub:5.0.0-SNAPSHOT to: 5.0.0+origin-feature-poc-reattach-SNAPSHOT");
0 commit comments