Skip to content

Commit

Permalink
5.3.1 checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed May 24, 2023
1 parent 89a5b3e commit 394dc21
Show file tree
Hide file tree
Showing 2,032 changed files with 7,022 additions and 4,993 deletions.
2,037 changes: 2,033 additions & 4 deletions .idea/workspace.xml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</parent>
<artifactId>client-api</artifactId>
<name>OAuth for MyProxy client API.</name>
Expand All @@ -22,32 +22,32 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>

<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>

<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oauth2</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>

<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>servlet</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
18 changes: 9 additions & 9 deletions client-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>client-loader</artifactId>
Expand All @@ -22,54 +22,54 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-test</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-api</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>servlet</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>


<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>myproxy-logon</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>


<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oauth2</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
22 changes: 11 additions & 11 deletions client-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>client-oauth2</artifactId>
Expand All @@ -22,31 +22,31 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-webapp</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-test</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-api</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-loader</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -59,36 +59,36 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>servlet</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>


<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>myproxy-logon</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>


<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oauth2</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
20 changes: 10 additions & 10 deletions client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>client-test</artifactId>
Expand All @@ -17,48 +17,48 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>server</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-api</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>

<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>servlet</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>myproxy-logon</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
6 changes: 3 additions & 3 deletions client-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</parent>

<artifactId>client-webapp</artifactId>
Expand All @@ -17,12 +17,12 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>servlet</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-api</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
6 changes: 3 additions & 3 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oa4mp</artifactId>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<!-- <dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>-->
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oa4mp</artifactId>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -39,12 +39,12 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>storage</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Wed May 24 12:48:06 CDT 2023 -->
<title>All Classes (Top level OA4MP 5.3-SNAPSHOT API)</title>
<!-- Generated by javadoc (11.0.18) on Wed May 24 14:22:51 CDT 2023 -->
<title>All Classes (Top level OA4MP 5.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-05-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (Top level OA4MP 5.3-SNAPSHOT API)";
parent.document.title="All Classes (Top level OA4MP 5.3.1 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Wed May 24 12:48:06 CDT 2023 -->
<title>All Classes (Top level OA4MP 5.3-SNAPSHOT API)</title>
<!-- Generated by javadoc (11.0.18) on Wed May 24 14:22:51 CDT 2023 -->
<title>All Classes (Top level OA4MP 5.3.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-05-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
Loading

0 comments on commit 394dc21

Please sign in to comment.