Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-shnurenko committed Aug 16, 2021
1 parent a687bfe commit 4cdbecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>net.buyerquest</groupId>
<artifactId>SolrMongoImporter</artifactId>
<name>MongoDB Data Importer for SOLR Data Import Handler</name>
<version>1.2.1</version>
<version>1.2.2</version>
<url>https://github.com/BuyerQuest/SolrMongoImporter</url>
<properties>
<solr.version>3.6.2</solr.version>
Expand Down Expand Up @@ -81,8 +81,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
<encoding>utf-8</encoding>
</configuration>
</plugin>
Expand Down

0 comments on commit 4cdbecd

Please sign in to comment.