Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Commit 5e5b48c

Browse files
author
Chris Wiechmann
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 39c1e22 commit 5e5b48c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>apimanager-report-tool</artifactId>
65
<groupId>com.github.axway-api-management-plus.report-tool</groupId>
76
<packaging>jar</packaging>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
98
<name>Axway API-Manager Report tool</name>
109
<description>Flexible framework to generate different reports for you API-Manager registry.</description>
1110
<url>https://github.com/Axway-API-Management-Plus/apimanager-report-tool</url>
@@ -21,7 +20,7 @@
2120
<connection>scm:git:https://github.com/Axway-API-Management-Plus/apimanager-report-tool.git</connection>
2221
<developerConnection>scm:git:https://github.com/Axway-API-Management-Plus/apimanager-report-tool.git</developerConnection>
2322
<url>https://github.com/Axway-API-Management-Plus/apimanager-swagger-promote</url>
24-
<tag>@${project.version}</tag>
23+
<tag>1.0.0</tag>
2524
</scm>
2625

2726
<dependencies>

0 commit comments

Comments
 (0)