Skip to content

Commit

Permalink
Version 1.1.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Apr 19, 2018
1 parent 9ef9d82 commit 5cc1409
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In `settings.gradle` file add the following lines:
jcenter()
}
dependencies {
classpath 'com.alexvasilkov:gradle-vcs-dependency:1.0.1'
classpath 'com.alexvasilkov:gradle-vcs-dependency:1.1.0'
}
}

Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
VERSION_NAME=1.0.1
VERSION_NAME=1.1.0

POM_NAME=GradleVcsDependencyPlugin
POM_NAME=GradleDependencyPlugin
POM_GROUP=com.alexvasilkov
POM_ARTIFACT_ID=gradle-vcs-dependency
POM_PACKAGING=jar

POM_DESCRIPTION=Gradle plugin to add external vcs repository dependencies
POM_URL=https://github.com/alexvasilkov/GradleVcsDependencyPlugin
POM_SCM_URL=https://github.com/alexvasilkov/GradleVcsDependencyPlugin
POM_SCM_CONNECTION=scm:git@github.com/alexvasilkov/GradleVcsDependencyPlugin.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:alexvasilkov/GradleVcsDependencyPlugin.git
POM_DESCRIPTION=Gradle plugin to add external Git and SVN repository dependencies
POM_URL=https://github.com/alexvasilkov/GradleDependencyPlugin
POM_SCM_URL=https://github.com/alexvasilkov/GradleDependencyPlugin
POM_SCM_CONNECTION=scm:git@github.com/alexvasilkov/GradleDependencyPlugin.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:alexvasilkov/GradleDependencyPlugin.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
Expand Down

0 comments on commit 5cc1409

Please sign in to comment.