File tree Expand file tree Collapse file tree 5 files changed +9
-10
lines changed
openid-connect-server-webapp Expand file tree Collapse file tree 5 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2020 <parent >
2121 <artifactId >openid-connect-parent</artifactId >
2222 <groupId >org.mitre</groupId >
23- <version >1.1.0-SNAPSHOT </version >
23+ <version >1.1.0</version >
2424 <relativePath >..</relativePath >
2525 </parent >
2626 <artifactId >openid-connect-client</artifactId >
3030 <dependency >
3131 <groupId >org.mitre</groupId >
3232 <artifactId >openid-connect-common</artifactId >
33- <version >1.1.0-SNAPSHOT </version >
33+ <version >1.1.0</version >
3434 </dependency >
3535 </dependencies >
3636 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 2020 <parent >
2121 <artifactId >openid-connect-parent</artifactId >
2222 <groupId >org.mitre</groupId >
23- <version >1.1.0-SNAPSHOT </version >
23+ <version >1.1.0</version >
2424 <relativePath >..</relativePath >
2525 </parent >
2626 <artifactId >openid-connect-common</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2+ <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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >org.mitre</groupId >
76 <artifactId >openid-connect-parent</artifactId >
8- <version >1.1.0-SNAPSHOT </version >
7+ <version >1.1.0</version >
98 </parent >
109 <artifactId >openid-connect-server-webapp</artifactId >
1110 <packaging >war</packaging >
5958 <dependency >
6059 <groupId >org.mitre</groupId >
6160 <artifactId >openid-connect-server</artifactId >
62- <version >1.1.0-SNAPSHOT </version >
61+ <version >1.1.0</version >
6362 </dependency >
6463 <dependency >
6564 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.mitre</groupId >
2424 <artifactId >openid-connect-parent</artifactId >
25- <version >1.1.0-SNAPSHOT </version >
25+ <version >1.1.0</version >
2626 <relativePath >..</relativePath >
2727 </parent >
2828 <build >
4141 <dependency >
4242 <groupId >org.mitre</groupId >
4343 <artifactId >openid-connect-common</artifactId >
44- <version >1.1.0-SNAPSHOT </version >
44+ <version >1.1.0</version >
4545 </dependency >
4646 <dependency >
4747 <groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 1818 <modelVersion >4.0.0</modelVersion >
1919 <groupId >org.mitre</groupId >
2020 <artifactId >openid-connect-parent</artifactId >
21- <version >1.1.0-SNAPSHOT </version >
21+ <version >1.1.0</version >
2222 <name >MITREid Connect</name >
2323 <packaging >pom</packaging >
2424 <parent >
You can’t perform that action at this time.
0 commit comments