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

Commit 43abf8a

Browse files
authored
Merge pull request #73 from arjantijms/master
Prepare release 1.0-b06
2 parents 120f76f + bc06330 commit 43abf8a

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

impl/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.glassfish.soteria</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>soteria</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.glassfish.soteria</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>1.0-m06-SNAPSHOT</version>
13+
<version>1.0-b06</version>
1414
<packaging>pom</packaging>
1515

1616
<inceptionYear>2015</inceptionYear>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-custom-identity-store-handler</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828

2929
<dependency>

test/app-custom-rememberme/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-custom-rememberme</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-custom-session/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-custom-session</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-custom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-custom</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-db/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-db</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828

2929
<dependency>

test/app-jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-jaxrs</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-ldap/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-ldap</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828

2929
<dependency>

test/app-ldap2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.glassfish.soteria.test</groupId>
2626
<artifactId>common</artifactId>
27-
<version>1.0-m06-SNAPSHOT</version>
27+
<version>1.0-b06</version>
2828
</dependency>
2929

3030
<dependency>

test/app-mem-basic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-mem-basic</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-mem-customform/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-mem-customform</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-mem-form/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-mem-form</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-mem/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-mem</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-multiple-store-backup/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-multiple-store-backup</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-multiple-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-multiple-store</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-securitycontext-auth/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-securitycontext-auth</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/app-securitycontext/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>app-securitycontext</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.glassfish.soteria.test</groupId>
2525
<artifactId>common</artifactId>
26-
<version>1.0-m06-SNAPSHOT</version>
26+
<version>1.0-b06</version>
2727
</dependency>
2828
</dependencies>
2929

test/common/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.glassfish.soteria.test</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<artifactId>common</artifactId>

test/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.glassfish.soteria</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0-m06-SNAPSHOT</version>
8+
<version>1.0-b06</version>
99
</parent>
1010

1111
<groupId>org.glassfish.soteria.test</groupId>
@@ -123,15 +123,15 @@
123123
<!--
124124
This profile assumes a target that already has the Soteria libraries.
125125
In Java EE 8 that would be the default. E.g. in the case of GlassFish/Payara
126-
a soteria-1.0-m06-SNAPSHOT.jar in [gf_home]/glassfish/modules
126+
a soteria-1.0-b06.jar in [gf_home]/glassfish/modules
127127
-->
128128
<profile>
129129
<id>provided</id>
130130
<dependencies>
131131
<dependency>
132132
<groupId>javax.security</groupId>
133133
<artifactId>javax.security-api</artifactId>
134-
<version>1.0-m06-SNAPSHOT</version>
134+
<version>1.0-b06</version>
135135
<scope>provided</scope>
136136
</dependency>
137137
</dependencies>
@@ -141,7 +141,7 @@
141141
This profile assumes a target that does not have the Soteria libraries.
142142
E.g. a Java EE 7 server or Servlet container such as Tomcat or Jetty.
143143

144-
With this profile e.g. soteria-1.0-m06-SNAPSHOT.jar will end up in WEB-INF/lib
144+
With this profile e.g. soteria-1.0-b06.jar will end up in WEB-INF/lib
145145
-->
146146
<profile>
147147
<id>bundled</id>
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>org.glassfish.soteria</groupId>
154154
<artifactId>soteria</artifactId>
155-
<version>1.0-m06-SNAPSHOT</version>
155+
<version>1.0-b06</version>
156156
</dependency>
157157
</dependencies>
158158
</profile>

0 commit comments

Comments
 (0)