Skip to content

Commit

Permalink
Set version to 1.0-RC3
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Roldan <[email protected]>
  • Loading branch information
Gabriel Roldan committed Aug 3, 2016
1 parent 8d0448d commit 36e66e1
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 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.0'
# The full version, including alpha/beta/rc tags.
release = '1.0-RC2'
release = '1.0-RC3'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '1.0'
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.0'
# The full version, including alpha/beta/rc tags.
release = '1.0-RC2'
release = '1.0-RC3'

# 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.0'
# The full version, including alpha/beta/rc tags.
release = '1.0-RC2'
release = '1.0-RC3'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '1.0'
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 @@ -48,7 +48,7 @@
# built documents.
#
# The short X.Y version.
version = '1.0-RC2'
version = '1.0-RC3'
# The full version, including alpha/beta/rc tags.
release = '1.0'

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.0-SNAPSHOT</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</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.0-SNAPSHOT</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/osm/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.0-RC2</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</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.0-SNAPSHOT</version>
<version>1.0-RC3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/storage/bdbje/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.0-RC2</version>
<version>1.0-RC3</version>
</parent>

<groupId>org.locationtech.geogig</groupId>
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.0-RC2</version>
<version>1.0-RC3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>storage</artifactId>
<version>1.0-RC2</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</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.0-SNAPSHOT</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</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.0-RC2</version>
<version>1.0-RC3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>web</artifactId>
<version>1.0-RC2</version>
<version>1.0-RC3</version>
<packaging>pom</packaging>
<name>Web modules</name>

Expand Down

0 comments on commit 36e66e1

Please sign in to comment.