Skip to content

Commit

Permalink
version 1.1.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Soldani committed Jul 27, 2020
1 parent 4d2393c commit 1a6b8b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>it.fabricalab.streaming</groupId>
<artifactId>flink-file-source</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -160,6 +160,10 @@
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<build>
Expand Down

0 comments on commit 1a6b8b2

Please sign in to comment.