Skip to content

Commit

Permalink
[maven-release-plugin] prepare release icamel-0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 28, 2020
1 parent 82067e6 commit a8e3ef0
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,11 +1,10 @@
<?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>

<groupId>io.github.tadayosi</groupId>
<artifactId>icamel</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>ICamel</name>
Expand All @@ -16,7 +15,7 @@
<connection>scm:git:[email protected]:tadayosi/icamel.git</connection>
<developerConnection>scm:git:[email protected]:tadayosi/icamel.git</developerConnection>
<url>[email protected]:tadayosi/icamel.git</url>
<tag>HEAD</tag>
<tag>icamel-0.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit a8e3ef0

Please sign in to comment.