Skip to content

Commit

Permalink
Set version to 1.4.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Dec 20, 2019
1 parent a832554 commit 738821d
Show file tree
Hide file tree
Showing 34 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions doc/manpages/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3-SNAPSHOT'
release = '1.4-SNAPSHOT'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '1.3'
release = '1.4'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
6 changes: 3 additions & 3 deletions doc/manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
# built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3-SNAPSHOT'
release = '1.4-SNAPSHOT'

# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '1.3'
release = '1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions doc/technical/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
# built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3-SNAPSHOT'
release = '1.4-SNAPSHOT'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '1.3'
release = '1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/upgrade/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3-SNAPSHOT'
release = '1.4-SNAPSHOT'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions doc/workshops/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.3'
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.3-SNAPSHOT'
release = '1.4-SNAPSHOT'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-api</artifactId>
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-cli-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-cli-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/cli/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-cli-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-cli-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/cli/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-cli-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

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

<artifactId>geogig-cli-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/cli/remoting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig-cli-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>
<artifactId>geogig-cli-remoting</artifactId>
<name>geogig-cli-remoting</name>
Expand Down
2 changes: 1 addition & 1 deletion src/cli/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>geogig-cli-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-cli-pg-storage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-core</artifactId>
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.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-datastore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/experimental/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-experimental</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

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

<artifactId>geogig-experimental</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/experimental/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-experimental</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-ql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/experimental/scripting/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-experimental</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-scripting</artifactId>
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.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-geotools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/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.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
<packaging>pom</packaging>
<name>GeoGig Root</name>
<description>Parent pom providing dependency and plugin management for all geogig modules</description>
Expand Down
2 changes: 1 addition & 1 deletion src/pullrequests/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.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-pullrequests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/remoting/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.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-remoting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/storage/cache/caffeine/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-storage-cache</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-cache-caffeine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/storage/cache/guava/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-storage-cache</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-cache-guava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/storage/cache/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-storage</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-storage-cache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/storage/flatbuffers/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-storage</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-flatbuffers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/storage/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.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-storage</artifactId>
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>geogig-storage</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-postgres</artifactId>
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>geogig-storage</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-rocksdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/storage/temporary-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>geogig-storage</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-temporary-storage-rocksdb</artifactId>
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>geogig-web</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-web-api</artifactId>
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>geogig-web</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-web-app</artifactId>
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>geogig-web</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-web-api-functional-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/web/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.4-SNAPSHOT</version>
<version>1.4.0-beta.1</version>
</parent>

<artifactId>geogig-web</artifactId>
Expand Down

0 comments on commit 738821d

Please sign in to comment.