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
3f23dfca
Commit
3f23dfca
authored
Jun 22, 2018
by
Matija Obreza
Browse files
[maven-release-plugin] prepare for next development iteration
parent
ae3a9c3f
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3f23dfca
variables
:
IMAGE_VERSION
:
"
1.9
"
IMAGE_VERSION
:
"
2.0-SNAPSHOT
"
DOCKER_HOST
:
"
genesys1.swarm.genesys-pgr.org"
ARTIFACTS
:
"
genesys-catalog-server/target/*.war"
...
...
@@ -47,7 +47,7 @@ package master or tag:
image
:
docker:latest
before_script
:
-
echo Building docker image ${CI_REGISTRY_IMAGE}:${IMAGE_VERSION} on ${DOCKER_HOST}
-
echo Registry ${CI_REGISTRY} user=${CI_REGISTRY_USER}
${CI_REGISTRY_PASSWORD}
-
echo Registry ${CI_REGISTRY} user=${CI_REGISTRY_USER}
script
:
# Configuration
-
TLS_PATH=~/.docker/${DOCKER_HOST}/certs && mkdir -p ${TLS_PATH}
...
...
genesys-catalog-core/pom.xml
View file @
3f23dfca
...
...
@@ -20,7 +20,7 @@
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
1.9
</version>
<version>
2.0-SNAPSHOT
</version>
</parent>
<artifactId>
genesys-catalog-core
</artifactId>
<packaging>
jar
</packaging>
...
...
genesys-catalog-parent/pom.xml
View file @
3f23dfca
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
1.9
</version>
<version>
2.0-SNAPSHOT
</version>
</parent>
<artifactId>
genesys-catalog-parent
</artifactId>
<packaging>
pom
</packaging>
...
...
genesys-catalog-server/pom.xml
View file @
3f23dfca
...
...
@@ -4,7 +4,7 @@
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
1.9
</version>
<version>
2.0-SNAPSHOT
</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.9
</version>
<version>
2.0-SNAPSHOT
</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.9
</version>
<version>
2.0-SNAPSHOT
</version>
<exclusions>
<exclusion>
<artifactId>
commons-lang3
</artifactId>
...
...
pom.xml
View file @
3f23dfca
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
1.9
</version>
<version>
2.0-SNAPSHOT
</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>
genesys-catalog-1.9
</tag>
<tag>
HEAD
</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