Skip to content

Commit beff35e

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

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
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.2-SNAPSHOT</version>
9+
<version>1.2.0</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</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</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</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</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</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</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</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</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</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</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</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</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</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</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</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</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</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</version>
1515
<packaging>pom</packaging>
1616
<name>Web modules</name>
1717

0 commit comments

Comments
 (0)