Skip to content

Commit

Permalink
[maven-release-plugin] prepare release wix-embedded-mysql-modules-4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusl committed Sep 4, 2019
1 parent 7b2143c commit ba51ed4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.wix</groupId>
<artifactId>wix-embedded-mysql-modules</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0</version>
<name>Wix Embedded MySql Modules aggregator</name>
<description>Wix Embedded MySql Modules aggregator</description>
<url>https://github.com/wix/wix-embedded-mysql</url>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:[email protected]:wix/wix-embedded-mysql.git</connection>
<developerConnection>scm:git:[email protected]:wix/wix-embedded-mysql.git</developerConnection>
<url>[email protected]:wix/wix-embedded-mysql.git</url>
<tag>HEAD</tag>
<tag>wix-embedded-mysql-modules-4.5.0</tag>
</scm>

<licenses>
Expand Down
6 changes: 3 additions & 3 deletions wix-embedded-mysql-download-and-extract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@

<groupId>com.wix</groupId>
<artifactId>wix-embedded-mysql-download-and-extract</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0</version>
<name>Wix Embedded Mysql Download and Extract</name>
<description>Cli tool to predownload/precache mysql artifacts for wix-embedded-mysql</description>
<url>https://github.com/wix/wix-embedded-mysql/tree/master/wix-embedded-mysql-download-and-extract</url>

<parent>
<groupId>com.wix</groupId>
<artifactId>wix-embedded-mysql-modules</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0</version>
</parent>

<dependencies>

<dependency>
<groupId>com.wix</groupId>
<artifactId>wix-embedded-mysql</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions wix-embedded-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

<groupId>com.wix</groupId>
<artifactId>wix-embedded-mysql</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0</version>
<name>Wix Embedded MySql</name>
<description>Embedded MySql for E2E/IT tests</description>
<url>https://github.com/wix/wix-embedded-mysql/tree/master/wix-embedded-mysql</url>

<parent>
<groupId>com.wix</groupId>
<artifactId>wix-embedded-mysql-modules</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.5.0</version>
</parent>

<properties>
Expand Down

0 comments on commit ba51ed4

Please sign in to comment.