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
GGCE
GGCE Server
Commits
ba6e8df1
Commit
ba6e8df1
authored
Mar 25, 2022
by
Matija Obreza
Browse files
[maven-release-plugin] prepare for next development iteration
parent
05800fef
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ba6e8df1
...
...
@@ -3,7 +3,7 @@ include:
-
template
:
'
Workflows/Branch-Pipelines.gitlab-ci.yml'
variables
:
VERSION
:
"
2022.
3
"
VERSION
:
"
2022.
4
"
DOCKER_HOST
:
"
genesys6.swarm.genesys-pgr.org"
DOCKER_VERSION
:
latest
# This will suppress any download for dependencies and plugins or upload messages which would clutter the console log.
...
...
commons/pom.xml
View file @
ba6e8df1
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.gringlobal
</groupId>
<artifactId>
ggce-java
</artifactId>
<version>
2022.
3
</version>
<version>
2022.
4-SNAPSHOT
</version>
<relativePath>
../parent/pom.xml
</relativePath>
</parent>
<artifactId>
ggce-commons
</artifactId>
...
...
@@ -15,7 +15,7 @@
<connection>
scm:https://gitlab.croptrust.org/grin-global/grin-global-server
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:grin-global/grin-global-server.git
</developerConnection>
<url>
git@gitlab.croptrust.org:grin-global/grin-global-server.git
</url>
<tag>
v2022.3
</tag>
<tag>
HEAD
</tag>
</scm>
<issueManagement>
...
...
coverage/pom.xml
View file @
ba6e8df1
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.gringlobal
</groupId>
<artifactId>
ggce-java
</artifactId>
<version>
2022.
3
</version>
<version>
2022.
4-SNAPSHOT
</version>
<relativePath>
../parent/pom.xml
</relativePath>
</parent>
<artifactId>
ggce-coverage
</artifactId>
...
...
@@ -74,12 +74,12 @@
<dependency>
<groupId>
org.gringlobal
</groupId>
<artifactId>
ggce-commons
</artifactId>
<version>
2022.
3
</version>
<version>
2022.
4-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.gringlobal
</groupId>
<artifactId>
ggce-server
</artifactId>
<version>
2022.
3
</version>
<version>
2022.
4-SNAPSHOT
</version>
<type>
war
</type>
</dependency>
<!-- <dependency>
...
...
parent/pom.xml
View file @
ba6e8df1
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.gringlobal
</groupId>
<artifactId>
ggce
</artifactId>
<version>
2022.
3
</version>
<version>
2022.
4-SNAPSHOT
</version>
</parent>
<artifactId>
ggce-java
</artifactId>
<packaging>
pom
</packaging>
...
...
pom.xml
View file @
ba6e8df1
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.gringlobal
</groupId>
<artifactId>
ggce
</artifactId>
<version>
2022.
3
</version>
<version>
2022.
4-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
GRIN-Global Community Edition
</name>
<description>
GG-CE
</description>
...
...
@@ -49,7 +49,7 @@
<connection>
scm:https://gitlab.croptrust.org/grin-global/grin-global-server
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:grin-global/grin-global-server.git
</developerConnection>
<url>
git@gitlab.croptrust.org:grin-global/grin-global-server.git
</url>
<tag>
v2022.3
</tag>
<tag>
HEAD
</tag>
</scm>
<issueManagement>
...
...
server/pom.xml
View file @
ba6e8df1
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.gringlobal
</groupId>
<artifactId>
ggce-java
</artifactId>
<version>
2022.
3
</version>
<version>
2022.
4-SNAPSHOT
</version>
<relativePath>
../parent/pom.xml
</relativePath>
</parent>
<artifactId>
ggce-server
</artifactId>
...
...
@@ -21,7 +21,7 @@
<connection>
https://gitlab.croptrust.org/grin-global/grin-global-server.git
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:grin-global/grin-global-server.git
</developerConnection>
<url>
git@gitlab.croptrust.org:grin-global/grin-global-server.git
</url>
<tag>
v2022.3
</tag>
<tag>
HEAD
</tag>
</scm>
<organization>
...
...
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