From e6d07ca2e0a3c8f58fed2d8b4bde5e08ec37555d Mon Sep 17 00:00:00 2001 From: circlespainter Date: Wed, 1 Jul 2015 17:44:19 +0300 Subject: [PATCH] Prepare release 0.4.0 --- .travis.yml | 2 +- README.md | 4 ++-- build.gradle | 2 +- comsat-httpkit/project.clj | 2 +- comsat-ring-jetty9/project.clj | 2 +- docs/_config.yml | 2 +- docs/index.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index fdccfa47..59ad1b48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ branches: env: global: - secure: "I8awdba2QYgO+vKmbsIa10L7dGPpcvt/l0sfE+NH2On4ZtBFuX7X4tFncmWizHhrqa0xvoAEl8hZFZ6+RjbAOzd9kDLfdHevLVv6z8VQusvY58GbAHPP0h4yd4PA0YsSeiLv1F7X7bCH6weZo16t42lVh4NrAS2XHqSOOvMyAWo=" - - DOCS_BRANCH="0.3.0" + - DOCS_BRANCH="release" - GEN_APIDOCS="gradle javadoc" after_success: diff --git a/README.md b/README.md index 048787e5..b5ddbe19 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # *COMSAT*
Scalable, Concurrent Web Apps -[![Build Status](http://img.shields.io/travis/puniverse/comsat.svg?style=flat)](https://travis-ci.org/puniverse/comsat) [![Dependency Status](https://www.versioneye.com/user/projects/52dfc913ec1375318800039f/badge.png?style=flat)](https://www.versioneye.com/user/projects/52dfc913ec1375318800039f) [![Version](http://img.shields.io/badge/version-0.3.0-blue.svg?style=flat)](https://github.com/puniverse/comsat/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html) [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl.html) +[![Build Status](http://img.shields.io/travis/puniverse/comsat.svg?style=flat)](https://travis-ci.org/puniverse/comsat) [![Dependency Status](https://www.versioneye.com/user/projects/52dfc913ec1375318800039f/badge.png?style=flat)](https://www.versioneye.com/user/projects/52dfc913ec1375318800039f) [![Version](http://img.shields.io/badge/version-0.4.0-blue.svg?style=flat)](https://github.com/puniverse/comsat/releases) [![License](http://img.shields.io/badge/license-EPL-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html) [![License](http://img.shields.io/badge/license-LGPL-blue.svg?style=flat)](https://www.gnu.org/licenses/lgpl.html) ## Getting started @@ -9,7 +9,7 @@ In Maven: co.paralleluniverse ARTIFACT - 0.4.0-SNAPSHOT + 0.4.0 ``` diff --git a/build.gradle b/build.gradle index c0567ea7..3ff2a3c7 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ subprojects { [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' group = "co.paralleluniverse" - version = "0.4.0-SNAPSHOT" + version = "0.4.0" status = "integration" description = "Fibers services for web" diff --git a/comsat-httpkit/project.clj b/comsat-httpkit/project.clj index cd2ac096..da5248db 100644 --- a/comsat-httpkit/project.clj +++ b/comsat-httpkit/project.clj @@ -1,4 +1,4 @@ -(defproject co.paralleluniverse/comsat-clj-http "0.4.0-SNAPSHOT" +(defproject co.paralleluniverse/comsat-clj-http "0.4.0" :description "'clj-http' Quasar integration based on 'comsat-httpclient'." :url "https://github.com/puniverse/comsat" diff --git a/comsat-ring-jetty9/project.clj b/comsat-ring-jetty9/project.clj index d7508bc8..9d289fd3 100644 --- a/comsat-ring-jetty9/project.clj +++ b/comsat-ring-jetty9/project.clj @@ -1,4 +1,4 @@ -(defproject co.paralleluniverse/comsat-ring-jetty9 "0.4.0-SNAPSHOT" +(defproject co.paralleluniverse/comsat-ring-jetty9 "0.4.0" :description "Comsat integration for the Ring Clojure web framework: Jetty 9 fiber-blocking adapter." :url "https://github.com/puniverse/comsat" :scm {:name "git" :url "https://github.com/puniverse/comsat"} diff --git a/docs/_config.yml b/docs/_config.yml index 250810b7..cfa567ef 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,7 +6,7 @@ baseurl: /comsat # Site globals used throughout docs. project: Comsat -version: 0.3.0 +version: 0.4.0 github: puniverse/comsat google_group: "https://groups.google.com/forum/#!forum/comsat-user" tagline: "Scalable web application libraries" diff --git a/docs/index.md b/docs/index.md index 1617a703..019ce729 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ Comsat does provide one new API that you may choose to use: Web Actors. Web acto ## News -### TBBD +### July 1, 2015 COMSAT [0.4.0](https://github.com/puniverse/comsat/releases/tag/v0.4.0) has been released.