Skip to content

Commit

Permalink
5.3.4 checkin.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jul 20, 2023
1 parent 95f8fae commit 5b0526f
Show file tree
Hide file tree
Showing 731 changed files with 29,490 additions and 4,944 deletions.
771 changes: 742 additions & 29 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.4</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.4</version>
</dependency>

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

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

<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</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.4</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.4</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.4</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.4</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</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.4</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.4</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.4</version>
</dependency>


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


<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oauth2</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</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.4</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.4</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.4</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.4</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-loader</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</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.4</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.4</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.4</version>
</dependency>


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


<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oauth2</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</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.4</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.4</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-api</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</version>
</dependency>

<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>common</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>servlet</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</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.4</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.4</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.4</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.4</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.4</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>client-api</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</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.4</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.4</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.4</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.4</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.4</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3.4</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.4</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 5b0526f

Please sign in to comment.