mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-18 20:41:32 +01:00
Version 2.0.10
This commit is contained in:
parent
ec6f19e4ce
commit
e60876690b
@ -4,7 +4,7 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
name: "SongodaCore"
|
name: "SongodaCore"
|
||||||
path: "/builds/$CI_PROJECT_PATH"
|
path: "/builds/$CI_PROJECT_PATH"
|
||||||
version: "2.0.9"
|
version: "2.0.10"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
1
pom.xml
1
pom.xml
@ -3,6 +3,7 @@
|
|||||||
<artifactId>SongodaCore</artifactId>
|
<artifactId>SongodaCore</artifactId>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<version>maven-version-number</version>
|
<version>maven-version-number</version>
|
||||||
|
<packaging>jar</packaging>
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>clean install</defaultGoal>
|
<defaultGoal>clean install</defaultGoal>
|
||||||
<finalName>SongodaCore-${project.version}</finalName>
|
<finalName>SongodaCore-${project.version}</finalName>
|
||||||
|
Loading…
Reference in New Issue
Block a user