Skip to content

Commit

Permalink
Merge pull request #5 from silentsoft/dev
Browse files Browse the repository at this point in the history
Update version to 2.2.1
  • Loading branch information
silentsoft authored Apr 7, 2020
2 parents 0e36a30 + dc4dfc7 commit 33a5bea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSS Notice File Generator

![release](https://img.shields.io/badge/release-2.2.0-blue.svg)
![release](https://img.shields.io/badge/release-2.2.1-blue.svg)
[![Build Status](https://travis-ci.org/silentsoft/oss-notice-file-generator.svg?branch=master)](https://travis-ci.org/silentsoft/oss-notice-file-generator)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=silentsoft_oss-notice-file-generator&metric=alert_status)](https://sonarcloud.io/dashboard?id=silentsoft_oss-notice-file-generator)
[![HitCount](http://hits.dwyl.io/silentsoft/oss-notice-file-generator.svg)](http://hits.dwyl.io/silentsoft/oss-notice-file-generator)
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>org.silentsoft.oss</groupId>
<artifactId>notice-file-generator</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
</dependencies>
```
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.silentsoft.oss</groupId>
<artifactId>notice-file-generator</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>

<name>OSS Notice File Generator</name>
<description>OSS Notice File Generator is a simple Java library to generate NOTICE.md file for open source software.</description>
Expand Down Expand Up @@ -70,6 +70,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<source>8</source>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 33a5bea

Please sign in to comment.