Skip to content

Commit

Permalink
Update trunk version to 1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1587920 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jukka committed Apr 16, 2014
1 parent b487e75 commit a99fd6e
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 31 deletions.
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Jackrabbit Oak
Copyright 2013 The Apache Software Foundation
Copyright 2014 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
Jackrabbit Oak - the next generation content repository
=======================================================

Jackrabbit Oak is an effort to implement a scalable and performant
hierarchical content repository for use as the foundation of modern
world-class web sites and other demanding content applications.
Jackrabbit Oak is a scalable, high-performance hierarchical content
repository designed for use as the foundation of modern world-class
web sites and other demanding content applications.

The Oak effort is a part of the Apache Jackrabbit project.
Apache Jackrabbit is a project of the Apache Software Foundation.

Oak is currently alpha-level software. Use at your own risk with no
stability or compatibility guarantees.

Getting Started
---------------

Expand Down Expand Up @@ -78,7 +75,7 @@ License

(see [LICENSE.txt](LICENSE.txt) for full license details)

Collective work: Copyright 2013 The Apache Software Foundation.
Collective work: Copyright 2014 The Apache Software Foundation.

Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
Expand All @@ -94,4 +91,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release Notes -- Apache Jackrabbit Oak -- Version 0.20.0
Release Notes -- Apache Jackrabbit Oak -- Version 1.1.0

Introduction
------------
Expand Down
2 changes: 1 addition & 1 deletion oak-auth-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-auth-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>oak-parent</artifactId>
<groupId>org.apache.jackrabbit</groupId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion oak-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-it/mk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-it/osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-jcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-mk-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-mk-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-mk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<name>Oak Parent POM</name>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion oak-pojosr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-solr-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-solr-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oak-upgrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>../oak-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-parent</artifactId>
<version>0.21.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<relativePath>oak-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a99fd6e

Please sign in to comment.