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
maurotalevi committed Sep 10, 2015
1 parent 04c8deb commit 8c4c548
Show file tree
Hide file tree
Showing 26 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion archetypes/jbehave-groovy-archetype/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-archetypes</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-groovy-archetype</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/jbehave-guice-archetype/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-archetypes</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-guice-archetype</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/jbehave-needle-archetype/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-archetypes</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-needle-archetype</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/jbehave-pico-archetype/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-archetypes</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-pico-archetype</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/jbehave-simple-archetype/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-archetypes</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-simple-archetype</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/jbehave-spring-archetype/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave-archetypes</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-spring-archetype</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-archetypes</artifactId>
<packaging>pom</packaging>
Expand Down
28 changes: 14 additions & 14 deletions distribution/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-distribution</artifactId>
<packaging>pom</packaging>
Expand All @@ -15,67 +15,67 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-core</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-gherkin</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-groovy</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-scala</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-guice</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-pico</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-spring</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-weld</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-odf</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-google</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-rest</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-ant</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jbehave-core</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
<classifier>resources</classifier>
<type>zip</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-ant/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-ant</artifactId>
<name>JBehave Ant</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>jbehave-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-gherkin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-gherkin</artifactId>
<name>JBehave Gherkin</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-google/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-google</artifactId>
<name>JBehave Google</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-groovy/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-groovy</artifactId>
<name>JBehave Groovy</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-guice/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-guice</artifactId>
<name>JBehave Guice</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-hudson-plugin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-hudson-plugin</artifactId>
<packaging>hpi</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-jenkins-plugin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-jenkins-plugin</artifactId>
<packaging>hpi</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-maven-plugin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-navigator/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-navigator</artifactId>
<name>JBehave Navigator</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-needle/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-needle</artifactId>
<name>JBehave Needle</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-odf/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-odf</artifactId>
<name>JBehave ODF</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-pico/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-pico</artifactId>
<name>JBehave PicoContainer</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-rest/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-rest</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-scala/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-scala</artifactId>
<name>JBehave Scala</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-spring/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-spring</artifactId>
<name>JBehave Spring</name>
Expand Down
2 changes: 1 addition & 1 deletion jbehave-weld/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jbehave</groupId>
<artifactId>jbehave</artifactId>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
</parent>
<artifactId>jbehave-weld</artifactId>
<name>JBehave Weld</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<artifactId>jbehave</artifactId>
<packaging>pom</packaging>
<version>4.0.4</version>
<version>4.1-SNAPSHOT</version>
<name>JBehave</name>
<description>JBehave Core is a project providing core functionality supporting and facilitating Behaviour-Driven Development.</description>

Expand Down Expand Up @@ -358,7 +358,7 @@
<connection>scm:git:git://github.com/jbehave/jbehave-core.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jbehave/jbehave-core.git</developerConnection>
<url>http://github.com/jbehave/jbehave-core</url>
<tag>jbehave-4.0.4</tag>
<tag>HEAD</tag>
</scm>

</project>

0 comments on commit 8c4c548

Please sign in to comment.