Skip to content

Commit cbfc6cd

Browse files
author
Suszyński Krzysztof
committed
updating poms for 1.2.0 branch with snapshot versions
1 parent e356cd3 commit cbfc6cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>pl.wavesoftware</groupId>
65
<artifactId>eid-exceptions</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</version>
87
<packaging>jar</packaging>
98

109
<name>EID Runtime Exceptions and Utilities</name>
@@ -82,7 +81,7 @@
8281
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
8382
<jacoco.version>0.7.6.201602180812</jacoco.version>
8483

85-
<skipTests/>
84+
<skipTests />
8685
<coveralls.skip>${skipTests}</coveralls.skip>
8786
<sonar.skip>${skipTests}</sonar.skip>
8887
<failsafe.rerunFailingTestsCount>2</failsafe.rerunFailingTestsCount>

0 commit comments

Comments
 (0)