File tree Expand file tree Collapse file tree 4 files changed +12
-17
lines changed
okta-spring-security-starter Expand file tree Collapse file tree 4 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >com.okta.spring</groupId >
23
23
<artifactId >okta-spring-security-parent</artifactId >
24
- <version >0.1.0-SNAPSHOT </version >
24
+ <version >0.1.0</version >
25
25
</parent >
26
26
27
27
<groupId >com.okta.spring.examples</groupId >
Original file line number Diff line number Diff line change 13
13
~ See the License for the specific language governing permissions and
14
14
~ limitations under the License.
15
15
-->
16
- <project
17
- xmlns =" http://maven.apache.org/POM/4.0.0"
18
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
16
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
20
17
21
18
<modelVersion >4.0.0</modelVersion >
22
19
23
20
<parent >
24
21
<groupId >com.okta.spring.examples</groupId >
25
22
<artifactId >okta-spring-security-examples</artifactId >
26
- <version >0.1.0-SNAPSHOT </version >
23
+ <version >0.1.0</version >
27
24
</parent >
28
25
29
26
<artifactId >okta-spring-boot-siw-jquery-example</artifactId >
63
60
<dependency >
64
61
<groupId >com.okta.spring</groupId >
65
62
<artifactId >okta-spring-security-starter</artifactId >
66
- <version >0.1.0-SNAPSHOT </version >
63
+ <version >0.1.0</version >
67
64
</dependency >
68
65
69
66
<!-- Other standard Spring starters -->
Original file line number Diff line number Diff line change 13
13
~ See the License for the specific language governing permissions and
14
14
~ limitations under the License.
15
15
-->
16
- <project
17
- xmlns =" http://maven.apache.org/POM/4.0.0"
18
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
16
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
20
17
21
18
<modelVersion >4.0.0</modelVersion >
22
19
23
20
<parent >
24
21
<groupId >com.okta.spring</groupId >
25
22
<artifactId >okta-spring-security-parent</artifactId >
26
- <version >0.1.0-SNAPSHOT </version >
23
+ <version >0.1.0</version >
27
24
</parent >
28
25
29
26
<artifactId >okta-spring-security-starter</artifactId >
Original file line number Diff line number Diff line change 13
13
~ See the License for the specific language governing permissions and
14
14
~ limitations under the License.
15
15
-->
16
- <project
17
- xmlns =" http://maven.apache.org/POM/4.0.0"
18
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
16
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
20
17
21
18
<modelVersion >4.0.0</modelVersion >
22
19
29
26
30
27
<groupId >com.okta.spring</groupId >
31
28
<artifactId >okta-spring-security-parent</artifactId >
32
- <version >0.1.0-SNAPSHOT </version >
29
+ <version >0.1.0</version >
33
30
<name >Okta Spring Security</name >
34
31
<packaging >pom</packaging >
35
32
80
77
</profile >
81
78
</profiles >
82
79
80
+
81
+ <scm >
82
+ <tag >okta-spring-security-parent-0.1.0</tag >
83
+ </scm >
83
84
</project >
You can’t perform that action at this time.
0 commit comments