Skip to content

Commit 377fd5c

Browse files
committed
Create 6.1.0
1 parent d4d59ab commit 377fd5c

File tree

1,090 files changed

+5824
-4421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,090 files changed

+5824
-4421
lines changed

.idea/workspace.xml

Lines changed: 1125 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ several libraries, e.g. This is how the storage library would be referenced
88
<dependency>
99
<groupId>edu.uiuc.ncsa.security</groupId>
1010
<artifactId>storage</artifactId>
11-
<version>6.1-rc1</version>
11+
<version>6.1.0</version>
1212
<scope>compile</scope>
1313
</dependency>
1414
```
@@ -53,7 +53,7 @@ project does not currently use `$NCSA_DEV_OUTPUT`.
5353
5454
# Rolling a release
5555

56-
The critical part is to replace the SNAPSHOT tag (e.g. 6.1-rc1)
56+
The critical part is to replace the SNAPSHOT tag (e.g. 6.1.0)
5757
globally with your preferred version. Note that this tag will also be found in
5858
java files (so the system is aware of the current release version), so this
5959
change does not merely affect the pom.xml files. You should also be sure before

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>security-lib</artifactId>
77
<groupId>edu.uiuc.ncsa.security</groupId>
8-
<version>6.1-rc1</version>
8+
<version>6.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/src/main/java/edu/uiuc/ncsa/security/core/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* on 4/9/15 at 9:50 AM
77
*/
88
public interface Version {
9-
public String VERSION_NUMBER="6.1-rc1";
9+
public String VERSION_NUMBER="6.1.0";
1010
}

docs/alt-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<!-- Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/xhtml/alt-index.xhtml at 2025-05-09 -->
2+
<!-- Generated by Apache Maven Doxia Site Renderer 1.11.1 from src/site/xhtml/alt-index.xhtml at 2025-05-12 -->
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -23,9 +23,9 @@
2323
</div>
2424
<div id="breadcrumbs">
2525
<div class="xleft">
26-
<span id="publishDate">Last Published: 2025-05-09</span>
26+
<span id="publishDate">Last Published: 2025-05-12</span>
2727
</div>
28-
<div class="xright"> <span id="projectVersion">Version: 6.1-rc1</span>
28+
<div class="xright"> <span id="projectVersion">Version: 6.1.0</span>
2929
</div>
3030
<div class="clear">
3131
<hr/>

docs/apidocs/allclasses-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 08:15:53 CDT 2025 -->
6-
<title>All Classes (Parent module for everything of interest. 6.1-rc1 API)</title>
5+
<!-- Generated by javadoc (11.0.27) on Mon May 12 13:03:20 CDT 2025 -->
6+
<title>All Classes (Parent module for everything of interest. 6.1.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-09">
8+
<meta name="dc.created" content="2025-05-12">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Classes (Parent module for everything of interest. 6.1-rc1 API)";
25+
parent.document.title="All Classes (Parent module for everything of interest. 6.1.0 API)";
2626
}
2727
}
2828
catch(err) {

docs/apidocs/allclasses.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 08:15:53 CDT 2025 -->
6-
<title>All Classes (Parent module for everything of interest. 6.1-rc1 API)</title>
5+
<!-- Generated by javadoc (11.0.27) on Mon May 12 13:03:20 CDT 2025 -->
6+
<title>All Classes (Parent module for everything of interest. 6.1.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-09">
8+
<meta name="dc.created" content="2025-05-12">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">

docs/apidocs/allpackages-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 08:15:53 CDT 2025 -->
6-
<title>All Packages (Parent module for everything of interest. 6.1-rc1 API)</title>
5+
<!-- Generated by javadoc (11.0.27) on Mon May 12 13:03:20 CDT 2025 -->
6+
<title>All Packages (Parent module for everything of interest. 6.1.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-09">
8+
<meta name="dc.created" content="2025-05-12">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Packages (Parent module for everything of interest. 6.1-rc1 API)";
25+
parent.document.title="All Packages (Parent module for everything of interest. 6.1.0 API)";
2626
}
2727
}
2828
catch(err) {

docs/apidocs/constant-values.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 08:15:53 CDT 2025 -->
6-
<title>Constant Field Values (Parent module for everything of interest. 6.1-rc1 API)</title>
5+
<!-- Generated by javadoc (11.0.27) on Mon May 12 13:03:20 CDT 2025 -->
6+
<title>Constant Field Values (Parent module for everything of interest. 6.1.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-09">
8+
<meta name="dc.created" content="2025-05-12">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="Constant Field Values (Parent module for everything of interest. 6.1-rc1 API)";
25+
parent.document.title="Constant Field Values (Parent module for everything of interest. 6.1.0 API)";
2626
}
2727
}
2828
catch(err) {
@@ -609,7 +609,7 @@ <h2 title="edu.uiuc">edu.uiuc.*</h2>
609609
<!-- -->
610610
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
611611
<th class="colSecond" scope="row"><code><a href="edu/uiuc/ncsa/security/core/Version.html#VERSION_NUMBER">VERSION_NUMBER</a></code></th>
612-
<td class="colLast"><code>"6.1-rc1"</code></td>
612+
<td class="colLast"><code>"6.1.0"</code></td>
613613
</tr>
614614
</tbody>
615615
</table>

docs/apidocs/deprecated-list.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 08:15:53 CDT 2025 -->
6-
<title>Deprecated List (Parent module for everything of interest. 6.1-rc1 API)</title>
5+
<!-- Generated by javadoc (11.0.27) on Mon May 12 13:03:20 CDT 2025 -->
6+
<title>Deprecated List (Parent module for everything of interest. 6.1.0 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2025-05-09">
8+
<meta name="dc.created" content="2025-05-12">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="Deprecated List (Parent module for everything of interest. 6.1-rc1 API)";
25+
parent.document.title="Deprecated List (Parent module for everything of interest. 6.1.0 API)";
2626
}
2727
}
2828
catch(err) {
@@ -151,6 +151,10 @@ <h2 title="Contents">Contents</h2>
151151
<td class="colLast">&nbsp;</td>
152152
</tr>
153153
<tr class="rowColor">
154+
<th class="colDeprecatedItemName" scope="row"><a href="edu/uiuc/ncsa/security/util/cli/InputLine.html#getNextIntArg(java.lang.String...)">edu.uiuc.ncsa.security.util.cli.InputLine.getNextIntArg&#8203;(String...)</a></th>
155+
<td class="colLast">&nbsp;</td>
156+
</tr>
157+
<tr class="altColor">
154158
<th class="colDeprecatedItemName" scope="row"><a href="edu/uiuc/ncsa/security/util/ssl/SSLConfigurationUtil.html#getOLDSSLConfiguration(edu.uiuc.ncsa.security.core.util.MyLoggingFacade,org.apache.commons.configuration.tree.ConfigurationNode)">edu.uiuc.ncsa.security.util.ssl.SSLConfigurationUtil.getOLDSSLConfiguration&#8203;(MyLoggingFacade, ConfigurationNode)</a></th>
155159
<td class="colLast">&nbsp;</td>
156160
</tr>

0 commit comments

Comments
 (0)