Skip to content

Commit aaa213b

Browse files
author
Gabriel Roldan
committed
Set version to 1.4.0-alpha2
Signed-off-by: Gabriel Roldan <groldan@boundlessgeo.com>
1 parent 8672764 commit aaa213b

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
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.4-SNAPSHOT</version>
9+
<version>1.4.0-alpha-2</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-cli-parent</artifactId>
9-
<version>1.4-SNAPSHOT</version>
9+
<version>1.4.0-alpha-2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

src/cli/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-cli-parent</artifactId>
9-
<version>1.4-SNAPSHOT</version>
9+
<version>1.4.0-alpha-2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

src/cli/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-cli-parent</artifactId>
9-
<version>1.4-SNAPSHOT</version>
9+
<version>1.4.0-alpha-2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

src/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.locationtech.geogig</groupId>
77
<artifactId>geogig</artifactId>
8-
<version>1.4-SNAPSHOT</version>
8+
<version>1.4.0-alpha-2</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

src/cli/remoting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.locationtech.geogig</groupId>
77
<artifactId>geogig-cli-parent</artifactId>
8-
<version>1.4-SNAPSHOT</version>
8+
<version>1.4.0-alpha-2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>geogig-cli-remoting</artifactId>

src/cli/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>geogig-cli-parent</artifactId>
9-
<version>1.4-SNAPSHOT</version>
9+
<version>1.4.0-alpha-2</version>
1010
<relativePath>../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.4-SNAPSHOT</version>
9+
<version>1.4.0-alpha-2</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.4-SNAPSHOT</version>
9+
<version>1.4.0-alpha-2</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.4-SNAPSHOT</version>
9+
<version>1.4.0-alpha-2</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)