Skip to content

Commit

Permalink
Change group ID and packaging to io.atomix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Sep 18, 2015
1 parent 212264e commit e8a8e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/push-javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "Enter the API version to generate docs for: "
read apiVersion

rm -rf target/docs
git clone git@github.com:kuujo/copycat.git target/docs -b gh-pages
git clone git@github.com:atomix/copycat.git target/docs -b gh-pages
mvn javadoc:javadoc -Pjavadoc -Djv=$apiVersion
cd target/docs
git add -A
Expand Down

0 comments on commit e8a8e42

Please sign in to comment.