Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release vivo-languages-1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vivo-uab committed Jul 6, 2018
1 parent bd27592 commit ead64c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
9 changes: 3 additions & 6 deletions home/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

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

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

Expand Down
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

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

<name>VIVO Lanugages</name>
Expand Down Expand Up @@ -52,7 +49,7 @@
<connection>scm:git:[email protected]:vivo-project/VIVO-languages.git</connection>
<developerConnection>scm:git:[email protected]:vivo-project/VIVO-languages.git</developerConnection>
<url>[email protected]:vivo-project/VIVO-languages.git</url>
<tag>HEAD</tag>
<tag>vivo-languages-1.10.0</tag>
</scm>

<properties>
Expand Down
9 changes: 3 additions & 6 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

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

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

Expand Down

0 comments on commit ead64c0

Please sign in to comment.