Skip to content

Commit d4d59ab

Browse files
committed
6.1-rc1 checkin
1 parent d726685 commit d4d59ab

1,088 files changed

Lines changed: 3220 additions & 4297 deletions

File tree

Some content is hidden

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

.idea/workspace.xml

Lines changed: 6 additions & 1083 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.x-SNAPSHOT</version>
11+
<version>6.1-rc1</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.x-SNAPSHOT)
56+
The critical part is to replace the SNAPSHOT tag (e.g. 6.1-rc1)
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.x-SNAPSHOT</version>
8+
<version>6.1-rc1</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.x-SNAPSHOT";
9+
public String VERSION_NUMBER="6.1-rc1";
1010
}

docs/alt-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="xleft">
2626
<span id="publishDate">Last Published: 2025-05-09</span>
2727
</div>
28-
<div class="xright"> <span id="projectVersion">Version: 6.x-SNAPSHOT</span>
28+
<div class="xright"> <span id="projectVersion">Version: 6.1-rc1</span>
2929
</div>
3030
<div class="clear">
3131
<hr/>

docs/apidocs/allclasses-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 07:31:43 CDT 2025 -->
6-
<title>All Classes (Parent module for everything of interest. 6.x-SNAPSHOT API)</title>
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>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-05-09">
99
<link rel="stylesheet" type="text/css" href="stylesheet.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.x-SNAPSHOT API)";
25+
parent.document.title="All Classes (Parent module for everything of interest. 6.1-rc1 API)";
2626
}
2727
}
2828
catch(err) {

docs/apidocs/allclasses.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 07:31:43 CDT 2025 -->
6-
<title>All Classes (Parent module for everything of interest. 6.x-SNAPSHOT API)</title>
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>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-05-09">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

docs/apidocs/allpackages-index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 07:31:43 CDT 2025 -->
6-
<title>All Packages (Parent module for everything of interest. 6.x-SNAPSHOT API)</title>
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>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-05-09">
99
<link rel="stylesheet" type="text/css" href="stylesheet.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.x-SNAPSHOT API)";
25+
parent.document.title="All Packages (Parent module for everything of interest. 6.1-rc1 API)";
2626
}
2727
}
2828
catch(err) {

docs/apidocs/constant-values.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 07:31:43 CDT 2025 -->
6-
<title>Constant Field Values (Parent module for everything of interest. 6.x-SNAPSHOT API)</title>
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>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-05-09">
99
<link rel="stylesheet" type="text/css" href="stylesheet.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.x-SNAPSHOT API)";
25+
parent.document.title="Constant Field Values (Parent module for everything of interest. 6.1-rc1 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.x-SNAPSHOT"</code></td>
612+
<td class="colLast"><code>"6.1-rc1"</code></td>
613613
</tr>
614614
</tbody>
615615
</table>

docs/apidocs/deprecated-list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.27) on Fri May 09 07:31:43 CDT 2025 -->
6-
<title>Deprecated List (Parent module for everything of interest. 6.x-SNAPSHOT API)</title>
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>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
88
<meta name="dc.created" content="2025-05-09">
99
<link rel="stylesheet" type="text/css" href="stylesheet.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.x-SNAPSHOT API)";
25+
parent.document.title="Deprecated List (Parent module for everything of interest. 6.1-rc1 API)";
2626
}
2727
}
2828
catch(err) {

0 commit comments

Comments
 (0)