[jscover] 08/69: Finalise release 1.0.11

Sylvestre Ledru sylvestre at moszumanska.debian.org
Fri Aug 22 05:54:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository jscover.

commit 3267a4e3260a2ab1d88fd2d1b363ba8cda124e8a
Author: tntim96 <tntim96 at gmail.com>
Date:   Thu Jun 5 12:31:20 2014 +1000

    Finalise release 1.0.11
---
 History.md                                          |  2 +-
 JSCover.iml                                         |  2 +-
 doc/buzz.html                                       |  2 +-
 doc/contribute.html                                 |  2 +-
 doc/downloads.html                                  | 11 ++++-------
 doc/examples.html                                   |  2 +-
 doc/faq.html                                        |  2 +-
 doc/home.html                                       |  2 +-
 doc/index.html                                      |  4 ++--
 doc/js/nav.js                                       |  2 +-
 doc/license.html                                    |  2 +-
 doc/links.html                                      |  2 +-
 pom.xml                                             |  2 +-
 src/main/resources/jscover/configuration.properties |  2 +-
 14 files changed, 18 insertions(+), 21 deletions(-)

diff --git a/History.md b/History.md
index 4c25944..73c8670 100644
--- a/History.md
+++ b/History.md
@@ -1,4 +1,4 @@
-1.0.11 / 2014-??-??
+1.0.11 / 2014-06-05
 ==================
   * Improve error when 'Class-Path' not in manifest (https://github.com/tntim96/JSCover/pull/135)
   * Don't try to cover empty condition in loop (https://github.com/tntim96/JSCover/issues/137)
diff --git a/JSCover.iml b/JSCover.iml
index 55c43c6..ebeeb71 100644
--- a/JSCover.iml
+++ b/JSCover.iml
@@ -11,7 +11,7 @@
       <src_folder value="file://$MODULE_DIR$/src/test-integration/resources" expected_position="5" />
     </src_description>
   </component>
-  <component name="NewModuleRootManager" inherit-compiler-output="false">
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5" inherit-compiler-output="false">
     <output url="file://$MODULE_DIR$/target/classes" />
     <output-test url="file://$MODULE_DIR$/target/test-classes" />
     <content url="file://$MODULE_DIR$">
diff --git a/doc/buzz.html b/doc/buzz.html
index 7b218a0..d823d58 100644
--- a/doc/buzz.html
+++ b/doc/buzz.html
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="js/util.js?v=1010"></script>
+<script type="text/javascript" src="js/util.js?v=1011"></script>
 
 <div class="textBlock">
     <p>
diff --git a/doc/contribute.html b/doc/contribute.html
index a9d0629..460cd2f 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="js/util.js?v=1010"></script>
+<script type="text/javascript" src="js/util.js?v=1011"></script>
 <h2>Contribute</h2>
 
 <p>
diff --git a/doc/downloads.html b/doc/downloads.html
index 9a1d801..26d4256 100644
--- a/doc/downloads.html
+++ b/doc/downloads.html
@@ -1,12 +1,9 @@
-<script type="text/javascript" src="js/util.js?v=1010"></script>
+<script type="text/javascript" src="js/util.js?v=1011"></script>
 <h2>Latest Release</h2>
 <h3>ZIP Release</h3>
 <p>
     The latest release is
-    <a href="http://sourceforge.net/projects/jscover/files/JSCover-1.0.10.zip/download" target="_blank">v1.0.10</a>.
-</p>
-<p>
-    This release contains bug fixes and better support for the Maven plugin.
+    <a href="http://sourceforge.net/projects/jscover/files/JSCover-1.0.11.zip/download" target="_blank">v1.0.10</a>.
 </p>
 <p>
     See the
@@ -22,14 +19,14 @@
             <div class="xmlBlock"><span class="xmlTag"><dependency></span><br/>
                     <span class="xmlTag"><</span><span class="xmlTag">groupId></span><span class="xmlValue">com.github.tntim96</span><span class="xmlTag"></groupId></span><br/>
                     <span class="xmlTag"><artifactId></span><span class="xmlValue">JSCover</span><span class="xmlTag"></artifactId></span><br/>
-                    <span class="xmlTag"><version></span><span class="xmlValue">1.0.10</span><span class="xmlTag"></version></span><br/>
+                    <span class="xmlTag"><version></span><span class="xmlValue">1.0.11</span><span class="xmlTag"></version></span><br/>
                 <span class="xmlTag"></dependency></span></div>
             </p>
         </td>
         <td>
             <h3>Gradle</h3>
             <p>
-            <div class="xmlBlock"><span class="xmlTag">'</span><span class="xmlValue">com.github.tntim96</span><span class="xmlTag">:</span><span class="xmlValue">JSCover</span><span class="xmlTag">:</span><span class="xmlValue">1.0.10</span><span class="xmlTag">'</span></div>
+            <div class="xmlBlock"><span class="xmlTag">'</span><span class="xmlValue">com.github.tntim96</span><span class="xmlTag">:</span><span class="xmlValue">JSCover</span><span class="xmlTag">:</span><span class="xmlValue">1.0.11</span><span class="xmlTag">'</span></div>
             </p>
         </td>
     </tr>
diff --git a/doc/examples.html b/doc/examples.html
index 69038b4..b69d053 100644
--- a/doc/examples.html
+++ b/doc/examples.html
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="js/util.js?v=1010"></script>
+<script type="text/javascript" src="js/util.js?v=1011"></script>
 
 <h2>Working Examples</h2>
 
diff --git a/doc/faq.html b/doc/faq.html
index 426238a..b56611d 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="js/util.js?v=1010"></script>
+<script type="text/javascript" src="js/util.js?v=1011"></script>
 <h2>FAQ</h2>
 
 <h3>Where is the encoding option?</h3>
diff --git a/doc/home.html b/doc/home.html
index 93ac15f..4d4c5da 100644
--- a/doc/home.html
+++ b/doc/home.html
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="js/util.js?v=1010"></script>
+<script type="text/javascript" src="js/util.js?v=1011"></script>
 <h2>JSCover</h2>
 <p>
     <a href="https://github.com/tntim96/JSCover" target="_blank">JSCover</a> is a tool that measures code coverage for JavaScript programs.
diff --git a/doc/index.html b/doc/index.html
index acb9bd5..e591cff 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -1,10 +1,10 @@
 <html>
 <head>
     <title>JSCover - JavaScript code coverage</title>
-    <link rel="stylesheet" type="text/css" href="css/style.css?v=1010">
+    <link rel="stylesheet" type="text/css" href="css/style.css?v=1011">
     <link href='http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,600italic,400italic' rel='stylesheet' type='text/css'>
     <script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
-    <script type="text/javascript" src="js/nav.js?v=1010"></script>
+    <script type="text/javascript" src="js/nav.js?v=1011"></script>
 
 </head>
 <body>
diff --git a/doc/js/nav.js b/doc/js/nav.js
index a088dd3..fcfca21 100644
--- a/doc/js/nav.js
+++ b/doc/js/nav.js
@@ -36,7 +36,7 @@ $(document).ready(function() {
     $('#container').html('<div style="position:relative"><h2>Loading...</h2></div>');
     var contentId = $(this).attr("id").replace('Link', '');
     $.ajax({
-      url: contentId + '.html?v=1010',
+      url: contentId + '.html?v=1011',
       dataType:'html',
       success: function(data) {
       $('#container').html(data+'<p> </p>');
diff --git a/doc/license.html b/doc/license.html
index 8d63d4d..b8ef2e9 100644
--- a/doc/license.html
+++ b/doc/license.html
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="js/util.js?v=1010"></script>
+<script type="text/javascript" src="js/util.js?v=1011"></script>
 <h2>License</h2>
 <p>
     GNU General Public License, version 2 in
diff --git a/doc/links.html b/doc/links.html
index e975710..d50b46c 100644
--- a/doc/links.html
+++ b/doc/links.html
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="js/util.js?v=1010"></script>
+<script type="text/javascript" src="js/util.js?v=1011"></script>
 <h2>Used by this project at runtime</h2>
 <table>
     <tr>
diff --git a/pom.xml b/pom.xml
index b6c36a9..6bced7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ http://github.com/tntim96/rhino/
     <artifactId>JSCover</artifactId>
     <packaging>jar</packaging>
     <name>JSCover</name>
-    <version>1.0.11-SNAPSHOT</version>
+    <version>1.0.11</version>
     <description>JSCover is a tool that measures code coverage for JavaScript programs.</description>
     <url>http://tntim96.github.com/JSCover/</url>
     <licenses>
diff --git a/src/main/resources/jscover/configuration.properties b/src/main/resources/jscover/configuration.properties
index 37fb242..16d78b6 100644
--- a/src/main/resources/jscover/configuration.properties
+++ b/src/main/resources/jscover/configuration.properties
@@ -1 +1 @@
-version=1.0.11-SNAPSHOT
\ No newline at end of file
+version=1.0.11
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jscover.git



More information about the pkg-java-commits mailing list