Skip to content

Commit 321a5f6

Browse files
committed
Fix version error
1 parent 277675c commit 321a5f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

revealjs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.martinreinhardt-online.owncloud</groupId>
99
<artifactId>owncloud-parent-pom</artifactId>
10-
<version>2.6.2-SNAPSHOT</version>
10+
<version>2.7.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>revealjs</artifactId>

roundcube/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.martinreinhardt-online.owncloud</groupId>
99
<artifactId>owncloud-parent-pom</artifactId>
10-
<version>2.6.2-SNAPSHOT</version>
10+
<version>2.7.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>roundcube</artifactId>

storagecharts2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.martinreinhardt-online.owncloud</groupId>
99
<artifactId>owncloud-parent-pom</artifactId>
10-
<version>2.6.2-SNAPSHOT</version>
10+
<version>2.7.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>storagecharts2</artifactId>
@@ -154,4 +154,4 @@
154154
</dependency>
155155
</dependencies>
156156

157-
</project>
157+
</project>

0 commit comments

Comments
 (0)