Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Geo Tools
Commits
fea69a97
Commit
fea69a97
authored
Sep 19, 2017
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release geo-tools-1.0
parent
a1debfef
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fea69a97
...
...
@@ -27,7 +27,7 @@ publish maven artifacts:
before_script
:
-
echo "${GPG_KEY_SECRET}" | gpg --batch --import
-
gpg --list-keys
-
export GPG_TTY=$(tty)
# gpg: signing failed: Inappropriate ioctl for device
-
gpg --version
# gpg: signing failed: Inappropriate ioctl for device
script
:
-
mvn -P release clean deploy --settings .ci-maven-settings.xml -B -U
only
:
...
...
genesys-geotools/pom.xml
View file @
fea69a97
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<artifactId>
genesys-geotools
</artifactId>
<name>
Genesys Geo Tools library
</name>
...
...
@@ -33,7 +33,7 @@
<connection>
https://bitbucket.org/genesys2/genesys-geo-tools.git
</connection>
<developerConnection>
scm:git:git@bitbucket.org:genesys2/genesys-geo-tools.git
</developerConnection>
<url>
git@bitbucket.org:genesys2/genesys-geo-tools.git
</url>
<tag>
HEAD
</tag>
<tag>
geo-tools-1.0
</tag>
</scm>
<properties>
...
...
@@ -59,17 +59,17 @@
<dependency>
<groupId>
org.geotools
</groupId>
<artifactId>
gt-shapefile
</artifactId>
<version>
17
-SNAPSHOT
</version>
<version>
17
.2
</version>
</dependency>
<dependency>
<groupId>
org.geotools
</groupId>
<artifactId>
gt-cql
</artifactId>
<version>
17
-SNAPSHOT
</version>
<version>
17
.2
</version>
</dependency>
<dependency>
<groupId>
org.geotools
</groupId>
<artifactId>
gt-epsg-wkt
</artifactId>
<version>
17
-SNAPSHOT
</version>
<version>
17
.2
</version>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
...
...
geotools-cli/pom.xml
View file @
fea69a97
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</parent>
<artifactId>
geotools-cli
</artifactId>
<name>
Genesys Geo Tools
</name>
...
...
@@ -33,7 +33,7 @@
<connection>
https://bitbucket.org/genesys2/genesys-geo-tools.git
</connection>
<developerConnection>
scm:git:git@bitbucket.org:genesys2/genesys-geo-tools.git
</developerConnection>
<url>
git@bitbucket.org:genesys2/genesys-geo-tools.git
</url>
<tag>
HEAD
</tag>
<tag>
geo-tools-1.0
</tag>
</scm>
<properties>
...
...
@@ -54,7 +54,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-geotools
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
</dependency>
<!-- <dependency>
<groupId>org.geotools</groupId>
...
...
pom.xml
View file @
fea69a97
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<version>
1.0
-SNAPSHOT
</version>
<version>
1.0
</version>
<packaging>
pom
</packaging>
<name>
Genesys GEO tools
</name>
<url>
https://gitlab.croptrust.org/genesys-pgr/geo-tools
</url>
...
...
@@ -44,7 +44,7 @@
<connection>
https://gitlab.croptrust.org/genesys-pgr/geo-tools.git
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/geo-tools.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/geo-tools.git
</url>
<tag>
HEAD
</tag>
<tag>
geo-tools-1.0
</tag>
</scm>
<developers>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment