Skip to content

Commit

Permalink
Bump to version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Feb 28, 2016
1 parent ab999e7 commit af1f512
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .bmp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 1.0.0
---
version: 1.0.1
files:
README.md:
- ebean-enhance-plugin v%.%.%
- ebean-enhance-plugin v%.%.%
build.gradle:
- version = '1.0.0'
- version = '1.0.0'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ebean-enhance-plugin v1.0.0
# ebean-enhance-plugin v1.0.1

> A gradle plugin for enhancing ebean entities.
Expand Down
15 changes: 15 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {

plugins {
id 'com.bmuschko.nexus' version '2.3.1'
id 'com.gradle.plugin-publish' version '0.9.3'
}

apply plugin: 'kotlin'
Expand Down Expand Up @@ -66,3 +67,17 @@ extraArchive {
nexus {
sign = true
}

pluginBundle {
website = 'https://github.com/kt3k/ebean-enhance-plugin'
vcsUrl = 'https://github.com/kt3k/ebean-enhance-plugin'
description = 'A gradle plugin for enhancing ebean entities.'
tags = ['ebean', 'orm']

plugins {
ebeanEnhancePlugin {
id = 'com.github.kt3k.ebean.enhance'
displayName = 'ebean-enhance-plugin'
}
}
}

0 comments on commit af1f512

Please sign in to comment.