Skip to content

Commit 4f29d9c

Browse files
committed
0.10 beta-1 release preparation
1 parent fed8eb5 commit 4f29d9c

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

grails-doc/src/doc.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
title=The GPars Project
1818
subtitle=Groovy Parallel Systems
19-
version=0.10-SNAPSHOT
19+
version=0.10-beta-1
2020
authors=The whole GPars gang
2121
copyright=Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.
2222
footer=tackling the complexity of concurrent programming with Groovy

grails-doc/src/guide/2.4 What's new.gdoc

+2
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ h3. Safe
5050

5151
h3. Other
5252

53+
* Dependency on Jetty has been made optional
54+
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1+
// GPars (formerly GParallelizer)
2+
//
3+
// Copyright © 2008-10 The original author or authors
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
117
package groovyx.gpars.samples.safe
18+

0 commit comments

Comments
 (0)