Skip to content

Commit

Permalink
[maven-release-plugin] prepare release littleproxy-1.1.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jekh committed Aug 28, 2015
1 parent 01b5a13 commit 9728867
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.littleshoot</groupId>
<artifactId>littleproxy</artifactId>
<packaging>jar</packaging>
<version>1.1.0-beta1-SNAPSHOT</version>
<version>1.1.0-beta1</version>
<name>LittleProxy</name>
<description>
LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.
Expand Down Expand Up @@ -48,7 +48,8 @@
<connection>scm:git:https://adamfisk@github.com/adamfisk/LittleProxy.git</connection>
<developerConnection>scm:git:git@github.com:adamfisk/LittleProxy</developerConnection>
<url>scm:git:git@github.com:adamfisk/LittleProxy.git</url>
</scm>
<tag>littleproxy-1.1.0-beta1</tag>
</scm>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand All @@ -75,7 +76,7 @@
<jdk>[,1.8)</jdk>
</activation>
<properties>
<javadoc.opts/>
<javadoc.opts />
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 9728867

Please sign in to comment.