Skip to content

Commit

Permalink
ISSUE: Redmine 289 PURPOSE: Versioning as 1.3.0 for release. DESCRIPT…
Browse files Browse the repository at this point in the history
…ION: in pom.
  • Loading branch information
chicoreus committed Oct 30, 2017
1 parent 702ec03 commit 0a65f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<!-- Remeber to edit src/main/java/edu/harvard/mcz/imagecapture/ImageCaptureApp.java -->
<name>datashot</name>
<description>MCZ DataShot Collection Imaging Application</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class ImageCaptureApp {

private static final Log log = LogFactory.getLog(ImageCaptureApp.class);

public static final String APP_VERSION = "1.3.0-SNAPSHOT";
public static final String APP_VERSION = "1.3.0";
public static final String APP_NAME = "DataShot";
public static final String APP_DESCRIPTION = "Rapid capture of data from images of pin Labels and pinned insect \nspecimens developed for the MCZ Lepidoptera collection";
public static final String APP_COPYRIGHT = "Copyright © 2009-2017 President and Fellows of Harvard College";
Expand Down

0 comments on commit 0a65f2b

Please sign in to comment.