remove extraneous versionsbackup

This commit is contained in:
Frode Carlsen 2017-03-02 07:34:29 +01:00 committed by GitHub
parent eeb7acbaec
commit 220aa51b9d
1 changed files with 0 additions and 48 deletions

View File

@ -1,48 +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-jodatime</artifactId>
<version>1.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>cron-jodatime</name>
<dependencies>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.7</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.6.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<fork>true</fork>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>