Skip to content

Commit

Permalink
5.2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaynor@illinois.edu authored and gaynor@illinois.edu committed Jul 8, 2022
1 parent d5fc8b4 commit 7547908
Show file tree
Hide file tree
Showing 36 changed files with 264 additions and 273 deletions.
37 changes: 14 additions & 23 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions myproxy-logon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>myproxy</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</parent>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>myproxy-logon</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
<name>MyProxy Logon</name>
<packaging>jar</packaging>
<properties>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<artifactId>ncsa-security-util</artifactId>
<groupId>edu.uiuc.ncsa.security</groupId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
6 changes: 3 additions & 3 deletions myproxy-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<!-- The version number reflects the currently released project. -->
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>

<artifactId>myproxy-website</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>myproxy-logon</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>

</dependencies>
Expand Down Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.maven.skin</groupId>
<artifactId>oa4mp-skin</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down
12 changes: 6 additions & 6 deletions oa4mp-clc/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>myproxy</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</parent>

<artifactId>oa4mp-clc</artifactId>
Expand All @@ -18,29 +18,29 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-client-loader-oauth2</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-client-api</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
<!--
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-server-admin</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-server-loader-oauth2</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
-->
<dependency>
<groupId>edu.uiuc.ncsa.security.delegation</groupId>
<artifactId>ncsa-security-oauth-2.0</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
Expand Down
10 changes: 5 additions & 5 deletions oa4mp-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>myproxy</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</parent>
<artifactId>oa4mp-client-api</artifactId>
<name>OAuth for MyProxy client API.</name>
Expand All @@ -22,25 +22,25 @@
<dependency>
<groupId>edu.uiuc.ncsa.security.delegation</groupId>
<artifactId>ncsa-security-delegation-client</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>

<dependency>
<groupId>edu.uiuc.ncsa.security.delegation</groupId>
<artifactId>ncsa-security-delegation-common</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>ncsa-security-core</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>ncsa-security-servlet</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
20 changes: 10 additions & 10 deletions oa4mp-client-loader-oauth1/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>myproxy</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</parent>

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


<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>myproxy-logon</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security.delegation</groupId>
<artifactId>ncsa-security-oauth-1.0a</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
18 changes: 9 additions & 9 deletions oa4mp-client-loader-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>myproxy</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</parent>

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


<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>myproxy-logon</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>


<dependency>
<groupId>edu.uiuc.ncsa.security.delegation</groupId>
<artifactId>ncsa-security-oauth-2.0</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.7.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
Loading

0 comments on commit 7547908

Please sign in to comment.