This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release v3.0
- Loading branch information
kops
committed
Jul 25, 2014
1 parent
84af5ba
commit 24e26b9
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,12 +22,12 @@ | |
<parent> | ||
<groupId>fr.dudie</groupId> | ||
<artifactId>dudie-parent</artifactId> | ||
<version>1.4-SNAPSHOT</version> | ||
<version>1.4</version> | ||
</parent> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<artifactId>nominatim-api</artifactId> | ||
<version>3.0-SNAPSHOT</version> | ||
<version>3.0</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>Nominatim Java API client</name> | ||
|
@@ -47,7 +47,8 @@ | |
<url>https://github.com/kops/nominatim-java-api/tree/master</url> | ||
<connection>scm:git:[email protected]:kops/nominatim-java-api.git</connection> | ||
<developerConnection>scm:git:[email protected]:kops/nominatim-java-api.git</developerConnection> | ||
</scm> | ||
<tag>v3.0</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
<system>Github tracker</system> | ||
|