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
Copy file name to clipboardExpand all lines: plugin-modernizer-core/src/test/java/io/jenkins/tools/pluginmodernizer/core/recipes/DeclarativeRecipesTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3674,7 +3674,7 @@ public void myTestMethodChild(JenkinsRule j) {
3674
3674
<parent>
3675
3675
<groupId>org.jenkins-ci.plugins</groupId>
3676
3676
<artifactId>plugin</artifactId>
3677
-
<version>5.2102.v5f5fe09fccf1</version>
3677
+
<version>%s</version>
3678
3678
<relativePath />
3679
3679
</parent>
3680
3680
<groupId>io.jenkins.plugins</groupId>
@@ -3710,7 +3710,7 @@ public void myTestMethodChild(JenkinsRule j) {
0 commit comments