This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
generated from NASA-PDS/template-repo-java
-
Notifications
You must be signed in to change notification settings - Fork 3
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 v0.4.0
- Loading branch information
thomas loubrieu
committed
Sep 30, 2021
1 parent
900fd0e
commit 466a53c
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -34,7 +34,7 @@ POSSIBILITY OF SUCH DAMAGE. | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>gov.nasa.pds</groupId> | ||
<artifactId>registry-api-service</artifactId> | ||
<version>0.4.0-SNAPSHOT</version> | ||
<version>0.4.0</version> | ||
<name>gov.nasa.pds.api.registry-service</name> | ||
<description>registry api service contributing to the PDS federated API</description> | ||
<properties> | ||
|
@@ -117,7 +117,7 @@ POSSIBILITY OF SUCH DAMAGE. | |
<url>https://github.com/NASA-PDS/registry-api-service</url> | ||
<connection>scm:git:[email protected]/NASA-PDS/registry-api-service.git</connection> | ||
<developerConnection>scm:git:[email protected]:NASA-PDS/registry-api-service.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>v0.4.0</tag> | ||
</scm> | ||
|
||
|
||
|
@@ -271,13 +271,13 @@ POSSIBILITY OF SUCH DAMAGE. | |
<dependency> | ||
<groupId>gov.nasa.pds</groupId> | ||
<artifactId>api</artifactId> | ||
<version>0.4.0-SNAPSHOT</version> | ||
<version>0.4.0</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>gov.nasa.pds</groupId> | ||
<artifactId>api-search-query-lexer</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<version>1.0.0</version> | ||
</dependency> | ||
|
||
<dependency> | ||
|