Merge pull request #1 from kemitix/release/0.1.0

Release 0.1.0
This commit is contained in:
Paul Campbell 2018-02-20 21:12:03 +00:00 committed by GitHub
commit 763ceae56b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.idea
target
pom.xml.versionsBackup

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule ".travis-support"]
path = .travis-support
url = https://github.com/kemitix/kemitix-travis-support.git

1
.travis-support Submodule

@ -0,0 +1 @@
Subproject commit b97def251b784ecc8de6d3cc30d2793ac0bd375e

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: java
jdk:
- oraclejdk8
cache:
directories:
- "$HOME/.m2"
install: true
script: "./mvnw --batch-mode --errors --update-snapshots clean install"
deploy:
provider: script
script: sh .travis-support/deploy.sh
on:
branch: master
env:
global:

7
CHANGELOG Normal file
View file

@ -0,0 +1,7 @@
CHANGELOG
=========
0.1.0
-----
* Initial release

4
README.md Normal file
View file

@ -0,0 +1,4 @@
Kemitix PMD Rulset
==================
A PMD Ruleset for Java.

BIN
codesigning.asc.enc Normal file

Binary file not shown.

View file

@ -13,7 +13,7 @@
<groupId>net.kemitix</groupId>
<artifactId>kemitix-pmd-ruleset</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>Kemitix PMD Ruleset</name>
<description>Kemitix PMD Ruleset for Java</description>