diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 8609400d..14ae3535 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -38,7 +38,7 @@ apply plugin: 'com.jfrog.artifactory' defaultTasks 'clean', 'publishToMavenLocal' -version '1.1.0' +version '1.1.1' String[] roots = ["${project.projectDir}/src/main/groovy"] def versions = new GroovyScriptEngine(roots).loadScriptByName('org/tangram/gradle/plugin/TangramVersions.groovy').newInstance() @@ -121,7 +121,7 @@ publishing { pluginBundle { website = 'https://github.com/mgoellnitz/tangram/' vcsUrl = 'https://github.com/mgoellnitz/tangram/' - description = 'Tangram JPA, JDO, EBean, webapp overlay, and minifying plugin' + description = 'Generic JPA, JDO, EBean byte code transformation plugin, webapp overlay helper, and minifying plugin developed for Tangram - Verson 1.1.1 is again JDK 1.7 compatible' tags = ['tangram', 'jdo', 'jpa', 'ebean', 'datanucleus', 'eclipselink', 'hibernate', 'openjpa', 'overlay', 'minify'] plugins {