Skip to content

Commit

Permalink
[maven-release-plugin] prepare release okta-spring-security-parent-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Aug 11, 2017
1 parent a91724f commit a40912e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-security-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<groupId>com.okta.spring.examples</groupId>
Expand Down
9 changes: 3 additions & 6 deletions examples/siw-jquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.okta.spring.examples</groupId>
<artifactId>okta-spring-security-examples</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>okta-spring-boot-siw-jquery-example</artifactId>
Expand Down Expand Up @@ -63,7 +60,7 @@
<dependency>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-security-starter</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<!-- Other standard Spring starters -->
Expand Down
7 changes: 2 additions & 5 deletions okta-spring-security-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-security-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>okta-spring-security-starter</artifactId>
Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<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">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,7 +26,7 @@

<groupId>com.okta.spring</groupId>
<artifactId>okta-spring-security-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>Okta Spring Security</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -80,4 +77,8 @@
</profile>
</profiles>


<scm>
<tag>okta-spring-security-parent-0.1.0</tag>
</scm>
</project>

0 comments on commit a40912e

Please sign in to comment.