Skip to content

Commit

Permalink
Update dionysus (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon authored Oct 6, 2019
1 parent c8fc97a commit 7aec82d
Show file tree
Hide file tree
Showing 4 changed files with 587 additions and 271 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ For information on how to use the integrations see the project documentation:

### Build

./mvnw clean install
./build rebuild

## Site

### Building

./mvnw clean install dionysus:build
./build site_build

### Publishing

./mvnw dionysus:publish
./build site_deploy
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<apache-maven.version>3.0</apache-maven.version>
<jackson.version>2.9.10</jackson.version>
<dionysus.version>1.0.3-SNAPSHOT</dionysus.version>
<dionysus.version>1.0.3</dionysus.version>

<ossindex.baseUrl>https://ossindex.sonatype.org</ossindex.baseUrl>

Expand Down
7 changes: 4 additions & 3 deletions src/site/hugo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"build": "brunch build --production themes/dionysus && hugo"
},
"dependencies": {
"brunch": "^2.10.12",
"concurrently": "^3.6.0",
"wait-on": "^2.1.0"
"brunch": "2.10.17",
"concurrently": "4.1.2",
"wait-on": "3.3.0",
"debug": "2.6.9"
},
"devDependencies": {}
}
Loading

0 comments on commit 7aec82d

Please sign in to comment.