Skip to content

Commit ec90682

Browse files
start release 0.5.0
1 parent ca692db commit ec90682

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.fugerit.java</groupId>
66
<artifactId>github-issue-export</artifactId>
77

8-
<version>0.4.0</version>
8+
<version>0.5.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>github-issue-export</name>
@@ -20,6 +20,8 @@
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23+
<maven.compiler.target>1.8</maven.compiler.target>
24+
<maven.compiler.source>1.8</maven.compiler.source>
2325
</properties>
2426

2527
<licenses>

0 commit comments

Comments
 (0)