Skip to content

Commit

Permalink
[#143] bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trel committed Dec 15, 2021
1 parent 3bfa783 commit 88cd022
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions irods-vfs-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>org.irods.jargon</groupId>
<artifactId>nfs4j-irodsvfs-pom</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<packaging>jar</packaging>
<name>nfsrods</name>
<version>2.0.1</version>
<version>2.0.2</version>
<description>iRODS VFS implementation for NFS4J</description>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
<artifactId>nfs4j-irodsvfs-pom</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<parent>
<groupId>org.irods</groupId>
<artifactId>jargon-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ if [ "$1" != "sha" ]; then
service rpcbind start
fi

java -Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -jar /irods_client_nfsrods/irods-vfs-impl/target/nfsrods-2.0.1-jar-with-dependencies.jar "$@"
java -Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector -jar /irods_client_nfsrods/irods-vfs-impl/target/nfsrods-2.0.2-jar-with-dependencies.jar "$@"

0 comments on commit 88cd022

Please sign in to comment.