Skip to content

Commit

Permalink
Update pom to 1.0.27-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoGonzales committed Oct 22, 2023
1 parent e2a7f2f commit 66854ca
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion controlled-vocabulary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.uniprot</groupId>
<artifactId>core-parent</artifactId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.uniprot</groupId>
<artifactId>core-parent</artifactId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-domain-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>core-parent</artifactId>
<groupId>org.uniprot</groupId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.uniprot</groupId>
<artifactId>core-parent</artifactId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.uniprot</groupId>
<artifactId>core-parent</artifactId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ff-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.uniprot</groupId>
<artifactId>core-parent</artifactId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jacoco-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>core-parent</artifactId>
<groupId>org.uniprot</groupId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion json-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.uniprot</groupId>
<artifactId>core-parent</artifactId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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 @@
<groupId>org.uniprot</groupId>
<artifactId>core-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
<name>UniProt Core Aggregator</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tools-entry-scorer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>core-parent</artifactId>
<groupId>org.uniprot</groupId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion xml-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.uniprot</groupId>
<artifactId>core-parent</artifactId>
<version>1.0.26.2</version>
<version>1.0.27-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 66854ca

Please sign in to comment.