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
Andrey Lugovskiy
Taxonomy Tools
Commits
f087813e
Commit
f087813e
authored
May 19, 2016
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release taxonomy-tools-0.1
parent
e5176a4e
Changes
3
Hide whitespace changes
Inline
Side-by-side
gringlobal-taxonomy/pom.xml
View file @
f087813e
...
...
@@ -14,14 +14,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
taxonomy-tools
</artifactId>
<version>
0.1
-SNAPSHOT
</version>
<version>
0.1
</version>
</parent>
<artifactId>
gringlobal-taxonomy
</artifactId>
<name>
GRIN-Global Taxonomy reader
</name>
...
...
pom.xml
View file @
f087813e
...
...
@@ -14,13 +14,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
taxonomy-tools
</artifactId>
<version>
0.1
-SNAPSHOT
</version>
<version>
0.1
</version>
<packaging>
pom
</packaging>
<name>
Taxonomy tools
</name>
<url>
https://gitlab.croptrust.org/genesys-pgr/taxonomy-tools
</url>
...
...
@@ -46,7 +44,7 @@
<connection>
https://gitlab.croptrust.org/genesys-pgr/taxonomy-tools.git
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/taxonomy-tools.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/taxonomy-tools.git
</url>
<tag>
HEAD
</tag>
<tag>
taxonomy-tools-0.1
</tag>
</scm>
<developers>
...
...
taxonomychecker-cli/pom.xml
View file @
f087813e
...
...
@@ -14,14 +14,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
taxonomy-tools
</artifactId>
<version>
0.1
-SNAPSHOT
</version>
<version>
0.1
</version>
</parent>
<artifactId>
taxonomychecker-cli
</artifactId>
<name>
Taxonomy checker using GRIN-Global data
</name>
...
...
@@ -44,7 +42,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
gringlobal-taxonomy
</artifactId>
<version>
0.1
-SNAPSHOT
</version>
<version>
0.1
</version>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
...
...
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