Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 1, 2017
1 parent 11c2f80 commit dcb5f83
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
8 changes: 3 additions & 5 deletions ontolib-cli/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-cli</artifactId>
Expand All @@ -12,7 +11,7 @@
<parent>
<groupId>com.github.phenomics</groupId>
<artifactId>OntoLib</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<properties>
Expand Down Expand Up @@ -84,8 +83,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.github.phenomics.ontolib.cli.Main</mainClass>
</transformer>
</transformers>
Expand Down
2 changes: 1 addition & 1 deletion ontolib-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.phenomics</groupId>
<artifactId>OntoLib</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion ontolib-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.github.phenomics</groupId>
<artifactId>OntoLib</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</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.2-SNAPSHOT</version>
<version>0.2</version>

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

0 comments on commit dcb5f83

Please sign in to comment.