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

0 commit comments

Comments
 (0)