Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jul 24, 2017
1 parent 7f4b5f2 commit d318c18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions ontolib-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>

<artifactId>ontolib-core</artifactId>
Expand All @@ -12,7 +11,7 @@
<parent>
<groupId>com.github.phenomics</groupId>
<artifactId>OntoLib</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<properties>
Expand Down
5 changes: 2 additions & 3 deletions ontolib-io/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>

<artifactId>ontolib-io</artifactId>
Expand All @@ -12,7 +11,7 @@
<parent>
<groupId>com.github.phenomics</groupId>
<artifactId>OntoLib</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>

<properties>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>com.github.phenomics</groupId>
<artifactId>OntoLib</artifactId>
<packaging>pom</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>OntoLib contains data structures and algorithms for processing ontologies.</description>
Expand Down

0 comments on commit d318c18

Please sign in to comment.