Skip to content

Commit 71897c9

Browse files
author
Erik Merkle
committed
Set version to 1.1.1-RC2
Signed-off-by: Erik Merkle <emerkle@boundlessgeo.com>
1 parent c65178b commit 71897c9

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

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.1-SNAPSHOT</version>
9+
<version>1.1.1-RC2</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.1-SNAPSHOT</version>
9+
<version>1.1.1-RC2</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.1-SNAPSHOT</version>
9+
<version>1.1.1-RC2</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.1-SNAPSHOT</version>
9+
<version>1.1.1-RC2</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.1-SNAPSHOT</version>
9+
<version>1.1.1-RC2</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.1-SNAPSHOT</version>
9+
<version>1.1.1-RC2</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.1-SNAPSHOT</version>
9+
<version>1.1.1-RC2</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.1-SNAPSHOT</version>
8+
<version>1.1.1-RC2</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.1-SNAPSHOT</version>
9+
<version>1.1.1-RC2</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.1-SNAPSHOT</version>
9+
<version>1.1.1-RC2</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>storage</artifactId>
14-
<version>1.1-SNAPSHOT</version>
14+
<version>1.1.1-RC2</version>
1515
<packaging>pom</packaging>
1616
<name>Storage backends</name>
1717

0 commit comments

Comments
 (0)