Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Uploader
Commits
6e941aa0
Commit
6e941aa0
authored
Oct 08, 2019
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release anno-1.6
parent
3efed478
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
6e941aa0
# Changelog
## Anno 1.6
-
9ab319a INSTCODE blacklist/whitelist in workspace.json file
-
23fbea3 Advanced settings GUI
-
18d749b Fix: Removing futures by index
-
7654c62 Fixed SWT thread access and added Ctrl+K shortcut to clear log window
-
ff9d0ea Add AEGIS flag
## Anno 1.5
-
c30e1ae Using new Production server URL https://api.genesys-pgr.org
...
...
anno-docs/pom.xml
View file @
6e941aa0
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
2.0-SNAPSHOT
</version>
<version>
1.6
</version>
</parent>
<artifactId>
anno-docs
</artifactId>
<name>
Genesys Uploader documentation
</name>
...
...
anno-gui-macosx/pom.xml
View file @
6e941aa0
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
2.0-SNAPSHOT
</version>
<version>
1.6
</version>
</parent>
<artifactId>
anno-gui-macosx
</artifactId>
<name>
Anno for MacOSX
</name>
...
...
@@ -12,7 +12,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno-gui
</artifactId>
<version>
2.0-SNAPSHOT
</version>
<version>
1.6
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.swt
</groupId>
...
...
anno-gui-package/pom.xml
View file @
6e941aa0
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
2.0-SNAPSHOT
</version>
<version>
1.6
</version>
</parent>
<artifactId>
anno-gui-package
</artifactId>
<build>
...
...
@@ -49,7 +49,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno-gui
</artifactId>
<version>
2.0-SNAPSHOT
</version>
<version>
1.6
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.swt
</groupId>
...
...
anno-gui/pom.xml
View file @
6e941aa0
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
2.0-SNAPSHOT
</version>
<version>
1.6
</version>
</parent>
<artifactId>
anno-gui
</artifactId>
<name>
Data annotator GUI
</name>
...
...
pom.xml
View file @
6e941aa0
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
2.0-SNAPSHOT
</version>
<version>
1.6
</version>
<packaging>
pom
</packaging>
<name>
Data annotator
</name>
...
...
@@ -17,7 +17,7 @@
<connection>
https://gitlab.croptrust.org/genesys-pgr/anno.git
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/anno.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/anno.git
</url>
<tag>
HEAD
</tag>
<tag>
anno-1.6
</tag>
</scm>
<developers>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment