Skip to content

Commit

Permalink
[TASK] Prepare release for version 2.0.0
Browse files Browse the repository at this point in the history
* Set version to 2.0.0
* Build against Apache Solr 6.3
  • Loading branch information
timohund committed Feb 28, 2017
1 parent dbe6f66 commit 9f56708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.typo3.solr</groupId>
<artifactId>solr-typo3-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Solr TYPO3 Plugin</name>
<description>A plugin for Solr to implement TYPO3 support functionality.</description>
Expand Down Expand Up @@ -59,7 +59,7 @@
</organization>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<solr.version>6.2.0</solr.version>
<solr.version>6.3.0</solr.version>
<timestamp>${maven.build.timestamp}</timestamp>
</properties>
<build>
Expand Down

0 comments on commit 9f56708

Please sign in to comment.