This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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 v1.0.0
- Loading branch information
thomas loubrieu
committed
Oct 4, 2021
1 parent
1208a89
commit d29e5ac
Showing
1 changed file
with
3 additions
and
5 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 |
---|---|---|
|
@@ -30,14 +30,12 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
POSSIBILITY OF SUCH DAMAGE. | ||
--> | ||
<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/maven-v4_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/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>gov.nasa.pds</groupId> | ||
<artifactId>pds-registry-app</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<version>1.0.0</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>Registry Application</name> | ||
|
@@ -63,7 +61,7 @@ POSSIBILITY OF SUCH DAMAGE. | |
<url>https://github.com/NASA-PDS/pds-registry-app</url> | ||
<connection>scm:git:ssh://[email protected]/NASA-PDS/pds-registry-app.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/NASA-PDS/pds-registry-app.git</developerConnection> | ||
<tag>v3.4.1</tag> | ||
<tag>v1.0.0</tag> | ||
</scm> | ||
|
||
|
||
|