Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
Uploader
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Genesys PGR
Uploader
Commits
ef80cc12
Commit
ef80cc12
authored
Feb 23, 2018
by
Matija Obreza
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '16-release-1-2' into 'master'
Resolve "Release 1.2" Closes
#16
See merge request
!14
parents
fdab4f0a
368ab799
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
8 deletions
+23
-8
CHANGELOG.md
CHANGELOG.md
+16
-1
anno-docs/pom.xml
anno-docs/pom.xml
+1
-1
anno-gui-macosx/pom.xml
anno-gui-macosx/pom.xml
+2
-2
anno-gui-package/pom.xml
anno-gui-package/pom.xml
+2
-2
anno-gui/pom.xml
anno-gui/pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
No files found.
CHANGELOG.md
View file @
ef80cc12
# changelog
# Changelog
## Anno 1.2
-
fdab4f0 Column background colors updated
-
2f184e0 Repaint table view if RDF term changes
-
b646529 Use Java 8
-
3156922 Improved Excel source
-
ca43613 Client ID label
-
70fa3e1 Repaint SheetView after Automap/Unmap
-
16ab91b Reset mapping button
-
58b20e9 Fixed jump-bug on column selection
-
38729c9 Highlight selected column
-
e61372b Troubleshooting: JRE auto-detection on Windows
-
bd97471 Include INSTCODE and ACCENUMB in error message
-
4eee61d Anno manual updates by Paul Cox, Scriptoria
## Anno 1.1
...
...
anno-docs/pom.xml
View file @
ef80cc12
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.
2
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
anno-docs
</artifactId>
<name>
Genesys Uploader documentation
</name>
...
...
anno-gui-macosx/pom.xml
View file @
ef80cc12
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.
2
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</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>
1.
2
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.swt
</groupId>
...
...
anno-gui-package/pom.xml
View file @
ef80cc12
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.
2
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
anno-gui-package
</artifactId>
<build>
...
...
@@ -49,7 +49,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno-gui
</artifactId>
<version>
1.
2
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.swt
</groupId>
...
...
anno-gui/pom.xml
View file @
ef80cc12
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.
2
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
anno-gui
</artifactId>
<name>
Data annotator GUI
</name>
...
...
pom.xml
View file @
ef80cc12
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.
2
-SNAPSHOT
</version>
<version>
1.
3
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
Data annotator
</name>
...
...
Write
Preview
Markdown
is supported
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