Skip to content

Commit 28be94c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1290ce0 commit 28be94c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

ebean-datasource-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>ebean-datasource-parent</artifactId>
66
<groupId>io.ebean</groupId>
7-
<version>10.4-FOC1</version>
7+
<version>10.4-FOC2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ebean-datasource-api</artifactId>

ebean-datasource/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.ebean</groupId>
66
<artifactId>ebean-datasource-parent</artifactId>
7-
<version>10.4-FOC1</version>
7+
<version>10.4-FOC2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>ebean-datasource</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.ebean</groupId>
1818
<artifactId>ebean-datasource-api</artifactId>
19-
<version>10.4-FOC1</version>
19+
<version>10.4-FOC2-SNAPSHOT</version>
2020
</dependency>
2121

2222
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<groupId>io.ebean</groupId>
1111
<artifactId>ebean-datasource-parent</artifactId>
1212
<name>ebean-datasource-parent</name>
13-
<version>10.4-FOC1</version>
13+
<version>10.4-FOC2-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<scm>
1717
<developerConnection>scm:git:git@github.com:FOCONIS/ebean-datasource.git</developerConnection>
18-
<tag>ebean-datasource-parent-10.4-FOC1</tag>
18+
<tag>HEAD</tag>
1919
</scm>
2020

2121
<modules>

0 commit comments

Comments
 (0)