Skip to content

Commit

Permalink
release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flange-ipb committed Jan 18, 2022
1 parent eae2224 commit dd52284
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.ipb-halle</groupId>
<artifactId>fasta-search-service-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>fasta-search-service-it</artifactId>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>de.ipb-halle</groupId>
<artifactId>fasta-search-service-models</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>

<!-- REST client -->
Expand Down
2 changes: 1 addition & 1 deletion models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.ipb-halle</groupId>
<artifactId>fasta-search-service-models</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>fasta-search-service-models</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.ipb-halle</groupId>
<artifactId>fasta-search-service-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.ipb-halle</groupId>
<artifactId>fasta-search-service-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>fasta-search-service</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>de.ipb-halle</groupId>
<artifactId>fasta-search-service-models</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
Expand Down

0 comments on commit dd52284

Please sign in to comment.