Skip to content

Commit f4caebc

Browse files
committed
Fix VCS path.
1 parent e1c65f4 commit f4caebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
}
66

77
pluginBundle {
8-
website = 'https://github.com/bst-services/weave-dependencies'
9-
vcsUrl = 'https://github.com/bst-services/weave-dependencies'
8+
website = 'https://github.com/bstservices/weave-dependencies'
9+
vcsUrl = 'https://github.com/bstservices/weave-dependencies'
1010
tags = ['aspectj', 'weaving']
1111
}
1212

@@ -17,7 +17,7 @@ gradlePlugin {
1717
displayName = 'AspectJ dependency weaving plugin'
1818
description = 'For weaving binary aspects into binary dependencies'
1919
implementationClass = 'services.bst.gradle.WeaveDependenciesPlugin'
20-
version = '0.1.0'
20+
version = '0.1.1'
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)