We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c501b1b commit ca5c07bCopy full SHA for ca5c07b
1 file changed
pom.xml
@@ -21,7 +21,7 @@
21
<modelVersion>4.0.0</modelVersion>
22
<groupId>com.github.pyknic</groupId>
23
<artifactId>codegen</artifactId>
24
- <version>1.1.0</version>
+ <version>1.1.1-SNAPSHOT</version>
25
<packaging>jar</packaging>
26
27
<name>CodeGen</name>
@@ -32,7 +32,6 @@
32
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
33
<maven.compiler.source>1.8</maven.compiler.source>
34
<maven.compiler.target>1.8</maven.compiler.target>
35
- <current.year>2016</current.year>
36
</properties>
37
38
<licenses>
0 commit comments