Skip to content

Commit 1a25a31

Browse files
committed
[maven-scm-plugin] prepare release vivo-1.15.1-SNAPSHOT
1 parent fc13d72 commit 1a25a31

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
<groupId>org.vivoweb</groupId>
99
<artifactId>vivo-api</artifactId>
10-
<version>1.15.0</version>
10+
<version>1.15.1-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

1313
<parent>
1414
<groupId>org.vivoweb</groupId>
1515
<artifactId>vivo-project</artifactId>
16-
<version>1.15.0</version>
16+
<version>1.15.1-SNAPSHOT</version>
1717
<relativePath>..</relativePath>
1818
</parent>
1919

home/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<groupId>org.vivoweb</groupId>
66
<artifactId>vivo-home</artifactId>
7-
<version>1.15.0</version>
7+
<version>1.15.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<parent>
1111
<groupId>org.vivoweb</groupId>
1212
<artifactId>vivo-project</artifactId>
13-
<version>1.15.0</version>
13+
<version>1.15.1-SNAPSHOT</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

installer/home/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.vivoweb</groupId>
77
<artifactId>vivo-installer-home</artifactId>
8-
<version>1.15.0</version>
8+
<version>1.15.1-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<parent>
1111
<groupId>org.vivoweb</groupId>
1212
<artifactId>vivo-installer</artifactId>
13-
<version>1.15.0</version>
13+
<version>1.15.1-SNAPSHOT</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616
<name>VIVO Install Home</name>

installer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.vivoweb</groupId>
77
<artifactId>vivo-installer</artifactId>
8-
<version>1.15.0</version>
8+
<version>1.15.1-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>VIVO Installer</name>
1111

installer/webapp/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.vivoweb</groupId>
77
<artifactId>vivo-installer-vivo</artifactId>
8-
<version>1.15.0</version>
8+
<version>1.15.1-SNAPSHOT</version>
99
<packaging>war</packaging>
1010
<parent>
1111
<groupId>org.vivoweb</groupId>
1212
<artifactId>vivo-installer</artifactId>
13-
<version>1.15.0</version>
13+
<version>1.15.1-SNAPSHOT</version>
1414
<relativePath>..</relativePath>
1515
</parent>
1616

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.vivoweb</groupId>
66
<artifactId>vivo-project</artifactId>
7-
<version>1.15.0</version>
7+
<version>1.15.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>VIVO</name>

webapp/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
<groupId>org.vivoweb</groupId>
99
<artifactId>vivo-webapp</artifactId>
10-
<version>1.15.0</version>
10+
<version>1.15.1-SNAPSHOT</version>
1111
<packaging>war</packaging>
1212

1313
<parent>
1414
<groupId>org.vivoweb</groupId>
1515
<artifactId>vivo-project</artifactId>
16-
<version>1.15.0</version>
16+
<version>1.15.1-SNAPSHOT</version>
1717
<relativePath>..</relativePath>
1818
</parent>
1919

@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.vivoweb</groupId>
7171
<artifactId>vivo-api</artifactId>
72-
<version>1.15.0</version>
72+
<version>1.15.1-SNAPSHOT</version>
7373
</dependency>
7474
</dependencies>
7575
</project>

0 commit comments

Comments
 (0)