Skip to content

Commit ef9b70a

Browse files
dependabot[bot]slachiewicz
authored andcommitted
Bump org.codehaus.mojo:mojo-parent from 80 to 84
Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 80 to 84. - [Release notes](https://github.com/mojohaus/mojo-parent/releases) - [Commits](https://github.com/mojohaus/mojo-parent/commits) --- updated-dependencies: - dependency-name: org.codehaus.mojo:mojo-parent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35c0340 commit ef9b70a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MojoHaus SQL Maven Plugin
22

33
This is the [sql-maven-plugin](http://www.mojohaus.org/sql-maven-plugin/).
4-
4+
55
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/mojohaus/sql-maven-plugin.svg?label=License)](http://www.apache.org/licenses/)
66
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/sql-maven-plugin.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Csql-maven-plugin)
77
[![Build Status](https://travis-ci.org/mojohaus/sql-maven-plugin.svg?branch=master)](https://travis-ci.org/mojohaus/sql-maven-plugin)
@@ -17,3 +17,4 @@ For publishing the site do the following:
1717
cd target/checkout
1818
mvn verify site site:stage scm-publish:publish-scm
1919
```
20+

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.codehaus.mojo</groupId>
88
<artifactId>mojo-parent</artifactId>
9-
<version>80</version>
9+
<version>84</version>
1010
</parent>
1111

1212
<artifactId>sql-maven-plugin</artifactId>

0 commit comments

Comments
 (0)