Skip to content

Commit d139249

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7311832 commit d139249

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.seam.security</groupId>
66
<artifactId>seam-security-parent</artifactId>
7-
<version>3.0.0.Alpha2</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.seam.security</groupId>
77
<artifactId>seam-security-parent</artifactId>
8-
<version>3.0.0.Alpha2</version>
8+
<version>3.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.seam.security</groupId>
66
<artifactId>seam-security-parent</artifactId>
7-
<version>3.0.0.Alpha2</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/idmconsole/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.jboss.seam.security</groupId>
1111
<artifactId>seam-security-parent</artifactId>
12-
<version>3.0.0.Alpha2</version>
12+
<version>3.0.0-SNAPSHOT</version>
1313
<relativePath>../../pom.xml</relativePath>
1414
</parent>
1515

external/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.seam.security</groupId>
66
<artifactId>seam-security-parent</artifactId>
7-
<version>3.0.0.Alpha2</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.seam.security</groupId>
66
<artifactId>seam-security-parent</artifactId>
7-
<version>3.0.0.Alpha2</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.jboss.seam.security</groupId>
1111
<artifactId>seam-security-parent</artifactId>
1212
<packaging>pom</packaging>
13-
<version>3.0.0.Alpha2</version>
13+
<version>3.0.0-SNAPSHOT</version>
1414
<name>Seam Security Parent</name>
1515

1616
<modules>

0 commit comments

Comments
 (0)