Skip to content

Commit f941461

Browse files
author
Steve Arch
authored
compatible-since-version was set incorrectly
v0.31 being compatible with all versions of this plugin since v1.93 doesn't make any sense ;-) It looks like this value was changed by mistake in jenkinsci@2f0985e Setting it back to its original version.
1 parent 57ea2d4 commit f941461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<version>1.109</version>
165165
<extensions>true</extensions>
166166
<configuration>
167-
<compatibleSinceVersion>1.93</compatibleSinceVersion>
167+
<compatibleSinceVersion>0.3</compatibleSinceVersion>
168168
</configuration>
169169
</plugin>
170170
<plugin>

0 commit comments

Comments
 (0)