Skip to content

Commit 6fd6d69

Browse files
committed
version bump
1 parent ecda0bd commit 6fd6d69

File tree

1 file changed

+28
-21
lines changed

1 file changed

+28
-21
lines changed

box.json

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
11
{
2-
"name" : "JavaLoader",
3-
"author" : "Ortus Solutions.com <[email protected]>",
4-
"version" : "2.0.0",
5-
"location" : "http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbjavaloader/@build.version@/[email protected]@.zip",
6-
"slug" : "cbjavaloader",
7-
"type" : "modules",
8-
"homepage" : "https://github.com/coldbox-modules/cbox-javaloader",
9-
"documentation" : "https://github.com/coldbox-modules/cbox-javaloader",
10-
"repository" : { "type" : "git", "url" : "https://github.com/coldbox-modules/cbox-javaloader" },
11-
"shortDescription" : "A module to class load, compile and do much more with Java",
12-
"license" : [
13-
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
14-
],
15-
"contributors" : [
16-
"Brad Wood <[email protected]>", "Curt Gratz <[email protected]>"
17-
],
18-
"ignore":[
2+
"name":"JavaLoader",
3+
"author":"Ortus Solutions.com <[email protected]>",
4+
"version":"2.1.0",
5+
"location":"http://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbjavaloader/@build.version@/[email protected]@.zip",
6+
"slug":"cbjavaloader",
7+
"type":"modules",
8+
"homepage":"https://github.com/coldbox-modules/cbox-javaloader",
9+
"documentation":"https://github.com/coldbox-modules/cbox-javaloader",
10+
"repository":{
11+
"type":"git",
12+
"url":"https://github.com/coldbox-modules/cbox-javaloader"
13+
},
14+
"shortDescription":"A module to class load, compile and do much more with Java",
15+
"license":[
16+
{
17+
"type":"Apache2",
18+
"url":"http://www.apache.org/licenses/LICENSE-2.0.html"
19+
}
20+
],
21+
"contributors":[
22+
"Brad Wood <[email protected]>",
23+
"Curt Gratz <[email protected]>"
24+
],
25+
"ignore":[
1926
"**/.*",
2027
"tests",
2128
"*/.md"
22-
],
23-
"dependencies":{},
29+
],
30+
"dependencies":{},
2431
"devDependencies":{},
25-
"installPaths":{},
26-
"scripts":{
32+
"installPaths":{},
33+
"scripts":{
2734
"release":"recipe build/release.boxr",
2835
"format":"cfformat run models/,test-harness/tests/ --overwrite",
2936
"format:watch":"cfformat watch models/,test-harness/tests/",

0 commit comments

Comments
 (0)