Skip to content

Commit

Permalink
Correcting version number to 0.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Dec 23, 2017
1 parent 29b3ac2 commit 09b1df1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion julielab-concept-creation-bioportal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>julielab-concept-db-manager</artifactId>
<version>0.1.1</version>
<version>0.0.1</version>
</parent>
<artifactId>julielab-concept-creation-bioportal</artifactId>
<name>JULIE Lab Concept Creation for BioPortal</name>
Expand Down
2 changes: 1 addition & 1 deletion julielab-concept-creation-ncbi-gene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>julielab-concept-db-manager</artifactId>
<version>0.1.1</version>
<version>0.0.1</version>
</parent>
<artifactId>julielab-concept-creation-ncbi-gene</artifactId>
<name>JULIE Lab Concept Creation for NCBI Gene</name>
Expand Down
2 changes: 1 addition & 1 deletion julielab-concept-creation-provider-mesh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>julielab-concept-db-manager</artifactId>
<version>0.1.1</version>
<version>0.0.1</version>
</parent>
<artifactId>julielab-concept-creation-mesh</artifactId>
<name>JULIE Lab Concept Creation Provider MeSH</name>
Expand Down
2 changes: 1 addition & 1 deletion julielab-concept-db-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>julielab-concept-db-manager</artifactId>
<version>0.1.1</version>
<version>0.0.1</version>
</parent>
<artifactId>julielab-concept-db-application</artifactId>
<build>
Expand Down
2 changes: 1 addition & 1 deletion julielab-concept-db-manager-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>julielab-concept-db-manager</artifactId>
<version>0.1.1</version>
<version>0.0.1</version>
</parent>
<artifactId>julielab-concept-db-manager-core</artifactId>
<name>JULIE Lab Concept Database Manager Core</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>2.0.1</version>
</parent>
<artifactId>julielab-concept-db-manager</artifactId>
<version>0.1.1</version>
<version>0.0.1</version>
<name>JULIE Lab Concept Database Manager</name>
<description>This project is a collection of tools with the goal to import ontological concepts into a graph database. The graph database then allows to traverse the imported data with a graph-specific query language. In case of a Neo4j database, which is the one employed by this tool, uses the Cypher query language.</description>

Expand Down

0 comments on commit 09b1df1

Please sign in to comment.