Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Sep 30, 2021
1 parent 900fd0e commit 466a53c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>


Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 466a53c

Please sign in to comment.