Update docs version to 1.2-SNAPSHOT
This commit is contained in:
parent
c2e3d94895
commit
ae9a13d6b5
5 changed files with 7 additions and 7 deletions
|
|
@ -37,7 +37,7 @@
|
|||
{%- endif -%}
|
||||
<h1 class="heading"><a href="{{ pathto('index') }}"><span>{{ shorttitle|e }}</span></a></h1>
|
||||
<h2 class="heading"><a href="{{ pathto('index') }}"><span>Version {{ version|e }}</span></a></h2>
|
||||
<h2 class="rightheading"><span><a href="http://akka.io/docs/akka/{{ version|e }}/Akka.pdf">PDF</a></span></h2>
|
||||
<h2 class="rightheading"><span><a href="http://akka.io/docs/akka/snapshot/Akka.pdf">PDF</a></span></h2>
|
||||
{%- endblock %}
|
||||
</div>
|
||||
<div class="topnav">
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ Akka Modules consist of add-on modules outside the core of Akka:
|
|||
- ``akka-spring-1.1.jar`` -- Spring framework integration
|
||||
- ``akka-osgi-dependencies-bundle-1.1.jar`` -- OSGi support
|
||||
|
||||
Documentation for Akka Modules is located `here <http://akka.io/docs/akka-modules/1.1/>`_.
|
||||
Documentation for Akka Modules is located `here <http://akka.io/docs/akka-modules/snapshot/>`_.
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ exclude_patterns = ['_build', 'pending', 'disabled']
|
|||
|
||||
project = u'Akka'
|
||||
copyright = u'2009-2011, Scalable Solutions AB'
|
||||
version = '1.1'
|
||||
release = '1.1'
|
||||
version = '1.2-SNAPSHOT'
|
||||
release = '1.2-SNAPSHOT'
|
||||
|
||||
pygments_style = 'simple'
|
||||
highlight_language = 'scala'
|
||||
|
|
|
|||
|
|
@ -124,8 +124,8 @@ convenient.
|
|||
For example, building Akka as above is more commonly done like this::
|
||||
|
||||
% sbt
|
||||
[info] Building project akka 1.1-SNAPSHOT against Scala 2.9.0
|
||||
[info] using AkkaParentProject with sbt 0.7.6.RC0 and Scala 2.7.7
|
||||
[info] Building project akka 1.2-SNAPSHOT against Scala 2.9.0
|
||||
[info] using AkkaParentProject with sbt 0.7.6 and Scala 2.7.7
|
||||
> update
|
||||
[info]
|
||||
[info] == akka-actor / update ==
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Links
|
|||
|
||||
* :ref:`other-doc`
|
||||
|
||||
* `Akka Modules Documentation <http://akka.io/docs/akka-modules/1.1/>`_
|
||||
* `Akka Modules Documentation <http://akka.io/docs/akka-modules/snapshot/>`_
|
||||
|
||||
* :ref:`issue_tracking`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue