Skip to content
GitLab
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
d81138b3
Commit
d81138b3
authored
May 31, 2017
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release geo-tools-0.2
parent
4859a8ea
Changes
3
Hide whitespace changes
Inline
Side-by-side
genesys-geotools/pom.xml
View file @
d81138b3
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<version>
0.2
-SNAPSHOT
</version>
<version>
0.2
</version>
</parent>
<artifactId>
genesys-geotools
</artifactId>
<name>
Genesys Geo Tools library
</name>
...
...
@@ -34,7 +33,8 @@
<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>
</scm>
<tag>
geo-tools-0.2
</tag>
</scm>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -59,17 +59,17 @@
<dependency>
<groupId>
org.geotools
</groupId>
<artifactId>
gt-shapefile
</artifactId>
<version>
${geotools.version}
</version>
<version>
15.4
</version>
</dependency>
<dependency>
<groupId>
org.geotools
</groupId>
<artifactId>
gt-cql
</artifactId>
<version>
${geotools.version}
</version>
<version>
15.4
</version>
</dependency>
<dependency>
<groupId>
org.geotools
</groupId>
<artifactId>
gt-epsg-wkt
</artifactId>
<version>
${geotools.version}
</version>
<version>
15.4
</version>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
...
...
geotools-cli/pom.xml
View file @
d81138b3
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<version>
0.2
-SNAPSHOT
</version>
<version>
0.2
</version>
</parent>
<artifactId>
geotools-cli
</artifactId>
<name>
Genesys Geo Tools
</name>
...
...
@@ -34,7 +33,8 @@
<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>
</scm>
<tag>
geo-tools-0.2
</tag>
</scm>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
...
@@ -54,7 +54,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-geotools
</artifactId>
<version>
0.2
-SNAPSHOT
</version>
<version>
0.2
</version>
</dependency>
<!-- <dependency>
<groupId>org.geotools</groupId>
...
...
pom.xml
View file @
d81138b3
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
geo-tools
</artifactId>
<version>
0.2
-SNAPSHOT
</version>
<version>
0.2
</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-0.2
</tag>
</scm>
<developers>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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