Skip to content

Commit

Permalink
Set version to 1.2.0-RC1
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Merkle <emerkle@boundlessgeo.com>
  • Loading branch information
Erik Merkle committed Oct 18, 2017
1 parent cb37ad6 commit 636a759
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion doc/manpages/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2-SNAPSHOT'
release = '1.2.0-RC1'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '1.2'
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2-SNAPSHOT'
release = '1.2.0-RC1'

# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
Expand Down
2 changes: 1 addition & 1 deletion doc/technical/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2-SNAPSHOT'
release = '1.2.0-RC1'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '1.2'
Expand Down
2 changes: 1 addition & 1 deletion doc/upgrade/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2-SNAPSHOT'
release = '1.2.0-RC1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/workshops/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2-SNAPSHOT'
release = '1.2.0-RC1'

# 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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>storage</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</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.2-SNAPSHOT</version>
<version>1.2.0-RC1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>web</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0-RC1</version>
<packaging>pom</packaging>
<name>Web modules</name>

Expand Down

0 comments on commit 636a759

Please sign in to comment.