Skip to content

Commit

Permalink
prepare for next release version
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Apr 12, 2016
1 parent 163d340 commit cf711bb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.segment.nsq</groupId>
<artifactId>nsq-client</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>

<name>JavaNSQClient</name>
<description>Fast Java client for NSQ.</description>
Expand All @@ -21,6 +19,7 @@
<connection>scm:git:[email protected]:segmentio/JavaNSQClient.git</connection>
<developerConnection>scm:git:[email protected]:segmentio/JavaNSQClient.git</developerConnection>
<url>[email protected]:segmentio/JavaNSQClient.git</url>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit cf711bb

Please sign in to comment.