Skip to content

Commit 58a47d0

Browse files
committed
[maven-release-plugin] prepare release mitreid-connect-1.2.0-RC1
1 parent e18fa60 commit 58a47d0

File tree

7 files changed

+14
-19
lines changed

7 files changed

+14
-19
lines changed

openid-connect-client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019

2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<artifactId>openid-connect-parent</artifactId>
2423
<groupId>org.mitre</groupId>
25-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0-RC1</version>
2625
<relativePath>..</relativePath>
2726
</parent>
2827
<artifactId>openid-connect-client</artifactId>

openid-connect-common/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019

2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<artifactId>openid-connect-parent</artifactId>
2423
<groupId>org.mitre</groupId>
25-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0-RC1</version>
2625
<relativePath>..</relativePath>
2726
</parent>
2827
<artifactId>openid-connect-common</artifactId>

openid-connect-server-webapp/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.mitre</groupId>
2322
<artifactId>openid-connect-parent</artifactId>
24-
<version>1.2.0-SNAPSHOT</version>
23+
<version>1.2.0-RC1</version>
2524
</parent>
2625
<artifactId>openid-connect-server-webapp</artifactId>
2726
<packaging>war</packaging>

openid-connect-server/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<artifactId>openid-connect-server</artifactId>
2221
<name>OpenID Connect Server Library</name>
2322
<parent>
2423
<groupId>org.mitre</groupId>
2524
<artifactId>openid-connect-parent</artifactId>
26-
<version>1.2.0-SNAPSHOT</version>
25+
<version>1.2.0-RC1</version>
2726
<relativePath>..</relativePath>
2827
</parent>
2928
<build>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,18 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<groupId>org.mitre</groupId>
2221
<artifactId>openid-connect-parent</artifactId>
23-
<version>1.2.0-SNAPSHOT</version>
22+
<version>1.2.0-RC1</version>
2423
<name>MITREid Connect</name>
2524
<packaging>pom</packaging>
2625
<parent>
2726
<groupId>org.sonatype.oss</groupId>
2827
<artifactId>oss-parent</artifactId>
2928
<version>9</version>
30-
<relativePath></relativePath>
29+
<relativePath />
3130
</parent>
3231
<licenses>
3332
<license>

uma-server-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.mitre</groupId>
2222
<artifactId>openid-connect-parent</artifactId>
23-
<version>1.2.0-SNAPSHOT</version>
23+
<version>1.2.0-RC1</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<artifactId>uma-server-webapp</artifactId>
@@ -88,7 +88,7 @@
8888
</goals>
8989
</pluginExecutionFilter>
9090
<action>
91-
<execute></execute>
91+
<execute />
9292
</action>
9393
</pluginExecution>
9494
</pluginExecutions>

uma-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.mitre</groupId>
2222
<artifactId>openid-connect-parent</artifactId>
23-
<version>1.2.0-SNAPSHOT</version>
23+
<version>1.2.0-RC1</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626
<artifactId>uma-server</artifactId>

0 commit comments

Comments
 (0)