Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mair committed Sep 9, 2017
1 parent 5cf6109 commit 003961b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -8,7 +8,7 @@ plugins {

group = "org.codenarc"
archivesBaseName = "CodeNarc"
version = "0.27.0"
version = "1.0"

sourceCompatibility = '1.6'
targetCompatibility = '1.6'
Expand Down
2 changes: 1 addition & 1 deletion site-pom.xml
Expand Up @@ -9,7 +9,7 @@
The CodeNarc project provides a static analysis tool for Groovy code.
</description>
<packaging>jar</packaging>
<version>0.27.0</version>
<version>1.0</version>
<url>http://codenarc.org/</url>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/codenarc-version.txt
@@ -1 +1 @@
0.27.0
1.0
10 changes: 5 additions & 5 deletions src/site/xdoc/index.xml
Expand Up @@ -51,7 +51,7 @@ Static Analysis for Groovy: Less Bugs, Better Code
<td valign="middle" align="middle" style="margin:auto; vertical-align:middle">
<div>
<a style="color:white;font-size:20pt;font-weight:bold; margin:auto; border:solid white; border-radius:25px; background-color:red; padding:20pt;"
href="http://sourceforge.net/projects/codenarc/files//">Get 0.27.0</a>
href="http://sourceforge.net/projects/codenarc/files//">Get 1.0</a>
</div>
</td>
</tr>
Expand All @@ -75,10 +75,10 @@ Static Analysis for Groovy: Less Bugs, Better Code
<section name="Requirements">
<strong>CodeNarc</strong> requires:
<ul>
<li>
<a href="http://groovy.codehaus.org/">Groovy</a> version 2.1</li>
<li>Java 1.6 or later</li>
<li><a href="http://logging.apache.org/log4j/index.html">Log4J</a> 1.2.13 or later on the classpath</li>
<li>Java 1.6 or later</li>
<li><a href="http://groovy-lang.org/">Groovy</a> version 2.3 or later</li>
<li><a href="https://www.slf4j.org/">SLF4J</a> API and binding jar(s)</li>
<li><a href="https://dx42.github.io/gmetrics/">GMetrics</a> 1.0 or later, if using the Size/Complexity rules</li>
</ul>
</section>
</td>
Expand Down

0 comments on commit 003961b

Please sign in to comment.