Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 4, 2017
1 parent 471f0f2 commit 9583bd7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 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.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<properties>
Expand Down Expand Up @@ -98,8 +97,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.3-SNAPSHOT</version>
<version>0.3</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.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.phenomics</groupId>
<artifactId>OntoLib</artifactId>
<packaging>pom</packaging>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>

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

0 comments on commit 9583bd7

Please sign in to comment.