Skip to content

Commit 895f4b7

Browse files
committed
Fix ant build wrong version issue.
1 parent 07eec4f commit 895f4b7

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

default.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=banana
2-
version=1.5.1
2+
version=1.6.0
33
final.name=${name}-${version}
4-
year=2015
4+
year=2016
55

66
basedir = ./
77
src.dir = ./src

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727
<groupId>com.lucidworks</groupId>
2828
<artifactId>banana</artifactId>
2929
<packaging>war</packaging>
30-
<version>1.5.1</version>
30+
<version>1.6.0</version>
3131
<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.
3232
</description>
3333
<url>https://github.com/LucidWorks/banana</url>
@@ -58,9 +58,10 @@ limitations under the License.
5858
</issueManagement>
5959
<developers>
6060
<developer>
61-
<id></id>
62-
<name></name>
63-
<email></email>
61+
<name>Andrew Thanalertvisuti</name>
62+
<email>[email protected]</email>
63+
<organization>Lucidworks</organization>
64+
<organizationUrl>https://lucidworks.com/</organizationUrl>
6465
</developer>
6566
</developers>
6667
<build>

0 commit comments

Comments
 (0)