Skip to content

Commit 5cc1409

Browse files
committed
Version 1.1.0 released
1 parent 9ef9d82 commit 5cc1409

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In `settings.gradle` file add the following lines:
1414
jcenter()
1515
}
1616
dependencies {
17-
classpath 'com.alexvasilkov:gradle-vcs-dependency:1.0.1'
17+
classpath 'com.alexvasilkov:gradle-vcs-dependency:1.1.0'
1818
}
1919
}
2020

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
VERSION_NAME=1.0.1
1+
VERSION_NAME=1.1.0
22

3-
POM_NAME=GradleVcsDependencyPlugin
3+
POM_NAME=GradleDependencyPlugin
44
POM_GROUP=com.alexvasilkov
55
POM_ARTIFACT_ID=gradle-vcs-dependency
66
POM_PACKAGING=jar
77

8-
POM_DESCRIPTION=Gradle plugin to add external vcs repository dependencies
9-
POM_URL=https://github.com/alexvasilkov/GradleVcsDependencyPlugin
10-
POM_SCM_URL=https://github.com/alexvasilkov/GradleVcsDependencyPlugin
11-
POM_SCM_CONNECTION=scm:[email protected]/alexvasilkov/GradleVcsDependencyPlugin.git
12-
POM_SCM_DEV_CONNECTION=scm:[email protected]:alexvasilkov/GradleVcsDependencyPlugin.git
8+
POM_DESCRIPTION=Gradle plugin to add external Git and SVN repository dependencies
9+
POM_URL=https://github.com/alexvasilkov/GradleDependencyPlugin
10+
POM_SCM_URL=https://github.com/alexvasilkov/GradleDependencyPlugin
11+
POM_SCM_CONNECTION=scm:[email protected]/alexvasilkov/GradleDependencyPlugin.git
12+
POM_SCM_DEV_CONNECTION=scm:[email protected]:alexvasilkov/GradleDependencyPlugin.git
1313
POM_LICENCE_NAME=The Apache Software License, Version 2.0
1414
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
1515
POM_LICENCE_DIST=repo

0 commit comments

Comments
 (0)