Skip to content
This repository was archived by the owner on Oct 16, 2022. It is now read-only.

Commit 6e1022e

Browse files
author
Eugene Lukash
committed
small update
1 parent 211a093 commit 6e1022e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

encoding-def/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</attributes>
88
</classpathentry>
99
<classpathentry kind="src" path="target/generated-sources/annotations"/>
10-
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="test">
10+
<classpathentry kind="src" output="target/test-classes" path="test">
1111
<attributes>
1212
<attribute name="optional" value="true"/>
1313
<attribute name="maven.pomderived" value="true"/>

encoding-def/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<!-- the encoding annotation api -->
2222
<groupId>org.immutables</groupId>
2323
<artifactId>encode</artifactId>
24-
<version>2.3.9</version>
24+
<version>2.5.3</version>
2525
</dependency>
2626

2727
<dependency>
2828
<!-- the annotation processor, compile only -->
2929
<groupId>org.immutables</groupId>
3030
<artifactId>value</artifactId>
31-
<version>2.3.9</version>
31+
<version>2.5.3</version>
3232
<scope>provided</scope>
3333
</dependency>
3434

encoding-use/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</attributes>
88
</classpathentry>
99
<classpathentry kind="src" path="target/generated-sources/annotations"/>
10-
<classpathentry including="**/*.java" kind="src" output="target/test-classes" path="test">
10+
<classpathentry kind="src" output="target/test-classes" path="test">
1111
<attributes>
1212
<attribute name="optional" value="true"/>
1313
<attribute name="maven.pomderived" value="true"/>

encoding-use/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- the annotation processor, compile only -->
2222
<groupId>org.immutables</groupId>
2323
<artifactId>value</artifactId>
24-
<version>2.3.9</version>
24+
<version>2.5.3</version>
2525
<scope>provided</scope>
2626
</dependency>
2727
<dependency>

0 commit comments

Comments
 (0)