Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmedinaebi committed Sep 27, 2024
1 parent 6c9084c commit 18f7fb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion feature-shortlabel-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>uk.ac.ebi.intact.tools</groupId>
<artifactId>tools-master</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
<parent>
<groupId>uk.ac.ebi.intact.maven</groupId>
<artifactId>intact-hibernate-master</artifactId>
<version>48-SNAPSHOT</version>
<version>48</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>uk.ac.ebi.intact.tools</groupId>
<artifactId>tools-master</artifactId>
<packaging>pom</packaging>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>

<name>IntAct Tools</name>
<description>Tools Master POM</description>

<properties>
<currentVersion>${project.version}</currentVersion>
<spring.version>4.3.30.RELEASE</spring.version>
<psi.jami.version>3.6.0-SNAPSHOT</psi.jami.version>
<intact.jami.version>3.1.0-SNAPSHOT</intact.jami.version>
<intact.bridges.version>2.2.3-SNAPSHOT</intact.bridges.version>
<intact.core.version>3.1.0-SNAPSHOT</intact.core.version>
<psi.jami.version>3.6.0</psi.jami.version>
<intact.jami.version>3.1.0</intact.jami.version>
<intact.bridges.version>2.2.3</intact.bridges.version>
<intact.core.version>3.1.0</intact.core.version>
<maven.pmd.skip>true</maven.pmd.skip>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion protein-mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>uk.ac.ebi.intact.tools</groupId>
<artifactId>tools-master</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>


Expand Down

0 comments on commit 18f7fb6

Please sign in to comment.