Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 02cbed8

Browse files
committed
Release 6.1.0
1 parent b0e98a6 commit 02cbed8

10 files changed

+15
-12
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to grunt-oraclejet
22

3-
*Copyright (c) 2014, 2018 Oracle and/or its affiliates
3+
*Copyright (c) 2014, 2019 Oracle and/or its affiliates
44
The Universal Permissive License (UPL), Version 1.0*
55

66
**Pull requests are currently not being accepted for the Oracle JET project.**

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818

1919
```
20-
Copyright (c) 2014, 2018 Oracle and/or its affiliates
20+
Copyright (c) 2014, 2019 Oracle and/or its affiliates
2121
The Universal Permissive License (UPL), Version 1.0
2222
2323
Subject to the condition set forth below, permission is hereby granted to any person obtaining

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# @oracle/grunt-oraclejet 6.0.0
1+
# @oracle/grunt-oraclejet 6.1.0
22

33
## About the module
44
This module contains build and serve tasks for Oracle JET web and hybrid mobile applications.
55

66
This is an open source project maintained by Oracle Corp.
77

88
## Installation
9-
This module will be automatically installed when you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet600&id=homepage).
9+
This module will be automatically installed when you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet610&id=homepage).
1010

1111
## [Contributing](https://github.com/oracle/grunt-oraclejet/tree/master/CONTRIBUTING.md)
1212
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
1313
[CONTRIBUTING](https://github.com/oracle/grunt-oraclejet/tree/master/CONTRIBUTING.md)
1414
for details.
1515

1616
## [License](https://github.com/oracle/grunt-oraclejet/tree/master/LICENSE.md)
17-
Copyright (c) 2014, 2018 Oracle and/or its affiliates
17+
Copyright (c) 2014, 2019 Oracle and/or its affiliates
1818
The Universal Permissive License (UPL), Version 1.0

RELEASENOTES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Release Notes for grunt-oraclejet ##
22

3+
### 6.1.0
4+
* No changes
5+
36
### 6.0.0
47
* No changes
58

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oracle/grunt-oraclejet",
33
"description": "Build and serve tasks for Oracle JET web and mobile applications",
4-
"version": "6.0.0",
4+
"version": "6.1.0",
55
"license": "UPL-1.0",
66
"homepage": "http://oraclejet.org",
77
"main": "tasks/build.js",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies":
1818
{
19-
"@oracle/oraclejet-tooling": "~6.0.0"
19+
"@oracle/oraclejet-tooling": "~6.1.0"
2020
},
2121
"devDependencies": {
2222
"eslint": "~3.19.0"

tasks/configs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

tasks/help.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

tasks/oraclejet-build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

tasks/oraclejet-serve.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

tasks/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2019, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

0 commit comments

Comments
 (0)