Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmedinaebi committed Sep 30, 2024
1 parent 5d7fb74 commit 9765f5d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<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>
Expand All @@ -19,28 +19,28 @@
<url>http://www.ebi.ac.uk/~intact/devsite/dataexchange</url>

<properties>
<core.version>3.1.0-SNAPSHOT</core.version>
<bridges.version>2.2.3-SNAPSHOT</bridges.version>
<core.version>3.1.0</core.version>
<bridges.version>2.2.3</bridges.version>
<commons.version>2.1.10</commons.version>
<intact.tools.version>2.0.1-SNAPSHOT</intact.tools.version>
<intact.jami.version>3.1.0-SNAPSHOT</intact.jami.version>
<intact.tools.version>2.0.1</intact.tools.version>
<intact.jami.version>3.1.0</intact.jami.version>
<!--The version needs to be the same than in intact-jami to avoid problems-->
<psi.jami.version>3.6.0-SNAPSHOT</psi.jami.version>
<psi.jami.version>3.6.0</psi.jami.version>
<spring.version>4.3.30.RELEASE</spring.version>

<!--Properties for psixml-exchange: keep them in sync with jami-bridges until the module is updated-->
<ols.client.version>2.15-SNAPSHOT</ols.client.version>
<uniprot.japi.version>1.1.2</uniprot.japi.version>
<chebiws.client.version>2.4</chebiws.client.version>

<micluster.version>1.9.0-SNAPSHOT</micluster.version>
<micluster.version>1.9.0</micluster.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.13.2</junit.version>

<psicquic.simple.client.version>1.5.3-SNAPSHOT</psicquic.simple.client.version>
<psicquic.solr.version>1.5.2-SNAPSHOT</psicquic.solr.version>
<psimi.version>1.10.2-SNAPSHOT</psimi.version>
<calimocho.version>2.6.3-SNAPSHOT</calimocho.version>
<psicquic.simple.client.version>1.5.3</psicquic.simple.client.version>
<psicquic.solr.version>1.5.2</psicquic.solr.version>
<psimi.version>1.10.2</psimi.version>
<calimocho.version>2.6.3</calimocho.version>
</properties>

<scm>
Expand Down

0 comments on commit 9765f5d

Please sign in to comment.