Skip to content

Commit 35d4f1f

Browse files
Bump version from 0.3.4 to 0.3.5
1 parent 876f564 commit 35d4f1f

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
lines changed

contrast-finder-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.opens</groupId>
66
<artifactId>contrast-finder</artifactId>
7-
<version>0.3.4</version>
7+
<version>0.3.5</version>
88
</parent>
99

1010
<groupId>org.opens</groupId>
1111
<artifactId>contrast-finder-api</artifactId>
12-
<version>0.3.4</version>
12+
<version>0.3.5</version>
1313
<packaging>jar</packaging>
1414
<name>contrast-finder-api</name>
1515

contrast-finder-hsv/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.opens</groupId>
66
<artifactId>contrast-finder</artifactId>
7-
<version>0.3.4</version>
7+
<version>0.3.5</version>
88
</parent>
99
<groupId>org.opens</groupId>
1010
<artifactId>contrast-finder-hsv</artifactId>
11-
<version>0.3.4</version>
11+
<version>0.3.5</version>
1212
<packaging>jar</packaging>
1313
<name>contrast-finder-hsv</name>
1414
<build>

contrast-finder-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.opens</groupId>
66
<artifactId>contrast-finder</artifactId>
7-
<version>0.3.4</version>
7+
<version>0.3.5</version>
88
</parent>
99
<groupId>org.opens</groupId>
1010
<artifactId>contrast-finder-impl</artifactId>
11-
<version>0.3.4</version>
11+
<version>0.3.5</version>
1212
<packaging>jar</packaging>
1313
<name>contrast-finder-impl</name>
1414
<dependencies>

contrast-finder-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.opens</groupId>
77
<artifactId>contrast-finder</artifactId>
8-
<version>0.3.4</version>
8+
<version>0.3.5</version>
99
</parent>
1010
<groupId>org.opens</groupId>
1111
<artifactId>contrast-finder-resources</artifactId>

contrast-finder-utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.opens</groupId>
66
<artifactId>contrast-finder</artifactId>
7-
<version>0.3.4</version>
7+
<version>0.3.5</version>
88
</parent>
99
<groupId>org.opens</groupId>
1010
<artifactId>contrast-finder-utils</artifactId>
11-
<version>0.3.4</version>
11+
<version>0.3.5</version>
1212
<packaging>jar</packaging>
1313
<name>contrast-finder-utils</name>
1414
<dependencies>

contrast-finder-webapp/pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<groupId>org.opens</groupId>
66
<artifactId>contrast-finder</artifactId>
7-
<version>0.3.4</version>
7+
<version>0.3.5</version>
88
</parent>
99
<groupId>org.opens</groupId>
1010
<artifactId>contrast-finder-webapp</artifactId>
11-
<version>0.3.4</version>
11+
<version>0.3.5</version>
1212
<packaging>war</packaging>
1313

1414
<name>contrast-finder-webapp</name>
@@ -19,6 +19,12 @@
1919
</properties>
2020

2121
<dependencies>
22+
<dependency>
23+
<groupId>log4j</groupId>
24+
<artifactId>log4j</artifactId>
25+
<version>1.2.17</version>
26+
<type>jar</type>
27+
</dependency>
2228
<dependency>
2329
<groupId>javax</groupId>
2430
<artifactId>javaee-web-api</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.opens</groupId>
55
<artifactId>contrast-finder</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.3.4</version>
7+
<version>0.3.5</version>
88
<name>contrast-finder</name>
99
<modules>
1010
<module>contrast-finder-api</module>

0 commit comments

Comments
 (0)