Skip to content

Commit

Permalink
[maven-release-plugin] prepare release OWL2VOWL-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed May 19, 2015
1 parent 1fb3cd2 commit 0230bb8
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 @@ -4,7 +4,7 @@

<groupId>org.visualdataweb.vowl.owl2vowl</groupId>
<artifactId>OWL2VOWL</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>Owl2Vowl is an ontology converter used to convert the given ontology to a json
Expand Down Expand Up @@ -39,7 +39,7 @@
<connection>scm:git:[email protected]:VisualDataWeb/OWL2VOWL.git</connection>
<developerConnection>scm:git:[email protected]:VisualDataWeb/OWL2VOWL.git</developerConnection>
<url>[email protected]:VisualDataWeb/OWL2VOWL.git</url>
<tag>HEAD</tag>
<tag>OWL2VOWL-0.2.1</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -215,9 +215,7 @@
<id>default-cli</id>
<configuration>
<tasks>
<copy file="${project.build.directory}\owl2vowl.zip"
toFile="${project.basedir}\release\owl2vowl.zip"
overwrite="true"/>
<copy file="${project.build.directory}\owl2vowl.zip" toFile="${project.basedir}\release\owl2vowl.zip" overwrite="true" />
</tasks>
</configuration>
<goals>
Expand Down

0 comments on commit 0230bb8

Please sign in to comment.