Skip to content

Commit 5632e2d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b47033d commit 5632e2d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.libreoffice</groupId>
66
<artifactId>lots-parent</artifactId>
7-
<version>19.0.1</version>
7+
<version>19.0.2-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: idl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.libreoffice</groupId>
66
<artifactId>lots-parent</artifactId>
7-
<version>19.0.1</version>
7+
<version>19.0.2-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

Diff for: oxt/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.libreoffice</groupId>
66
<artifactId>lots-parent</artifactId>
7-
<version>19.0.1</version>
7+
<version>19.0.2-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -239,7 +239,7 @@
239239
<dependency>
240240
<groupId>org.libreoffice</groupId>
241241
<artifactId>lots-interfaces</artifactId>
242-
<version>19.0.1</version>
242+
<version>19.0.2-SNAPSHOT</version>
243243
<type>rdb</type>
244244
</dependency>
245245
<dependency>

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.libreoffice</groupId>
55
<artifactId>lots-parent</artifactId>
6-
<version>19.0.1</version>
6+
<version>19.0.2-SNAPSHOT</version>
77
<name>LibreOffice Template System Parent</name>
88
<packaging>pom</packaging>
99

@@ -219,12 +219,12 @@
219219
<dependency>
220220
<groupId>org.libreoffice</groupId>
221221
<artifactId>lots-interfaces</artifactId>
222-
<version>19.0.1</version>
222+
<version>19.0.2-SNAPSHOT</version>
223223
</dependency>
224224
<dependency>
225225
<groupId>org.libreoffice</groupId>
226226
<artifactId>lots</artifactId>
227-
<version>19.0.1</version>
227+
<version>19.0.2-SNAPSHOT</version>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.libreoffice</groupId>

0 commit comments

Comments
 (0)