Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
Bump module versions to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomunozpomer committed May 13, 2017
1 parent f95080b commit a3325b8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<artifactId>atlas</artifactId>
<groupId>uk.ac.ebi.atlas</groupId>
<version>1.0</version>
<version>3.5</version>
</parent>

<artifactId>atlas-base</artifactId>
<version>3.2</version>
<version>3.5</version>
<packaging>jar</packaging>

<name>Atlas base</name>
Expand Down
9 changes: 6 additions & 3 deletions gxa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<artifactId>atlas</artifactId>
<groupId>uk.ac.ebi.atlas</groupId>
<version>1.0</version>
<version>3.5</version>
</parent>

<artifactId>gxa</artifactId>
<version>3.0</version>
<version>3.5</version>
<packaging>war</packaging>

<name>Gene Expression Atlas</name>
Expand Down Expand Up @@ -145,6 +145,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<configuration>
<attachClasses>true</attachClasses>
</configuration>
</plugin>

<plugin>
Expand All @@ -159,7 +162,7 @@
<dependency>
<groupId>uk.ac.ebi.atlas</groupId>
<artifactId>atlas-base</artifactId>
<version>3.2</version>
<version>3.5</version>
</dependency>

<dependency>
Expand Down
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>uk.ac.ebi.atlas</groupId>
<artifactId>atlas</artifactId>
<version>1.0</version>
<version>3.5</version>

<name>Atlas</name>
<url>https://www.ebi.ac.uk/gxa/</url>
Expand Down Expand Up @@ -53,6 +53,19 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions sc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>atlas</artifactId>
<groupId>uk.ac.ebi.atlas</groupId>
<version>1.0</version>
<version>3.5</version>
</parent>

<artifactId>sc</artifactId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>uk.ac.ebi.atlas</groupId>
<artifactId>atlas-base</artifactId>
<version>3.1</version>
<version>3.5</version>
</dependency>
</dependencies>
</project>

0 comments on commit a3325b8

Please sign in to comment.