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
cf1b2c0e
Commit
cf1b2c0e
authored
Dec 18, 2017
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release genesys-catalog-1.1
parent
388d3f27
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
0 → 100644
View file @
cf1b2c0e
# Changelog
## 1.1 Release
-
b7e3424 OAuth2 fixes for
**JWT**
-
5c30083 Fix: Set empty list for locations
-
635b233 Added
`accessionsIdentifier`
-
937d1c3 Build: App configuration fixed
-
ad9cbb0 Enabled Spring JPA auditing
-
ddcfe76 Permissions provided in JSON for frontend
-
50f7d14 Setup database from
`liquibase-changeLog.yml`
-
f812ac2 Display artifact version information
-
ae7d857 Added
`MeController`
- added getPartners, getDatasets and - getDescriptor for current user - code cleanUp
-
e27bcce Added Hazelcast config
-
3207137 Added
**JWT**
-
c75a943 Improved ACL support
-
427e2e2 Made default OAuth client id and secret configurable
-
1f72d82 Allow for bulk insert/update (upsert) of Descriptors
-
f3c9d81 Added Partner#description: will contain the about partner text in Markdown
genesys-catalog-core/pom.xml
View file @
cf1b2c0e
...
...
@@ -20,7 +20,7 @@
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
0.5-SNAPSHOT
</version>
<version>
1.1
</version>
</parent>
<artifactId>
genesys-catalog-core
</artifactId>
<packaging>
jar
</packaging>
...
...
@@ -197,7 +197,7 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
2.9.1
</version>
</dependency>
<dependency>
...
...
@@ -290,13 +290,13 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-core
</artifactId>
<version>
${application.blocks.version}
</version>
<version>
1.3
</version>
</dependency>
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-security
</artifactId>
<version>
${application.blocks.version}
</version>
<version>
1.3
</version>
<exclusions>
<exclusion>
<artifactId>
hsqldb
</artifactId>
...
...
@@ -309,7 +309,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository-core
</artifactId>
<version>
0.9
-SNAPSHOT
</version>
<version>
0.9
</version>
<exclusions>
<exclusion>
<artifactId>
application-blocks-core
</artifactId>
...
...
genesys-catalog-parent/pom.xml
View file @
cf1b2c0e
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
0.5-SNAPSHOT
</version>
<version>
1.1
</version>
</parent>
<artifactId>
genesys-catalog-parent
</artifactId>
<packaging>
pom
</packaging>
...
...
@@ -135,9 +135,9 @@
</goals>
<configuration>
<target>
<mkdir
dir=
"../target/site/${project.artifactId}"
/>
<mkdir
dir=
"../target/site/${project.artifactId}"
/>
<copy
todir=
"../target/site/${project.artifactId}"
>
<fileset
dir=
"${project.build.directory}/site"
includes=
"**/*"
/>
<fileset
dir=
"${project.build.directory}/site"
includes=
"**/*"
/>
</copy>
<!-- <delete dir="${project.build.directory}/site" /> -->
</target>
...
...
@@ -208,7 +208,7 @@
<artifactId>
cobertura-maven-plugin
</artifactId>
<configuration>
<skip>
true
</skip>
<check/>
<check
/>
</configuration>
</plugin>
</plugins>
...
...
genesys-catalog-server/pom.xml
View file @
cf1b2c0e
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
0.5-SNAPSHOT
</version>
<version>
1.1
</version>
</parent>
<artifactId>
genesys-catalog-server
</artifactId>
<packaging>
war
</packaging>
...
...
@@ -85,7 +84,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-core
</artifactId>
<version>
0.5-SNAPSHOT
</version>
<version>
1.1
</version>
</dependency>
<dependency>
<groupId>
org.springframework.security.oauth
</groupId>
...
...
@@ -158,7 +157,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-core
</artifactId>
<version>
0.5-SNAPSHOT
</version>
<version>
1.1
</version>
<exclusions>
<exclusion>
<artifactId>
commons-lang3
</artifactId>
...
...
@@ -337,12 +336,12 @@
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
2.9.1
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.datatype
</groupId>
<artifactId>
jackson-datatype-hibernate4
</artifactId>
<version>
2.9.0
-SNAPSHOT
</version>
<version>
2.9.0
</version>
<exclusions>
<exclusion>
<artifactId>
jackson-databind
</artifactId>
...
...
@@ -456,12 +455,12 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-auditlog
</artifactId>
<version>
${application.blocks.version}
</version>
<version>
1.3
</version>
</dependency>
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-security
</artifactId>
<version>
${application.blocks.version}
</version>
<version>
1.3
</version>
<exclusions>
<exclusion>
<artifactId>
tomcat-jdbc
</artifactId>
...
...
pom.xml
View file @
cf1b2c0e
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
0.5-SNAPSHOT
</version>
<version>
1.1
</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.1
</tag>
</scm>
<issueManagement>
...
...
@@ -47,6 +47,20 @@
<system>
Gitlab
</system>
</issueManagement>
<repositories>
<repository>
<id>
ossrh
</id>
<url>
https://oss.sonatype.org/content/repositories/releases/
</url>
</repository>
<repository>
<id>
ossrh-snapshots
</id>
<url>
https://oss.sonatype.org/content/repositories/snapshots/
</url>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
</repository>
</repositories>
<properties>
<deploy-plugin.version>
2.8.2
</deploy-plugin.version>
<cobertura-version>
2.7
</cobertura-version>
...
...
@@ -139,7 +153,7 @@
<tagNameFormat>
genesys-catalog-@{project.version}
</tagNameFormat>
</configuration>
</plugin>
</plugins>
</plugins>
</build>
<reporting>
<plugins>
...
...
@@ -156,14 +170,14 @@
<version>
${surefire.version}
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
${javadock.version}
</version>
<configuration>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
${javadock.version}
</version>
<configuration>
<excludePackageNames>
org.genesys.*.*Test
</excludePackageNames>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-checkstyle-plugin
</artifactId>
...
...
@@ -196,7 +210,7 @@
<excludePackageNames>
org.genesys.*.*Test
</excludePackageNames>
</configuration>
</plugin>
</plugins>
</reporting>
</plugins>
</reporting>
</project>
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