Skip to content

Commit

Permalink
Update versions for beta 2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamtriggs committed Jul 27, 2017
1 parent ca6d629 commit 2f45fc7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<groupId>org.vivoweb</groupId>
<artifactId>vivo-api</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<packaging>jar</packaging>

<parent>
<groupId>org.vivoweb</groupId>
<artifactId>vivo-project</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<groupId>org.vivoweb</groupId>
<artifactId>vivo-home</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<packaging>pom</packaging>

<parent>
<groupId>org.vivoweb</groupId>
<artifactId>vivo-project</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions installer/home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<groupId>org.vivoweb</groupId>
<artifactId>vivo-installer-home</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<packaging>pom</packaging>

<parent>
<groupId>org.vivoweb</groupId>
<artifactId>vivo-installer</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.vivoweb</groupId>
<artifactId>vivo-installer</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<packaging>pom</packaging>

<name>VIVO Installer</name>
Expand Down
4 changes: 2 additions & 2 deletions installer/solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<groupId>org.vivoweb</groupId>
<artifactId>vivo-installer-solr</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<packaging>war</packaging>

<parent>
<groupId>org.vivoweb</groupId>
<artifactId>vivo-installer</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions installer/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<groupId>org.vivoweb</groupId>
<artifactId>vivo-installer-vivo</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<packaging>war</packaging>

<parent>
<groupId>org.vivoweb</groupId>
<artifactId>vivo-installer</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<relativePath>..</relativePath>
</parent>

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.vivoweb</groupId>
<artifactId>vivo-project</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<packaging>pom</packaging>

<name>VIVO</name>
Expand Down
6 changes: 3 additions & 3 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<groupId>org.vivoweb</groupId>
<artifactId>vivo-webapp</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<packaging>war</packaging>

<parent>
<groupId>org.vivoweb</groupId>
<artifactId>vivo-project</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.vivoweb</groupId>
<artifactId>vivo-api</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0-beta2</version>
</dependency>
</dependencies>
</project>

0 comments on commit 2f45fc7

Please sign in to comment.