Skip to content

Commit

Permalink
[maven-release-plugin] prepare release easy-flows-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Jun 30, 2017
1 parent 14e11da commit 9248a67
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
@@ -1,7 +1,5 @@
<?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 @@ -12,7 +10,7 @@

<groupId>org.jeasy</groupId>
<artifactId>easy-flows</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<name>Easy Flows</name>
<description>The simple, stupid workflow engine for Java</description>
Expand All @@ -37,7 +35,7 @@
<url>git@github.com:j-easy/easy-flows.git</url>
<connection>scm:git:git@github.com:j-easy/easy-flows.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-flows.git</developerConnection>
<tag>HEAD</tag>
<tag>easy-flows-0.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 9248a67

Please sign in to comment.