diff options
author | mconway <michael.c.conway@gmail.com> | 2012-08-28 18:00:11 (GMT) |
---|---|---|
committer | mconway <michael.c.conway@gmail.com> | 2012-08-28 18:00:11 (GMT) |
commit | e831eb2d3950a9dcbfde14a6096b46039ffb7085 (patch) | |
tree | 4f3f394e27c315e4a83e6f956faee23d933ee12a /idrop-swing | |
parent | fd31506182165ad9243fca0d5cd1f62af224e16a (diff) | |
download | QCG-Data-e831eb2d3950a9dcbfde14a6096b46039ffb7085.zip QCG-Data-e831eb2d3950a9dcbfde14a6096b46039ffb7085.tar.gz QCG-Data-e831eb2d3950a9dcbfde14a6096b46039ffb7085.tar.bz2 |
[#951] 1.0.1 release activities
Diffstat (limited to 'idrop-swing')
-rw-r--r-- | idrop-swing/pom.xml | 2 | ||||
-rw-r--r-- | idrop-swing/release_notes.txt | 6 | ||||
-rw-r--r-- | idrop-swing/src/main/resources/idrop.properties | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index 4d43328..866eb9a 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.irods</groupId> <artifactId>idrop</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.irods.idrop</groupId> diff --git a/idrop-swing/release_notes.txt b/idrop-swing/release_notes.txt index 1a6fc41..ab5b1ea 100644 --- a/idrop-swing/release_notes.txt +++ b/idrop-swing/release_notes.txt @@ -1,8 +1,8 @@ *'''Project''': iDrop-swing- Desktop iRODS transfer manager -*'''Date''': 03/28/2012 -*'''Release Version''': 1.0.1 SNAPSHOT -*'''git tag''': 1.0.1 TBD +*'''Date''': 08/28/2012 +*'''Release Version''': 1.0.1 +*'''git tag''': 1.0.1 *'''download jar with dependencies (run java -jar jarname)''': https://code.renci.org/gf/project/irodsidrop/frs/?action=FrsReleaseBrowse&frs_package_id=4 ==News== diff --git a/idrop-swing/src/main/resources/idrop.properties b/idrop-swing/src/main/resources/idrop.properties index a4bca0f..4ab949d 100644 --- a/idrop-swing/src/main/resources/idrop.properties +++ b/idrop-swing/src/main/resources/idrop.properties @@ -1,7 +1,7 @@ idrop.version=1.0.1 policy.aware=false -login.preset=true -force.mode=true +login.preset=false +force.mode=false force.no.synch=false advanced.view=true show.startup=true |