mirror of
https://github.com/theonedev/onedev.git
synced 2026-02-01 17:37:19 +00:00
Bump version to use latest commons/maven-plugin/k8s-helper
This commit is contained in:
parent
75e1412855
commit
26c15c9911
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -1034,5 +1034,5 @@ public class DatabaseMigrator {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user