Skip to content

Commit

Permalink
Update changelog to publish Version v1.10.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
GenieTim committed Nov 22, 2019
1 parent 029100c commit 2221ab0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Changelog

## v

## v1.10.2-SNAPSHOT
* [[`029100c95a`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/029100c95a)] - Update changelog & publish Version (Tim Bernhard)
* [[`f9820ad0e5`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/f9820ad0e5)] - Try to improve feedback by app when switching/saving/copying (too fast?) (Tim Bernhard)
* [[`c3656fc15c`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/c3656fc15c)] - Reformat code (Tim Bernhard)
* [[`191bdd4729`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/191bdd4729)] - Possibly fix issue (#22) where georeference got lost after saving twice (Tim Bernhard)
* [[`6b21c6cb86`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/6b21c6cb86)] - Align search lables right too (Tim Bernhard)
* [[`5cac867ad5`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/5cac867ad5)] - Align labels right as requested (Tim Bernhard)
* [[`47920ccd00`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/47920ccd00)] - Slighly improve search speed (Tim Bernhard)
* [[`94254c7030`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/94254c7030)] - Show search status in mainframe (Tim Bernhard)
* [[`51e5600e1b`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/51e5600e1b)] - Enable resetting of declong, declat to fix #23 (Tim Bernhard)
* [[`c762a7f370`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/c762a7f370)] - Fix few broken imports from refactoring (Tim Bernhard)
* [[`9891f08236`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/9891f08236)] - Initial refactor of project structure to be better maintainable (Tim Bernhard)
* [[`93e66caf44`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/93e66caf44)] - Merge branch 'master' of github.com:BernhardWebstudio/DataShot\_DesktopApp (Tim Bernhard)
* [[`e6eacd38e2`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/e6eacd38e2)] - Improve menu & about dialog phrasing (Tim Bernhard)
* [[`b9d4261948`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/b9d4261948)] - Use HibernateUtil instead of Factory to get hibernate properties for database migration (Tim Bernhard)
* [[`4241aacb97`](https://github.com/BernhardWebstudio/DataShot_DesktopApp/commit/4241aacb97)] - Update changelog & publish Version 1.10.1-SNAPSHOT (Tim Bernhard)


## v1.10.1-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion bin/publish-current.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MVN_VERSION=$(mvn -q \
SCRIPT_DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd "$SCRIPT_DIR/.." || exit;
./bin/set-changelog.sh;
git commit -am "Update changelog & publish Version $MVN_VERSION"
git commit -am "Update changelog to publish Version v$MVN_VERSION"

git tag -a "v$MVN_VERSION" -m "Version $MVN_VERSION" #\n\nChanges:\n$GIT_HISTORY"
git push --follow-tags
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.harvard.mcz</groupId>
<artifactId>DataShot</artifactId>
<version>1.10.1-SNAPSHOT</version>
<version>1.10.2-SNAPSHOT</version>
<!-- Remember to edit src/main/java/edu/harvard/mcz/imagecapture/ImageCaptureApp.java -->
<name>datashot</name>
<description>MCZ DataShot Collection Imaging Application</description>
Expand Down

0 comments on commit 2221ab0

Please sign in to comment.