Skip to content

Commit cc4d42b

Browse files
author
dvtdev
committed
Update
1 parent 8735a05 commit cc4d42b

File tree

9 files changed

+14
-12
lines changed

9 files changed

+14
-12
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# Contributing to generator-oraclejet
1+
# Contributing to Oracle JET
22

33
*Copyright (c) 2014,2016 Oracle and/or its affiliates
44
The Universal Permissive License (UPL), Version 1.0*
55

6-
Pull requests can be made under [The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html)
6+
**Pull requests are currently not being accepted for the Oracle JET project.**
7+
8+
We plan to provide this functionality in the future. At that time, you will need to follow [The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html)
79
(OCA).
810

9-
If you have ideas, comments, or issues related to Oracle JET and Yeoman generators, swing on by the [Oracle JET Generators discussion forum.](https://community.oracle.com/community/development_tools/oracle-jet/generators)
11+
If you have ideas, comments, or issues related to Oracle JET, swing on by the [Oracle JET discussion forum.](https://community.oracle.com/community/development_tools/oracle-jet)
1012

11-
For pull requests to be accepted into generator-oraclejet, the bottom of
13+
For pull requests to be accepted into oraclejet, the bottom of
1214
your commit message must have the following line using your name and
1315
e-mail address as it appears in the OCA Signatories list.
1416

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generator-oraclejet
1+
# Oracle JET
22

33
You may not use the identified files except in compliance with the
44
Universal Permissive License (UPL), Version 1.0 (the "License.")

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
"requirejs": "2.1.16",
2222
"text": "2.0.12"
2323
}
24-
}
24+
}

dist/js/libs/oj/debug/oj.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ var _oldVal = _scope['oj'];
4444
var oj = _scope['oj'] =
4545
{
4646
'version': "2.0.0",
47-
'build' : "82",
48-
'revision': "22671",
47+
'build' : "83",
48+
'revision': "22680",
4949

5050
// This function is only meant to be used outside the library, so quoting the name
5151
// to avoid renaming is appropriate

dist/js/libs/oj/debug/ojcore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ var _oldVal = _scope['oj'];
4646
var oj = _scope['oj'] =
4747
{
4848
'version': "2.0.0",
49-
'build' : "82",
50-
'revision': "22671",
49+
'build' : "83",
50+
'revision': "22680",
5151

5252
// This function is only meant to be used outside the library, so quoting the name
5353
// to avoid renaming is appropriate

dist/js/libs/oj/min/oj.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/libs/oj/min/ojcore.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)