mirror of
https://github.com/frode-carlsen/cron.git
synced 2025-12-06 05:50:54 +03:00
feat: set up sonarcloud (#10)
* chore: set up sonarcloud * chore: copied tests for issue #7 to jodatime version * chore: moved to maven ci-friendly versions
This commit is contained in:
14
pom.xml
14
pom.xml
@@ -5,10 +5,18 @@
|
||||
<groupId>fc.cron</groupId>
|
||||
<artifactId>cron</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.6-SNAPSHOT</version>
|
||||
<version>${revision}${sha1}${changelist}</version>
|
||||
<name>cron</name>
|
||||
<url>https://github.com/frode-carlsen/cron</url>
|
||||
|
||||
<properties>
|
||||
<revision>1.6</revision>
|
||||
<sha1 />
|
||||
<changelist>-SNAPSHOT</changelist>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License Version 2.0</name>
|
||||
@@ -78,8 +86,4 @@
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
</properties>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user