This repository was archived by the owner on Feb 28, 2025. It is now read-only.
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Grails 3 AngularJS Scaffolding Plugin
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/grails-plugins/grails-angular -scaffolding.svg?branch=master )] ( https://travis-ci.org/grails-plugins/grails-angular -scaffolding )
3
+ [ ![ Build Status] ( https://travis-ci.org/grails-plugins/grails-angularjs -scaffolding.svg?branch=master )] ( https://travis-ci.org/grails-plugins/grails-angularjs -scaffolding )
4
4
5
5
A plugin for generating client side assets based on domain classes
6
6
7
7
## Documentation
8
8
9
- http://grails-plugins.github.io/grails-angular -scaffolding/latest
9
+ http://grails-plugins.github.io/grails-angularjs -scaffolding/latest
10
10
11
11
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
id ' org.asciidoctor.convert' version ' 1.5.3'
13
13
}
14
14
15
- version " 1.0.1.BUILD-SNAPSHOT "
15
+ version " 1.0.2 "
16
16
group " org.grails.plugins"
17
17
18
18
apply plugin :" eclipse"
@@ -43,7 +43,7 @@ dependencies {
43
43
provided " org.springframework.boot:spring-boot-starter-tomcat"
44
44
provided " org.grails:grails-dependencies"
45
45
compile " org.grails:scaffolding-core:$scaffoldingCoreVersion "
46
- profile " org.grails.profiles:plugin:3.2.0.BUILD-SNAPSHOT "
46
+ profile " org.grails.profiles:plugin:3.2.1 "
47
47
testCompile " org.grails:grails-plugin-testing"
48
48
documentation " org.codehaus.groovy:groovy-all:2.4.6"
49
49
}
@@ -53,7 +53,7 @@ task wrapper(type: Wrapper) {
53
53
}
54
54
grailsPublish {
55
55
userOrg = " grails"
56
- githubSlug = ' grails-plugins/grails-angular -scaffolding'
56
+ githubSlug = ' grails-plugins/grails-angularjs -scaffolding'
57
57
license {
58
58
name = ' Apache-2.0'
59
59
}
Original file line number Diff line number Diff line change 1
- rootProject. name= " angular -scaffolding"
1
+ rootProject. name= " angularjs -scaffolding"
You can’t perform that action at this time.
0 commit comments