Skip to content

Commit

Permalink
Merge pull request #23 from flow/release/1.0.2
Browse files Browse the repository at this point in the history
Release/1.0.2
  • Loading branch information
lukespragg committed Apr 29, 2016
2 parents ef5c166 + 2a55c68 commit a247f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ after_success:
# Generate Javadocs and report for Coveralls.io
- "mvn javadoc:javadoc cobertura:cobertura coveralls:report -DserviceJobId=$TRAVIS_JOB_ID"

# RELEASE: Deploy main JAR to GitHub Releases
# RELEASE: Deploy JARs to GitHub Releases
deploy:
provider: releases
api-key: $GITHUB_TOKEN
file: "target/flow-math-`cat version.txt`.jar"
file_glob: true
file: target/flow-math-*.jar
skip_cleanup: true
on:
branch: master
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ public class Complex#E# implements Imaginary#E#, Comparable<Complex#E#>, Seriali
}

/**
* Creates a new quaternion from the #e# imaginary components.
* Creates a new complex from the #e# imaginary components.
*
* <p>The {@link #ZERO} constant is re-used when {@code y} is 0.</p>
*
Expand Down

0 comments on commit a247f56

Please sign in to comment.