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 c9ac0a7 commit f02dc1fCopy full SHA for f02dc1f
gradle.properties
@@ -1,6 +1,6 @@
1
#Tue, 06 Oct 2015 20:08:05 -0600
2
group=com.github.cflint
3
-version=1.4.0-SNAPSHOT
+version=1.4.0
4
name=CFLint
5
release=false
6
snapshot=false
pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.cflint</groupId>
<artifactId>CFLint</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.0-RC3</version>
<packaging>jar</packaging>
7
8
<name>CFLint</name>
0 commit comments