mirror of
https://github.com/frode-carlsen/cron.git
synced 2025-12-07 06:20:53 +03:00
remove extraneous versionsbackup
This commit is contained in:
@@ -1,30 +0,0 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<parent>
|
|
||||||
<groupId>fc.cron</groupId>
|
|
||||||
<artifactId>cron</artifactId>
|
|
||||||
<version>1.4-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
<groupId>fc.cron</groupId>
|
|
||||||
<artifactId>cron-java8</artifactId>
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
<version>1.4-SNAPSHOT</version>
|
|
||||||
<name>cron-java8</name>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
|
||||||
<version>3.1</version>
|
|
||||||
<configuration>
|
|
||||||
<fork>true</fork>
|
|
||||||
<source>1.8</source>
|
|
||||||
<target>1.8</target>
|
|
||||||
<encoding>UTF-8</encoding>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
|
||||||
Reference in New Issue
Block a user