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

Commit 798cc56

Browse files
committed
[maven-release-plugin] prepare release vitro-languages-1.10.0
1 parent cee8435 commit 798cc56

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
<project
2-
xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
52

63
<modelVersion>4.0.0</modelVersion>
74

85
<groupId>org.vivoweb</groupId>
96
<artifactId>vitro-languages</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
7+
<version>1.10.0</version>
118
<packaging>pom</packaging>
129

1310
<name>Vitro Lanugages</name>
@@ -52,7 +49,7 @@
5249
<connection>scm:git:git@github.com:vivo-project/Vitro-languages.git</connection>
5350
<developerConnection>scm:git:git@github.com:vivo-project/Vitro-languages.git</developerConnection>
5451
<url>git@github.com:vivo-project/Vitro-languages.git</url>
55-
<tag>HEAD</tag>
52+
<tag>vitro-languages-1.10.0</tag>
5653
</scm>
5754

5855
<properties>

webapp/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
<project
2-
xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
52

63
<modelVersion>4.0.0</modelVersion>
74

85
<groupId>org.vivoweb</groupId>
96
<artifactId>vitro-languages-webapp</artifactId>
10-
<version>1.10.0-SNAPSHOT</version>
7+
<version>1.10.0</version>
118
<packaging>war</packaging>
129

1310
<parent>
1411
<groupId>org.vivoweb</groupId>
1512
<artifactId>vitro-languages</artifactId>
16-
<version>1.10.0-SNAPSHOT</version>
13+
<version>1.10.0</version>
1714
<relativePath>..</relativePath>
1815
</parent>
1916

0 commit comments

Comments
 (0)