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
Genesys Catalog
Genesys Catalog Server
Commits
c026c91d
Commit
c026c91d
authored
Jan 25, 2018
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release genesys-catalog-1.5
parent
95c5e6c0
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c026c91d
# Changelog
## 1.5 Release
-
0346ec9
`DescriptorList.publisher`
added to filters
-
96aa79c Added
`Descriptor.publisher`
-
82e60a6 Added
`Partner.countryCodes`
-
ae45bc1
`Descriptor`
updated with publisher
## 1.4 Release
-
440630f Service and API endpoint to update dataset file metadata
...
...
genesys-catalog-core/pom.xml
View file @
c026c91d
...
...
@@ -20,7 +20,7 @@
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
1.5
-SNAPSHOT
</version>
<version>
1.5
</version>
</parent>
<artifactId>
genesys-catalog-core
</artifactId>
<packaging>
jar
</packaging>
...
...
genesys-catalog-parent/pom.xml
View file @
c026c91d
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
1.5
-SNAPSHOT
</version>
<version>
1.5
</version>
</parent>
<artifactId>
genesys-catalog-parent
</artifactId>
<packaging>
pom
</packaging>
...
...
genesys-catalog-server/pom.xml
View file @
c026c91d
...
...
@@ -4,7 +4,7 @@
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
1.5
-SNAPSHOT
</version>
<version>
1.5
</version>
</parent>
<artifactId>
genesys-catalog-server
</artifactId>
<packaging>
war
</packaging>
...
...
@@ -93,7 +93,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-core
</artifactId>
<version>
1.5
-SNAPSHOT
</version>
<version>
1.5
</version>
</dependency>
<dependency>
<groupId>
org.springframework.security.oauth
</groupId>
...
...
@@ -166,7 +166,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-core
</artifactId>
<version>
1.5
-SNAPSHOT
</version>
<version>
1.5
</version>
<exclusions>
<exclusion>
<artifactId>
commons-lang3
</artifactId>
...
...
pom.xml
View file @
c026c91d
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
1.5
-SNAPSHOT
</version>
<version>
1.5
</version>
<packaging>
pom
</packaging>
<name>
The Genesys Catalog
</name>
<description>
This is the shared project pom.
</description>
...
...
@@ -39,7 +39,7 @@
<connection>
scm:https://gitlab.croptrust.org/genesys-pgr/genesys-catalog
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/genesys-catalog.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/genesys-catalog.git
</url>
<tag>
HEAD
</tag>
<tag>
genesys-catalog-1.5
</tag>
</scm>
<issueManagement>
...
...
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