Skip to content

Commit

Permalink
Update maven
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Aug 16, 2015
1 parent fc43565 commit 8b2a8eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 116 deletions.
6 changes: 5 additions & 1 deletion unifiednlp-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
}
}

apply plugin: 'com.android.library'
apply from: 'gradle-mvn-push.gradle'
apply plugin: 'com.github.dcendents.android-maven'

version = '1.3.3'

android {
compileSdkVersion 22
Expand Down
114 changes: 0 additions & 114 deletions unifiednlp-api/gradle-mvn-push.gradle

This file was deleted.

2 changes: 1 addition & 1 deletion unifiednlp-api/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=org.microg
POM_ARTIFACT_ID=unifiednlp-api
VERSION_NAME=1.3.2
VERSION_NAME=1.3.3

POM_NAME=µg UnifiedNlp API
POM_DESCRIPTION=API interfaces and helpers to create backends for UnifiedNlp
Expand Down

0 comments on commit 8b2a8eb

Please sign in to comment.