Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to version numbers before tagging release #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>psidev.psi.mi</groupId>
<artifactId>psimi-master</artifactId>
<packaging>pom</packaging>
<version>1.8.6-SNAPSHOT</version>
<version>1.8.7</version>

<name>PSI</name>
<description>Base build file</description>
Expand Down Expand Up @@ -38,11 +38,11 @@
<psimi.version>${pom.version}</psimi.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jami.version>1.0.1-SNAPSHOT</jami.version>
<jami.version>1.0.2</jami.version>
<jami.commons.version>1.1.3-SNAPSHOT</jami.commons.version>
<jami.core.version>1.2.2-SNAPSHOT</jami.core.version>
<jami.xml.version>1.1.3-SNAPSHOT</jami.xml.version>
<jami.mitab.version>1.1.2-SNAPSHOT</jami.mitab.version>
<jami.mitab.version>1.1.3</jami.mitab.version>
<jami.batch.version>1.1.1-SNAPSHOT</jami.batch.version>
<jami.bridges.version>1.1.2-SNAPSHOT</jami.bridges.version>
<jami.crosslink.version>1.1.1-SNAPSHOT</jami.crosslink.version>
Expand Down Expand Up @@ -112,6 +112,14 @@
<timezone>0</timezone>
</developer>

<developer>
<id>arnaudceol</id>
<name>Arnaud Ceol</name>
<email></email>
<organization>Center for Genomic Science, Istituto Italiano di Tecnologia (IIT)</organization>
<timezone>0</timezone>
</developer>

</developers>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions psi-jami/jami-mitab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>psidev.psi.mi.jami</groupId>
<artifactId>psi-jami</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>jami-mitab</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.3</version>
<name>PSI :: JAMI - MITAB</name>
<description>JAMI - MITAB parser and writer</description>

Expand Down
4 changes: 2 additions & 2 deletions psi-jami/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>psidev.psi.mi</groupId>
<artifactId>psimi-master</artifactId>
<version>1.8.6-SNAPSHOT</version>
<version>1.8.7</version>
</parent>

<groupId>psidev.psi.mi.jami</groupId>
<artifactId>psi-jami</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>PSI :: JAMI - Java framework for molecular interactions</name>
<description>JAMI master module</description>
Expand Down