Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Jun 20, 2014
1 parent 4879292 commit 8c1d877
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions hawtbuf-proto/pom.xml
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf-project</artifactId>
<version>1.11</version>
<version>1.12-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf-proto</artifactId>
<version>1.11</version>
<version>1.12-SNAPSHOT</version>
<packaging>bundle</packaging>

<description>HawtBuf Proto: A protobuf library</description>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf</artifactId>
<version>1.11</version>
<version>1.12-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions hawtbuf-protoc/pom.xml
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf-project</artifactId>
<version>1.11</version>
<version>1.12-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf-protoc</artifactId>
<version>1.11</version>
<version>1.12-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>${project.artifactId}</name>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf-proto</artifactId>
<version>1.11</version>
<version>1.12-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions hawtbuf/pom.xml
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf-project</artifactId>
<version>1.11</version>
<version>1.12-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf</artifactId>
<version>1.11</version>
<version>1.12-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@

<groupId>org.fusesource.hawtbuf</groupId>
<artifactId>hawtbuf-project</artifactId>
<version>1.11</version>
<version>1.12-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -95,7 +95,7 @@
<connection>scm:git:git://forge.fusesource.com/${forge-project-id}.git</connection>
<developerConnection>scm:git:ssh://git@forge.fusesource.com/${forge-project-id}.git</developerConnection>
<url>http://fusesource.com/forge/gitweb?p=${forge-project-id}.git</url>
<tag>hawtbuf-project-1.11</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<site>
Expand Down

0 comments on commit 8c1d877

Please sign in to comment.