Skip to content

Commit

Permalink
Merge pull request #9 from zalando-incubator/LBJ-208
Browse files Browse the repository at this point in the history
Preparations for Release 1.0
  • Loading branch information
BGehrels authored May 5, 2017
2 parents 8944427 + 16ceb0c commit d2ba9b1
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 @@ -15,7 +15,7 @@

<artifactId>nakadi-producer-spring-boot-starter</artifactId>
<groupId>org.zalando</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<name>Nakadi Event Producer: Spring Boot Starter</name>
<description>Spring Boot Auto Configuration for Nakadi event producer</description>

Expand Down Expand Up @@ -242,6 +242,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>

</project>

0 comments on commit d2ba9b1

Please sign in to comment.