Skip to content

Commit

Permalink
added description to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacalia committed Dec 5, 2016
1 parent 767ebc8 commit bfbd90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ task configureSonatypeDeployment(type: DefaultTask) << {
pom.project {
name 'tensorics-expression'
packaging 'jar'
description ''
description 'Tensoric expression is able to solve an expression tree. Much like a tree coming from a traditional equation, where both operations and operands can be objects and can implement custom behavior'
url 'http://www.tensorics.org'

groupId 'org.tensorics'
Expand Down

0 comments on commit bfbd90a

Please sign in to comment.