Skip to content

Commit bf30b40

Browse files
committed
[gitflow-maven-plugin] Update for next development version 1.19.1-SNAPSHOT
1 parent 2dd1aa6 commit bf30b40

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops.conga</groupId>
2727
<artifactId>io.wcm.devops.conga.parent</artifactId>
28-
<version>1.19.0</version>
28+
<version>1.19.1-SNAPSHOT</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.wcm.devops.conga</groupId>
4646
<artifactId>io.wcm.devops.conga.model</artifactId>
47-
<version>1.19.0</version>
47+
<version>1.19.1-SNAPSHOT</version>
4848
<scope>compile</scope>
4949
</dependency>
5050

model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops.conga</groupId>
2727
<artifactId>io.wcm.devops.conga.parent</artifactId>
28-
<version>1.19.0</version>
28+
<version>1.19.1-SNAPSHOT</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.wcm.devops.conga</groupId>
4242
<artifactId>io.wcm.devops.conga.resource</artifactId>
43-
<version>1.19.0</version>
43+
<version>1.19.1-SNAPSHOT</version>
4444
<scope>compile</scope>
4545
</dependency>
4646

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>io.wcm.devops.conga</groupId>
3333
<artifactId>io.wcm.devops.conga.parent</artifactId>
34-
<version>1.19.0</version>
34+
<version>1.19.1-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636

3737
<name>CONGA</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm.devops.conga</groupId>
2727
<artifactId>io.wcm.devops.conga.parent</artifactId>
28-
<version>1.19.0</version>
28+
<version>1.19.1-SNAPSHOT</version>
2929
<relativePath>parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.devops.conga</groupId>
3333
<artifactId>io.wcm.devops.conga.root</artifactId>
34-
<version>1.19.0</version>
34+
<version>1.19.1-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636

3737
<name>CONGA</name>

resource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops.conga</groupId>
2727
<artifactId>io.wcm.devops.conga.parent</artifactId>
28-
<version>1.19.0</version>
28+
<version>1.19.1-SNAPSHOT</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

tooling/conga-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops.conga</groupId>
2727
<artifactId>io.wcm.devops.conga.parent</artifactId>
28-
<version>1.19.0</version>
28+
<version>1.19.1-SNAPSHOT</version>
2929
<relativePath>../../parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.wcm.devops.conga</groupId>
4242
<artifactId>io.wcm.devops.conga.generator</artifactId>
43-
<version>1.19.0</version>
43+
<version>1.19.1-SNAPSHOT</version>
4444
<scope>compile</scope>
4545
</dependency>
4646

tooling/conga-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops.conga</groupId>
2727
<artifactId>io.wcm.devops.conga.parent</artifactId>
28-
<version>1.19.0</version>
28+
<version>1.19.1-SNAPSHOT</version>
2929
<relativePath>../../parent/pom.xml</relativePath>
3030
</parent>
3131

@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>io.wcm.devops.conga</groupId>
5858
<artifactId>io.wcm.devops.conga.generator</artifactId>
59-
<version>1.19.0</version>
59+
<version>1.19.1-SNAPSHOT</version>
6060
<scope>compile</scope>
6161
</dependency>
6262

0 commit comments

Comments
 (0)