File tree Expand file tree Collapse file tree 7 files changed +14
-19
lines changed
openid-connect-server-webapp Expand file tree Collapse file tree 7 files changed +14
-19
lines changed Original file line number Diff line number Diff line change 15
15
See the License for the specific language governing permissions and
16
16
limitations under the License.
17
17
-->
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" >
20
19
21
20
<modelVersion >4.0.0</modelVersion >
22
21
<parent >
23
22
<artifactId >openid-connect-parent</artifactId >
24
23
<groupId >org.mitre</groupId >
25
- <version >1.2.0-SNAPSHOT </version >
24
+ <version >1.2.0-RC1 </version >
26
25
<relativePath >..</relativePath >
27
26
</parent >
28
27
<artifactId >openid-connect-client</artifactId >
Original file line number Diff line number Diff line change 15
15
See the License for the specific language governing permissions and
16
16
limitations under the License.
17
17
-->
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" >
20
19
21
20
<modelVersion >4.0.0</modelVersion >
22
21
<parent >
23
22
<artifactId >openid-connect-parent</artifactId >
24
23
<groupId >org.mitre</groupId >
25
- <version >1.2.0-SNAPSHOT </version >
24
+ <version >1.2.0-RC1 </version >
26
25
<relativePath >..</relativePath >
27
26
</parent >
28
27
<artifactId >openid-connect-common</artifactId >
Original file line number Diff line number Diff line change 15
15
See the License for the specific language governing permissions and
16
16
limitations under the License.
17
17
-->
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" >
20
19
<modelVersion >4.0.0</modelVersion >
21
20
<parent >
22
21
<groupId >org.mitre</groupId >
23
22
<artifactId >openid-connect-parent</artifactId >
24
- <version >1.2.0-SNAPSHOT </version >
23
+ <version >1.2.0-RC1 </version >
25
24
</parent >
26
25
<artifactId >openid-connect-server-webapp</artifactId >
27
26
<packaging >war</packaging >
Original file line number Diff line number Diff line change 15
15
See the License for the specific language governing permissions and
16
16
limitations under the License.
17
17
-->
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" >
20
19
<modelVersion >4.0.0</modelVersion >
21
20
<artifactId >openid-connect-server</artifactId >
22
21
<name >OpenID Connect Server Library</name >
23
22
<parent >
24
23
<groupId >org.mitre</groupId >
25
24
<artifactId >openid-connect-parent</artifactId >
26
- <version >1.2.0-SNAPSHOT </version >
25
+ <version >1.2.0-RC1 </version >
27
26
<relativePath >..</relativePath >
28
27
</parent >
29
28
<build >
Original file line number Diff line number Diff line change 15
15
See the License for the specific language governing permissions and
16
16
limitations under the License.
17
17
-->
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" >
20
19
<modelVersion >4.0.0</modelVersion >
21
20
<groupId >org.mitre</groupId >
22
21
<artifactId >openid-connect-parent</artifactId >
23
- <version >1.2.0-SNAPSHOT </version >
22
+ <version >1.2.0-RC1 </version >
24
23
<name >MITREid Connect</name >
25
24
<packaging >pom</packaging >
26
25
<parent >
27
26
<groupId >org.sonatype.oss</groupId >
28
27
<artifactId >oss-parent</artifactId >
29
28
<version >9</version >
30
- <relativePath ></ relativePath >
29
+ <relativePath / >
31
30
</parent >
32
31
<licenses >
33
32
<license >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.mitre</groupId >
22
22
<artifactId >openid-connect-parent</artifactId >
23
- <version >1.2.0-SNAPSHOT </version >
23
+ <version >1.2.0-RC1 </version >
24
24
<relativePath >..</relativePath >
25
25
</parent >
26
26
<artifactId >uma-server-webapp</artifactId >
88
88
</goals >
89
89
</pluginExecutionFilter >
90
90
<action >
91
- <execute ></ execute >
91
+ <execute / >
92
92
</action >
93
93
</pluginExecution >
94
94
</pluginExecutions >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.mitre</groupId >
22
22
<artifactId >openid-connect-parent</artifactId >
23
- <version >1.2.0-SNAPSHOT </version >
23
+ <version >1.2.0-RC1 </version >
24
24
<relativePath >..</relativePath >
25
25
</parent >
26
26
<artifactId >uma-server</artifactId >
You can’t perform that action at this time.
0 commit comments