Skip to content

Commit

Permalink
https://github.com/ncsa/security-lib/issues/42
Browse files Browse the repository at this point in the history
  • Loading branch information
jjg-123 committed Sep 12, 2024
1 parent 3b175bb commit cb3c607
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 38 deletions.
27 changes: 19 additions & 8 deletions .idea/workspace.xml

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

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ several libraries, e.g. This is how the storage library would be referenced
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>storage</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
```
Expand Down Expand Up @@ -53,7 +53,7 @@ project does not currently use `$NCSA_DEV_OUTPUT`.
# Rolling a release

The critical part is to replace the SNAPSHOT tag (e.g. 5.3-SNAPSHOT)
The critical part is to replace the SNAPSHOT tag (e.g. 5.6-SNAPSHOT)
globally with your preferred version. Note that this tag will also be found in
java files (so the system is aware of the current release version), so this
change does not merely affect the pom.xml files. You should also be sure before
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>security-lib</artifactId>
<groupId>edu.uiuc.ncsa.security</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* on 4/9/15 at 9:50 AM
*/
public interface Version {
public String VERSION_NUMBER="5.3-SNAPSHOT";
public String VERSION_NUMBER="5.6-SNAPSHOT";
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>security-lib</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
<name>Parent module for everything of interest.</name>
<packaging>pom</packaging>
<description>Generic security code for delegation.</description>
Expand Down
6 changes: 3 additions & 3 deletions sas-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>security-lib</artifactId>
<groupId>edu.uiuc.ncsa.security</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>servlet</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>storage</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>security-lib</artifactId>
<groupId>edu.uiuc.ncsa.security</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions skin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>security-lib</artifactId>
<groupId>edu.uiuc.ncsa.security</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>skin</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
<groupId>edu.uiuc.ncsa.security.skin</groupId>
<name>skin</name>

Expand Down
6 changes: 3 additions & 3 deletions storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>security-lib</artifactId>
<groupId>edu.uiuc.ncsa.security</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>
<!-- HOCON support for CLI-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion storage/src/main/resources/store-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ each property, or update a specific property.]]>
</body>
</entry>
<entry id="version">
<body><![CDATA[The current version of OA4MP is 5.3-SNAPSHOT.]]></body>
<body><![CDATA[The current version of OA4MP is 5.6-SNAPSHOT.]]></body>
</entry>
</html>
6 changes: 3 additions & 3 deletions util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>security-lib</artifactId>
<groupId>edu.uiuc.ncsa.security</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.json-lib</groupId>
Expand Down Expand Up @@ -203,7 +203,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions web-installer/buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Sun Aug 18 07:09:16 CDT 2024
buildNumber\\d*=345
#Thu Sep 12 08:59:47 CDT 2024
buildNumber\\d*=366
4 changes: 2 additions & 2 deletions web-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>security-lib</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</parent>

<artifactId>web-installer</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
Expand Down
10 changes: 5 additions & 5 deletions website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>website</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>

<name>NCSA security utilities website</name>
<!-- FIXME change it to the project's website -->
Expand All @@ -21,12 +21,12 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>servlet</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>core</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -38,12 +38,12 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>storage</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion website/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<skin>
<groupId>edu.uiuc.ncsa.security.skin</groupId>
<artifactId>skin</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.6-SNAPSHOT</version>
</skin>

<body>
Expand Down

0 comments on commit cb3c607

Please sign in to comment.