Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-artifact-transfer-0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jul 1, 2018
1 parent 8000df6 commit 87d6c19
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<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"
>
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -30,7 +28,7 @@
</parent>

<artifactId>maven-artifact-transfer</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>

<name>Apache Maven Artifact Transfer</name>
<description>An API to install, deploy and resolving artifacts with Maven 3</description>
Expand All @@ -39,7 +37,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git</developerConnection>
<url>https://github.com/apache/maven-artifact-transfer/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-artifact-transfer-0.10.0</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down

0 comments on commit 87d6c19

Please sign in to comment.