Skip to content

Commit

Permalink
[maven-release-plugin] prepare release token-support-0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BrisJenkins committed May 9, 2018
1 parent 778a1a0 commit 7081cd3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion oidc-spring-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.nav.security</groupId>
<artifactId>token-support</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<artifactId>oidc-spring-support</artifactId>
<name>spring-oidc-support</name>
Expand Down
2 changes: 1 addition & 1 deletion oidc-spring-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>no.nav.security</groupId>
<artifactId>token-support</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<artifactId>oidc-spring-test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion oidc-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.nav.security</groupId>
<artifactId>token-support</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>
<artifactId>oidc-support</artifactId>
<name>oidc-support</name>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>no.nav.security</groupId>
<artifactId>token-support</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
<packaging>pom</packaging>

<name>token-support</name>
Expand Down Expand Up @@ -51,7 +50,7 @@
<url>https://github.com/navikt/token-support</url>
<connection>scm:git:https://github.com/navikt/token-support.git</connection>
<developerConnection>scm:git:https://github.com/navikt/token-support.git</developerConnection>
<tag>HEAD</tag>
<tag>token-support-0.2.3</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 7081cd3

Please sign in to comment.