Skip to content

Commit

Permalink
Release 1.1-beta1
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Merkle <[email protected]>
  • Loading branch information
Erik Merkle committed May 2, 2017
1 parent e7cbe2b commit 8ab74cc
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 19 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Project Lead: [Gabriel Roldan](https://github.com/groldan)

Status:

A 1.1-beta2 version has been released and it is available for [download](https://github.com/locationtech/geogig/releases/tag/v1.1-beta2).

A 1.1-beta1 version has been released and it is available for [download](https://github.com/locationtech/geogig/releases/tag/v1.1-beta1).

A 1.0 version has been released and it is available for download, with a full commandline interface to import data and work with repositories.
Expand All @@ -29,7 +31,7 @@ GeoGig is proudly open source:
Download
--------

The latest beta version [Version 1.1-beta1](https://github.com/locationtech/geogig/releases/tag/v1.1-beta1) is available on GitHub.
The latest beta version [Version 1.1-beta2](https://github.com/locationtech/geogig/releases/tag/v1.1-beta2) is available on GitHub.

The latest release [Version 1.0](https://github.com/locationtech/geogig/releases/tag/v1.0) is available on GitHub.

Expand Down
14 changes: 14 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
GeoGig 1.1-beta2 Release Notes
==============================

May 2, 2017.

This release is primarily a bug fix release. Notable changes since 1.1-beta1 are:

* Performance improvements to internal threading.
* Fix a bug in updating quadtrees.
* Fix a bug when retrieving repository logs for very old ancestors with large numbers of commits.
* Enable and fix bugs around the ability to cancel many GeoGig operations.
* Fix a bug in export-diff where incorrect commit IDs were sometimes being used.
* Add and enhance concurrency testing.

GeoGig 1.1-beta1 Release Notes
==============================

Expand Down
2 changes: 1 addition & 1 deletion src/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/cli-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/geotools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<packaging>pom</packaging>
<name>GeoGig</name>

Expand Down
2 changes: 1 addition & 1 deletion src/ql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>storage</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<packaging>pom</packaging>
<name>Storage backends</name>

Expand Down
2 changes: 1 addition & 1 deletion src/storage/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>storage</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
</parent>

<groupId>org.locationtech.geogig</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/storage/rocksdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>storage</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
</parent>

<groupId>org.locationtech.geogig</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/web/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>web</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/web/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>web</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/web/functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>web</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>web</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta2</version>
<packaging>pom</packaging>
<name>Web modules</name>

Expand Down

0 comments on commit 8ab74cc

Please sign in to comment.