Skip to content
Snippets Groups Projects
Commit ac194eba authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Continuous Release

parent 2555b088
No related branches found
No related tags found
1 merge request!12Continuous Release (GONRG-10090)
Checking pipeline status
......@@ -12,22 +12,7 @@ include:
file: "scanners/gitlab-ultimate.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "release/maven-release-candidates.yml"
.maven:
image: maven:3.9.3-eclipse-temurin-17
#overridden variables
variables:
JDK_JAVA_OPTIONS: "--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED"
gemnasium-maven-dependency_scanning:
variables:
DS_JAVA_VERSION: 17
fossa-analyze:
image: $CI_REGISTRY/divido/fossa-with-cache:v0.9-jdk17
fossa-check-notice:
image: $CI_REGISTRY/divido/fossa-with-cache:v0.9-jdk17
file: "release/continuous-release-maven.yml"
gc-test:
environment:
......
......@@ -6,13 +6,14 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>gc-osm</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>gc-osm-datastore</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>${revision}</version>
<properties>
<revision>development-SNAPSHOT</revision>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
......@@ -6,7 +6,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>gc-osm</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>${revision}</version>
<packaging>pom</packaging>
<modules>
<module>gc-osm-datastore</module>
......@@ -14,6 +14,7 @@
<properties>
<revision>development-SNAPSHOT</revision>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......@@ -35,4 +36,34 @@
<url>${publish.snapshots.url}</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.6.0</version>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
</configuration>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
......@@ -6,12 +6,14 @@
<parent>
<groupId>org.opengroup.osdu</groupId>
<artifactId>testing</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>gc-osm-test-datastore</artifactId>
<version>${revision}</version>
<properties>
<revision>development-SNAPSHOT</revision>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......@@ -24,7 +26,7 @@
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>gc-osm-datastore</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
......@@ -6,7 +6,7 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>testing</artifactId>
<version>0.27.0-SNAPSHOT</version>
<version>${revision}</version>
<packaging>pom</packaging>
<modules>
......@@ -14,6 +14,7 @@
</modules>
<properties>
<revision>development-SNAPSHOT</revision>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment