Bump version to use latest commons/maven-plugin/k8s-helper

This commit is contained in:
Robin Shen 2019-07-16 11:39:12 +08:00
parent 75e1412855
commit 26c15c9911
5 changed files with 6 additions and 6 deletions

View File

@ -106,7 +106,7 @@
<plugin>
<groupId>io.onedev</groupId>
<artifactId>plugin-maven</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<executions>
<execution>
<id>populate-resources</id>
@ -195,7 +195,7 @@
</repository>
</repositories>
<properties>
<commons.version>1.1.5</commons.version>
<commons.version>1.1.6</commons.version>
<antlr.version>4.7.2</antlr.version>
</properties>
</project>

View File

@ -388,7 +388,7 @@
<dependency>
<groupId>io.onedev</groupId>
<artifactId>k8s-helper</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
</dependencies>
<properties>

View File

@ -20,7 +20,7 @@ public abstract class GitCommand<V> {
private static final Logger logger = LoggerFactory.getLogger(GitCommand.class);
private static final String MIN_VERSION = "2.15.0";
private static final String MIN_VERSION = "2.11.0";
protected final File gitDir;

View File

@ -1034,5 +1034,5 @@ public class DatabaseMigrator {
}
}
}
}

View File

@ -114,7 +114,7 @@
<plugin>
<groupId>io.onedev</groupId>
<artifactId>plugin-maven</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<executions>
<execution>
<id>populate-resources</id>