We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca692db commit ec90682Copy full SHA for ec90682
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>org.fugerit.java</groupId>
6
<artifactId>github-issue-export</artifactId>
7
8
- <version>0.4.0</version>
+ <version>0.5.0</version>
9
<packaging>jar</packaging>
10
11
<name>github-issue-export</name>
@@ -20,6 +20,8 @@
20
21
<properties>
22
<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>
25
</properties>
26
27
<licenses>
0 commit comments