Skip to content
This repository was archived by the owner on May 25, 2018. It is now read-only.

Commit ef2ef70

Browse files
committed
[maven-release-plugin] prepare release 1.0
1 parent 3821d2b commit ef2ef70

File tree

22 files changed

+42
-42
lines changed

22 files changed

+42
-42
lines changed

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.soteria</groupId>
4848
<artifactId>parent</artifactId>
49-
<version>1.0-b16-SNAPSHOT</version>
49+
<version>1.0</version>
5050
</parent>
5151

5252
<artifactId>javax.security.enterprise</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<groupId>org.glassfish.soteria</groupId>
5353
<artifactId>parent</artifactId>
54-
<version>1.0-b16-SNAPSHOT</version>
54+
<version>1.0</version>
5555
<packaging>pom</packaging>
5656

5757
<inceptionYear>2015</inceptionYear>
@@ -117,7 +117,7 @@
117117
<connection>scm:git:https://github.com/javaee/security-soteria.git</connection>
118118
<developerConnection>scm:git:https://github.com/javaee/security-soteria.git</developerConnection>
119119
<url>https://github.com/javaee/security-soteria</url>
120-
<tag>HEAD</tag>
120+
<tag>1.0</tag>
121121
</scm>
122122

123123
<dependencies>

test/app-custom-identity-store-handler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.soteria.test</groupId>
4848
<artifactId>parent</artifactId>
49-
<version>1.0-b16-SNAPSHOT</version>
49+
<version>1.0</version>
5050
</parent>
5151

5252
<artifactId>app-custom-identity-store-handler</artifactId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.glassfish.soteria.test</groupId>
6666
<artifactId>common</artifactId>
67-
<version>1.0-b16-SNAPSHOT</version>
67+
<version>1.0</version>
6868
</dependency>
6969

7070
<dependency>

test/app-custom-rememberme/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.soteria.test</groupId>
4848
<artifactId>parent</artifactId>
49-
<version>1.0-b16-SNAPSHOT</version>
49+
<version>1.0</version>
5050
</parent>
5151

5252
<artifactId>app-custom-rememberme</artifactId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.glassfish.soteria.test</groupId>
6666
<artifactId>common</artifactId>
67-
<version>1.0-b16-SNAPSHOT</version>
67+
<version>1.0</version>
6868
</dependency>
6969
</dependencies>
7070

test/app-custom-session/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.soteria.test</groupId>
4848
<artifactId>parent</artifactId>
49-
<version>1.0-b16-SNAPSHOT</version>
49+
<version>1.0</version>
5050
</parent>
5151

5252
<artifactId>app-custom-session</artifactId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.glassfish.soteria.test</groupId>
6666
<artifactId>common</artifactId>
67-
<version>1.0-b16-SNAPSHOT</version>
67+
<version>1.0</version>
6868
</dependency>
6969
</dependencies>
7070

test/app-custom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.soteria.test</groupId>
4848
<artifactId>parent</artifactId>
49-
<version>1.0-b16-SNAPSHOT</version>
49+
<version>1.0</version>
5050
</parent>
5151

5252
<artifactId>app-custom</artifactId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.glassfish.soteria.test</groupId>
6666
<artifactId>common</artifactId>
67-
<version>1.0-b16-SNAPSHOT</version>
67+
<version>1.0</version>
6868
</dependency>
6969
</dependencies>
7070

test/app-db/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.soteria.test</groupId>
4848
<artifactId>parent</artifactId>
49-
<version>1.0-b16-SNAPSHOT</version>
49+
<version>1.0</version>
5050
</parent>
5151

5252
<artifactId>app-db</artifactId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.glassfish.soteria.test</groupId>
6666
<artifactId>common</artifactId>
67-
<version>1.0-b16-SNAPSHOT</version>
67+
<version>1.0</version>
6868
</dependency>
6969

7070
<dependency>

test/app-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.soteria.test</groupId>
4848
<artifactId>parent</artifactId>
49-
<version>1.0-b16-SNAPSHOT</version>
49+
<version>1.0</version>
5050
</parent>
5151

5252
<artifactId>app-jaxrs</artifactId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.glassfish.soteria.test</groupId>
6666
<artifactId>common</artifactId>
67-
<version>1.0-b16-SNAPSHOT</version>
67+
<version>1.0</version>
6868
</dependency>
6969
</dependencies>
7070

test/app-ldap/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.soteria.test</groupId>
4848
<artifactId>parent</artifactId>
49-
<version>1.0-b16-SNAPSHOT</version>
49+
<version>1.0</version>
5050
</parent>
5151

5252
<artifactId>app-ldap</artifactId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.glassfish.soteria.test</groupId>
6666
<artifactId>common</artifactId>
67-
<version>1.0-b16-SNAPSHOT</version>
67+
<version>1.0</version>
6868
</dependency>
6969

7070
<dependency>

test/app-ldap2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<parent>
4747
<groupId>org.glassfish.soteria.test</groupId>
4848
<artifactId>parent</artifactId>
49-
<version>1.0-b16-SNAPSHOT</version>
49+
<version>1.0</version>
5050
<relativePath>../pom.xml</relativePath>
5151
</parent>
5252

@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.glassfish.soteria.test</groupId>
6767
<artifactId>common</artifactId>
68-
<version>1.0-b16-SNAPSHOT</version>
68+
<version>1.0</version>
6969
</dependency>
7070

7171
<dependency>

0 commit comments

Comments
 (0)