Skip to content

Commit

Permalink
Fix ant build wrong version issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
athana committed Mar 8, 2016
1 parent 07eec4f commit 895f4b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions default.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=banana
version=1.5.1
version=1.6.0
final.name=${name}-${version}
year=2015
year=2016

basedir = ./
src.dir = ./src
Expand Down
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ limitations under the License.
<groupId>com.lucidworks</groupId>
<artifactId>banana</artifactId>
<packaging>war</packaging>
<version>1.5.1</version>
<version>1.6.0</version>
<description>The Banana project was forked from Kibana, and works with all kinds of time series (and non-time series) data stored in Apache Solr.
</description>
<url>https://github.com/LucidWorks/banana</url>
Expand Down Expand Up @@ -58,9 +58,10 @@ limitations under the License.
</issueManagement>
<developers>
<developer>
<id></id>
<name></name>
<email></email>
<name>Andrew Thanalertvisuti</name>
<email>[email protected]</email>
<organization>Lucidworks</organization>
<organizationUrl>https://lucidworks.com/</organizationUrl>
</developer>
</developers>
<build>
Expand Down

0 comments on commit 895f4b7

Please sign in to comment.