Skip to content

Commit 636a759

Browse files
author
Erik Merkle
committed
Set version to 1.2.0-RC1
Signed-off-by: Erik Merkle <emerkle@boundlessgeo.com>
1 parent cb37ad6 commit 636a759

File tree

22 files changed

+24
-24
lines changed

22 files changed

+24
-24
lines changed

doc/manpages/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
# The short X.Y version.
100100
version = '1.2'
101101
# The full version, including alpha/beta/rc tags.
102-
release = '1.2-SNAPSHOT'
102+
release = '1.2.0-RC1'
103103
# Users don't need to see the "SNAPSHOT" notation when it's there
104104
if release.find('SNAPSHOT') != -1:
105105
release = '1.2'

doc/manual/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '1.2'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.2-SNAPSHOT'
54+
release = '1.2.0-RC1'
5555

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

doc/technical/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '1.2'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.2-SNAPSHOT'
54+
release = '1.2.0-RC1'
5555
# Users don't need to see the "SNAPSHOT" notation when it's there
5656
if release.find('SNAPSHOT') != -1:
5757
release = '1.2'

doc/upgrade/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# The short X.Y version.
5050
version = '1.2'
5151
# The full version, including alpha/beta/rc tags.
52-
release = '1.2-SNAPSHOT'
52+
release = '1.2.0-RC1'
5353

5454
# The language for content autogenerated by Sphinx. Refer to documentation
5555
# for a list of supported languages.

doc/workshops/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.2-SNAPSHOT'
53+
release = '1.2.0-RC1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

src/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/cli-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/geotools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.locationtech.geogig</groupId>
77
<artifactId>geogig</artifactId>
8-
<version>1.2-SNAPSHOT</version>
8+
<version>1.2.0-RC1</version>
99
<packaging>pom</packaging>
1010
<name>GeoGig</name>
1111

src/ql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/remoting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

src/storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>storage</artifactId>
14-
<version>1.2-SNAPSHOT</version>
14+
<version>1.2.0-RC1</version>
1515
<packaging>pom</packaging>
1616
<name>Storage backends</name>
1717

src/storage/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>storage</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
</parent>
1111

1212
<groupId>org.locationtech.geogig</groupId>

src/storage/rocksdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>storage</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
</parent>
1111

1212
<groupId>org.locationtech.geogig</groupId>

src/web/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>web</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

src/web/app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>web</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

src/web/functional/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>web</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

src/web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.locationtech.geogig</groupId>
88
<artifactId>geogig</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.2.0-RC1</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>web</artifactId>
14-
<version>1.2-SNAPSHOT</version>
14+
<version>1.2.0-RC1</version>
1515
<packaging>pom</packaging>
1616
<name>Web modules</name>
1717

0 commit comments

Comments
 (0)