Version 2.0.10

This commit is contained in:
jascotty2 2019-09-08 08:36:36 -05:00
parent ec6f19e4ce
commit e60876690b
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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>