[Project] Preparing for Maven Central deployment

This commit is contained in:
Robert von Burg 2020-05-02 16:39:46 +02:00
parent 56efb4c135
commit 88e6d4b9bf
1 changed files with 16 additions and 0 deletions

16
pom.xml
View File

@ -8,6 +8,9 @@
<artifactId>cron</artifactId>
<name>cron</name>
<url>https://github.com/eitch/cron</url>
<description>Cron expression parser and evaluator. Allows for specifying cron - expressions (in Unix or Quartz like format) and evaluating when it will next
match. Originally written by https://github.com/frode-carlsen/cron
</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -57,6 +60,19 @@
</license>
</licenses>
<developers>
<developer>
<id>eitch</id>
<name>Robert von Burg</name>
<email>eitch@eitchnet.ch</email>
<url>http://www.eitchnet.ch</url>
<roles>
<role>developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<build>
<pluginManagement>
<plugins>