Skip to content

Commit

Permalink
#1 version rollover
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Mar 24, 2021
1 parent 9e502ba commit 81db659
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Jargon Extensions API for irods-ext

# Project: Jargon Extensions API - IRODS-EXT
### Date: 02/26/2021
### Release Version: 4.3.2.1-RELEASE
### git tag: 4.3.2.1-RELEASE
### Release Version:
### git tag: 4.3.2.2-SNAPSHOT

## News

Expand Down
2 changes: 1 addition & 1 deletion emc-metalnx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.2.1-RELEASE</version>
<version>4.3.2.2-SNAPSHOT</version>
</parent>
<artifactId>emc-metalnx-core</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion emc-metalnx-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.2.1-RELEASE</version>
<version>4.3.2.2-SNAPSHOT</version>
</parent>
<artifactId>emc-metalnx-services</artifactId>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,9 @@ private AuthResponse authenticateAgainstIRODS(String username, String password,
throw new DataGridAuthenticationException("Username or password invalid: null or empty value(s) provided");
}

if (username.equalsIgnoreCase(IRODS_ANONYMOUS_ACCOUNT)) {
logger.error("Cannot log in as anonymous");
throw new DataGridAuthenticationException("Cannot log in as anonymous");
}
/*
* add if ladder so that if anon is allowed...let it happen
*/

if (authScheme == null) {
logger.error("authScheme is null");
Expand Down
2 changes: 1 addition & 1 deletion irodsext-data-profiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.2.1-RELEASE</version>
<version>4.3.2.2-SNAPSHOT</version>
</parent>
<artifactId>irodsext-data-profiler</artifactId>
<name>irodsext-data-profiler</name>
Expand Down
2 changes: 1 addition & 1 deletion irodsext-data-typer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jargon-irods-ext</artifactId>
<groupId>org.irods.jargon</groupId>
<version>4.3.2.1-RELEASE</version>
<version>4.3.2.2-SNAPSHOT</version>
</parent>
<artifactId>irodsext-data-typer</artifactId>
<name>irodsext-data-typer</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon-pom</artifactId>
<version>4.3.2.1-RELEASE</version>
<version>4.3.2.2-SNAPSHOT</version>
</parent>
<properties>
<hibernate.version>4.3.11.Final</hibernate.version>
Expand Down

0 comments on commit 81db659

Please sign in to comment.