Skip to content

Commit 5440162

Browse files
committed
Update pom.xml and add CHANGELOG.md placeholders
1 parent b98729d commit 5440162

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Unreleased
2+
3+
## Added
4+
5+
## Fixed
6+
7+
## Changed
8+
19
# 1.1.89 (2022-11-09 / c2b2dbf)
210

311
## Added

pom.xml

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemalocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>lambdaisland</groupId>
55
<artifactId>kaocha-cloverage</artifactId>
6-
<version>1.0.75</version>
6+
<version>1.1.89</version>
77
<name>kaocha-cloverage</name>
88
<description>Code coverage plugin for Kaocha based on Cloverage</description>
99
<url>https://github.com/lambdaisland/kaocha-cloverage</url>
@@ -12,6 +12,9 @@
1212
<name>Lambda Island</name>
1313
<url>https://lambdaisland.com</url>
1414
</organization>
15+
<properties>
16+
<project class="build sourceEncoding">UTF-8</project>
17+
</properties>
1518
<licenses>
1619
<license>
1720
<name>Eclipse Public License 1.0</name>
@@ -22,7 +25,7 @@
2225
<url>https://github.com/lambdaisland/kaocha-cloverage</url>
2326
<connection>scm:git:git://github.com/lambdaisland/kaocha-cloverage.git</connection>
2427
<developerConnection>scm:git:ssh://[email protected]/lambdaisland/kaocha-cloverage.git</developerConnection>
25-
<tag>a12680ffd246379906909c4f9836dea356f4f6d0</tag>
28+
<tag>b98729d1a5900e7572617a145d1c70178df79614</tag>
2629
</scm>
2730
<dependencies>
2831
<dependency>
@@ -38,7 +41,13 @@
3841
<dependency>
3942
<groupId>cloverage</groupId>
4043
<artifactId>cloverage</artifactId>
41-
<version>1.2.0</version>
44+
<version>1.2.4</version>
45+
</dependency>
46+
<dependency>
47+
<groupId>nubank</groupId>
48+
<artifactId>matcher-combinators</artifactId>
49+
<version>0.7.0</version>
50+
<optional>true</optional>
4251
</dependency>
4352
</dependencies>
4453
<build>
@@ -53,6 +62,10 @@
5362
<groupId>org.apache.maven.plugins</groupId>
5463
<artifactId>maven-compiler-plugin</artifactId>
5564
<version>3.8.1</version>
65+
<configuration>
66+
<source>1.8</source>
67+
<target>1.8</target>
68+
</configuration>
5669
</plugin>
5770
<plugin>
5871
<groupId>org.apache.maven.plugins</groupId>
@@ -61,7 +74,7 @@
6174
<configuration>
6275
<archive>
6376
<manifestEntries>
64-
<git-revision>a12680ffd246379906909c4f9836dea356f4f6d0</git-revision>
77+
<git-revision>b98729d1a5900e7572617a145d1c70178df79614</git-revision>
6578
</manifestEntries>
6679
</archive>
6780
</configuration>
@@ -95,4 +108,4 @@
95108
<url>https://clojars.org/repo</url>
96109
</repository>
97110
</distributionManagement>
98-
</project>
111+
</project>

0 commit comments

Comments
 (0)