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
4296f0ab
Commit
4296f0ab
authored
May 26, 2020
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release anno-1.7
parent
e4360f47
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
8 deletions
+16
-8
CHANGELOG.md
CHANGELOG.md
+8
-0
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
+2
-2
No files found.
CHANGELOG.md
View file @
4296f0ab
# Changelog
## Anno 1.7
-
e4360f4 Support split and regexp for all types using toString()
-
77d3238 Fix: XSSF parsing
-
bd43648 Fix: Regexp matcher bug when replace text contains '$'
-
ee8118d Support for "newInstituteCode"
-
860059e Consistent build package names
## Anno 1.6
-
9ab319a INSTCODE blacklist/whitelist in workspace.json file
...
...
anno-docs/pom.xml
View file @
4296f0ab
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</version>
</parent>
<artifactId>
anno-docs
</artifactId>
<name>
Genesys Uploader documentation
</name>
...
...
anno-gui-macosx/pom.xml
View file @
4296f0ab
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</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.7
-SNAPSHOT
</version>
<version>
1.7
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.swt
</groupId>
...
...
anno-gui-package/pom.xml
View file @
4296f0ab
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</version>
</parent>
<artifactId>
anno-gui-package
</artifactId>
<build>
...
...
@@ -49,7 +49,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno-gui
</artifactId>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.swt
</groupId>
...
...
anno-gui/pom.xml
View file @
4296f0ab
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</version>
</parent>
<artifactId>
anno-gui
</artifactId>
<name>
Data annotator GUI
</name>
...
...
pom.xml
View file @
4296f0ab
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</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.7
</tag>
</scm>
<developers>
...
...
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