Skip to content

Commit

Permalink
GEOMESA-3290 Update NiFi to 1.23.0 (#149)
Browse files Browse the repository at this point in the history
* Bump GeoMesa version
* Remove osgeo snapshot repo
  • Loading branch information
elahrvivaz authored Aug 4, 2023
1 parent 61c2b44 commit 8324e7b
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
</modules>

<properties>
<geomesa.version>4.0.0</geomesa.version>
<nifi.version>1.19.1</nifi.version>
<geomesa.version>4.1.0-SNAPSHOT</geomesa.version>
<nifi.version>1.23.0</nifi.version>

<scala.version>2.12.17</scala.version>
<scala.binary.version>2.12</scala.binary.version>
Expand Down Expand Up @@ -1141,7 +1141,7 @@
<plugin>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
Expand Down Expand Up @@ -1455,16 +1455,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>osgeo-snapshots</id>
<url>https://repo.osgeo.org/repository/snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>confluent</id>
<url>https://packages.confluent.io/maven/</url>
Expand Down

0 comments on commit 8324e7b

Please sign in to comment.