This is an automated email from the git hooks/post-receive script. sylvestre pushed a commit to branch master in repository jscover.
commit 0e6506968bc0cecba96897697afc57764d0e6ac3 Author: tntim96 <[email protected]> Date: Wed Jul 2 21:01:56 2014 +1000 1.0.12 release --- History.md | 2 +- bookmarks.html | 17 +++++++++++++++++ doc/buzz.html | 2 +- doc/contribute.html | 2 +- doc/downloads.html | 8 ++++---- 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, 34 insertions(+), 17 deletions(-) diff --git a/History.md b/History.md index 7c0ba50..4aa6ba5 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -1.0.12 / 2014-??-?? +1.0.12 / 2014-07-02 ================== * Add `--save-json-only` to only save coverage data (https://github.com/tntim96/JSCover/issues/142) * Allow merging if no `original-src` directory exists (https://github.com/tntim96/JSCover/issues/142) diff --git a/bookmarks.html b/bookmarks.html index 190c6c6..35a6060 100644 --- a/bookmarks.html +++ b/bookmarks.html @@ -91,5 +91,22 @@ document.write('<a href="'+link+'" target="_blank">All Downloads</a><br/>'); //--> </script> +<h1>Release Steps</h1> +<ol> + <li>Update release version (i.e. no `-SNAPSHOT`) in configuration.properties and pom.xml</li> + <li>Update version in web pages and download links and labels</li> + <li>Update release date in History.md</li> + <li>Make sure working directory is clear of changes</li> + <li>Make sure all tests pass and build sourceforge release (ant release)</li> + <li>Tag with version</li> + <li>Upload sourceforge release</li> + <li>Build Maven files (ant generate-files)</li> + <li>Sign files (gpg -ab filename)</li> + <li>Build Maven bundle (ant maven-bundle), test and release</li> + <li>Upload websites</li> + <li>Update snapshot version in configuration.properties and pom.xml</li> + <li>Update JSCover-maven-plugin</li> +</ol> + </body> </html> diff --git a/doc/buzz.html b/doc/buzz.html index 03a94fa..a0d554c 100644 --- a/doc/buzz.html +++ b/doc/buzz.html @@ -1,4 +1,4 @@ -<script type="text/javascript" src="js/util.js?v=1011c"></script> +<script type="text/javascript" src="js/util.js?v=1012"></script> <div class="textBlock"> <p> diff --git a/doc/contribute.html b/doc/contribute.html index 1d72fd6..f5b5792 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -1,4 +1,4 @@ -<script type="text/javascript" src="js/util.js?v=1011c"></script> +<script type="text/javascript" src="js/util.js?v=1012"></script> <h2>Contribute</h2> <p> diff --git a/doc/downloads.html b/doc/downloads.html index 8213113..cbec567 100644 --- a/doc/downloads.html +++ b/doc/downloads.html @@ -1,9 +1,9 @@ -<script type="text/javascript" src="js/util.js?v=1011c"></script> +<script type="text/javascript" src="js/util.js?v=1012"></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.11.zip/download" target="_blank">v1.0.11</a>. + <a href="http://sourceforge.net/projects/jscover/files/JSCover-1.0.12.zip/download" target="_blank">v1.0.12</a>. </p> <p> See the @@ -19,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.11</span><span class="xmlTag"></version></span><br/> + <span class="xmlTag"><version></span><span class="xmlValue">1.0.12</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.11</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.12</span><span class="xmlTag">'</span></div> </p> </td> </tr> diff --git a/doc/examples.html b/doc/examples.html index 57855f5..9076a5f 100644 --- a/doc/examples.html +++ b/doc/examples.html @@ -1,4 +1,4 @@ -<script type="text/javascript" src="js/util.js?v=1011c"></script> +<script type="text/javascript" src="js/util.js?v=1012"></script> <h2>Working Examples</h2> diff --git a/doc/faq.html b/doc/faq.html index 4e6dc17..1441b0c 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -1,4 +1,4 @@ -<script type="text/javascript" src="js/util.js?v=1011c"></script> +<script type="text/javascript" src="js/util.js?v=1012"></script> <h2>FAQ</h2> <h3>Where is the encoding option?</h3> diff --git a/doc/home.html b/doc/home.html index 76cbe0f..5e6de37 100644 --- a/doc/home.html +++ b/doc/home.html @@ -1,4 +1,4 @@ -<script type="text/javascript" src="js/util.js?v=1011c"></script> +<script type="text/javascript" src="js/util.js?v=1012"></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 b9c0e2d..c521992 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=1011c"> + <link rel="stylesheet" type="text/css" href="css/style.css?v=1012"> <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=1011c"></script> + <script type="text/javascript" src="js/nav.js?v=1012"></script> </head> <body> <div id="wrapper"> diff --git a/doc/js/nav.js b/doc/js/nav.js index ebcdc5c..b1605d0 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=1011c', + url: contentId + '.html?v=1012', dataType:'html', success: function(data) { $('#container').html(data+'<p> </p>'); diff --git a/doc/license.html b/doc/license.html index 866e0bc..aba0c12 100644 --- a/doc/license.html +++ b/doc/license.html @@ -1,4 +1,4 @@ -<script type="text/javascript" src="js/util.js?v=1011c"></script> +<script type="text/javascript" src="js/util.js?v=1012"></script> <h2>License</h2> <p> GNU General Public License, version 2 in diff --git a/doc/links.html b/doc/links.html index 5de0ea3..468bd8c 100644 --- a/doc/links.html +++ b/doc/links.html @@ -1,4 +1,4 @@ -<script type="text/javascript" src="js/util.js?v=1011c"></script> +<script type="text/javascript" src="js/util.js?v=1012"></script> <h2>Used by this project at runtime</h2> <table> <tr> diff --git a/pom.xml b/pom.xml index 1befa25..f856faa 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.12-SNAPSHOT</version> + <version>1.0.12</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 4be61e6..3e862dc 100644 --- a/src/main/resources/jscover/configuration.properties +++ b/src/main/resources/jscover/configuration.properties @@ -1 +1 @@ -version=1.0.12-SNAPSHOT \ No newline at end of file +version=1.0.12 \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jscover.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

