Skip to content

Commit

Permalink
Updating Solr Version to 9.6 (#81)
Browse files Browse the repository at this point in the history
* Updating Solr Version to 9.6

* update to 9.6.1 to support Apache Solr 9.6 version

---------

Co-authored-by: Nageshwar.Addanki <[email protected]>
  • Loading branch information
naddanki87 and Nageshwar.Addanki authored Nov 28, 2024
1 parent b13a31f commit 5afa949
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 @@ -4,7 +4,7 @@
<groupId>org.apache.solr</groupId>
<artifactId>data-import-handler</artifactId>
<packaging>jar</packaging>
<version>9.5.0</version>
<version>9.6.1</version>
<name>data-import-handler</name>

<properties>
Expand All @@ -13,7 +13,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<solr-version>9.5.0</solr-version>
<solr-version>9.6.1</solr-version>
</properties>

<dependencies>
Expand Down

0 comments on commit 5afa949

Please sign in to comment.