Skip to content

Commit 1626485

Browse files
author
Gabriel Roldan
committed
Set version to 1.0-RC4
Signed-off-by: Gabriel Roldan <[email protected]>
1 parent e61c85a commit 1626485

File tree

20 files changed

+22
-22
lines changed

20 files changed

+22
-22
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.0'
101101
# The full version, including alpha/beta/rc tags.
102-
release = '1.0-RC3'
102+
release = '1.0-RC4'
103103
# Users don't need to see the "SNAPSHOT" notation when it's there
104104
if release.find('SNAPSHOT') != -1:
105105
release = '1.0'

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.0'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.0-RC3'
54+
release = '1.0-RC4'
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.0'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.0-RC3'
54+
release = '1.0-RC4'
5555
# Users don't need to see the "SNAPSHOT" notation when it's there
5656
if release.find('SNAPSHOT') != -1:
5757
release = '1.0'

doc/workshops/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.0-RC3'
51+
version = '1.0-RC4'
5252
# The full version, including alpha/beta/rc tags.
5353
release = '1.0'
5454

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.0-RC3</version>
9+
<version>1.0-RC4</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.0-RC3</version>
9+
<version>1.0-RC4</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.0-RC3</version>
9+
<version>1.0-RC4</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.0-RC3</version>
9+
<version>1.0-RC4</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.0-RC3</version>
9+
<version>1.0-RC4</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.0-RC3</version>
9+
<version>1.0-RC4</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)