Skip to content

Commit a40912e

Browse files
committed
[maven-release-plugin] prepare release okta-spring-security-parent-0.1.0
1 parent a91724f commit a40912e

File tree

4 files changed

+12
-17
lines changed

4 files changed

+12
-17
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.okta.spring</groupId>
2323
<artifactId>okta-spring-security-parent</artifactId>
24-
<version>0.1.0-SNAPSHOT</version>
24+
<version>0.1.0</version>
2525
</parent>
2626

2727
<groupId>com.okta.spring.examples</groupId>

examples/siw-jquery/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@
1313
~ See the License for the specific language governing permissions and
1414
~ limitations under the License.
1515
-->
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">
2017

2118
<modelVersion>4.0.0</modelVersion>
2219

2320
<parent>
2421
<groupId>com.okta.spring.examples</groupId>
2522
<artifactId>okta-spring-security-examples</artifactId>
26-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2724
</parent>
2825

2926
<artifactId>okta-spring-boot-siw-jquery-example</artifactId>
@@ -63,7 +60,7 @@
6360
<dependency>
6461
<groupId>com.okta.spring</groupId>
6562
<artifactId>okta-spring-security-starter</artifactId>
66-
<version>0.1.0-SNAPSHOT</version>
63+
<version>0.1.0</version>
6764
</dependency>
6865

6966
<!-- Other standard Spring starters -->

okta-spring-security-starter/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@
1313
~ See the License for the specific language governing permissions and
1414
~ limitations under the License.
1515
-->
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">
2017

2118
<modelVersion>4.0.0</modelVersion>
2219

2320
<parent>
2421
<groupId>com.okta.spring</groupId>
2522
<artifactId>okta-spring-security-parent</artifactId>
26-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2724
</parent>
2825

2926
<artifactId>okta-spring-security-starter</artifactId>

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
~ See the License for the specific language governing permissions and
1414
~ limitations under the License.
1515
-->
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">
2017

2118
<modelVersion>4.0.0</modelVersion>
2219

@@ -29,7 +26,7 @@
2926

3027
<groupId>com.okta.spring</groupId>
3128
<artifactId>okta-spring-security-parent</artifactId>
32-
<version>0.1.0-SNAPSHOT</version>
29+
<version>0.1.0</version>
3330
<name>Okta Spring Security</name>
3431
<packaging>pom</packaging>
3532

@@ -80,4 +77,8 @@
8077
</profile>
8178
</profiles>
8279

80+
81+
<scm>
82+
<tag>okta-spring-security-parent-0.1.0</tag>
83+
</scm>
8384
</project>

0 commit comments

Comments
 (0)