Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 2a86b59

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c2b1d7e commit 2a86b59

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pom.xml

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

44
<groupId>com.wix</groupId>
55
<artifactId>wix-embedded-mysql-modules</artifactId>
6-
<version>4.6.2</version>
6+
<version>4.6.3-SNAPSHOT</version>
77
<name>Wix Embedded MySql Modules aggregator</name>
88
<description>Wix Embedded MySql Modules aggregator</description>
99
<url>https://github.com/wix/wix-embedded-mysql</url>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:[email protected]:wix/wix-embedded-mysql.git</connection>
3030
<developerConnection>scm:git:[email protected]:wix/wix-embedded-mysql.git</developerConnection>
3131
<url>[email protected]:wix/wix-embedded-mysql.git</url>
32-
<tag>wix-embedded-mysql-modules-4.6.2</tag>
32+
<tag>HEAD</tag>
3333
</scm>
3434

3535
<licenses>

wix-embedded-mysql-download-and-extract/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55
<groupId>com.wix</groupId>
66
<artifactId>wix-embedded-mysql-download-and-extract</artifactId>
7-
<version>4.6.2</version>
7+
<version>4.6.3-SNAPSHOT</version>
88
<name>Wix Embedded Mysql Download and Extract</name>
99
<description>Cli tool to predownload/precache mysql artifacts for wix-embedded-mysql</description>
1010
<url>https://github.com/wix/wix-embedded-mysql/tree/master/wix-embedded-mysql-download-and-extract</url>
1111

1212
<parent>
1313
<groupId>com.wix</groupId>
1414
<artifactId>wix-embedded-mysql-modules</artifactId>
15-
<version>4.6.2</version>
15+
<version>4.6.3-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>
1919

2020
<dependency>
2121
<groupId>com.wix</groupId>
2222
<artifactId>wix-embedded-mysql</artifactId>
23-
<version>4.6.2</version>
23+
<version>4.6.3-SNAPSHOT</version>
2424
</dependency>
2525

2626
<dependency>

wix-embedded-mysql/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
<groupId>com.wix</groupId>
55
<artifactId>wix-embedded-mysql</artifactId>
6-
<version>4.6.2</version>
6+
<version>4.6.3-SNAPSHOT</version>
77
<name>Wix Embedded MySql</name>
88
<description>Embedded MySql for E2E/IT tests</description>
99
<url>https://github.com/wix/wix-embedded-mysql/tree/master/wix-embedded-mysql</url>
1010

1111
<parent>
1212
<groupId>com.wix</groupId>
1313
<artifactId>wix-embedded-mysql-modules</artifactId>
14-
<version>4.6.2</version>
14+
<version>4.6.3-SNAPSHOT</version>
1515
</parent>
1616

1717
<properties>

0 commit comments

Comments
 (0)