Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrohr committed Jan 8, 2021
1 parent 3d4d6bf commit ee31de9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<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 @@ -11,7 +10,7 @@
</parent>

<artifactId>registry-aware-jersey-client</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -26,7 +25,7 @@
<connection>scm:git:https://github.com/kiwiproject/registry-aware-jersey-client.git</connection>
<developerConnection>scm:git:[email protected]:kiwiproject/registry-aware-jersey-client.git</developerConnection>
<url>https://github.com/kiwiproject/registry-aware-jersey-client</url>
<tag>HEAD</tag>
<tag>v0.8.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit ee31de9

Please sign in to comment.