Skip to content

Commit

Permalink
Set version to 1.1-beta1
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Roldan <groldan@boundlessgeo.com>
  • Loading branch information
Gabriel Roldan committed Apr 18, 2017
1 parent a5c8747 commit 2214a4c
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/cli-app/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/cli/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/datastore/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/geotools/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/gui/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/parent/pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<packaging>pom</packaging>
<name>GeoGig</name>

Expand Down
2 changes: 1 addition & 1 deletion src/ql/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/storage/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>storage</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<packaging>pom</packaging>
<name>Storage backends</name>

Expand Down
2 changes: 1 addition & 1 deletion src/storage/postgres/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>storage</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
</parent>

<groupId>org.locationtech.geogig</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/storage/rocksdb/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>storage</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
</parent>

<groupId>org.locationtech.geogig</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/web/api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>web</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/web/app/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>web</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/web/functional/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>web</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions src/web/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.locationtech.geogig</groupId>
<artifactId>geogig</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>web</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-beta1</version>
<packaging>pom</packaging>
<name>Web modules</name>

Expand Down

0 comments on commit 2214a4c

Please sign in to comment.