Skip to content
Snippets Groups Projects
Commit 244d4079 authored by David Diederich's avatar David Diederich
Browse files

Updating all POM files to match the same version number

parent a1045203
No related branches found
No related tags found
No related merge requests found
Pipeline #25830 failed
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging> <parent>
<groupId>org.opengroup.osdu.crs-converter-service</groupId>
<parent> <artifactId>crs-converter-service</artifactId>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <version>0.6.0-SNAPSHOT</version>
<artifactId>crs-converter-service</artifactId> <relativePath>../pom.xml</relativePath>
<version>1.0.0</version> </parent>
<relativePath>../pom.xml</relativePath>
</parent> <properties>
<app.version>1</app.version>
<properties> <app.id>crs-converter-core</app.id>
<app.version>1</app.version> </properties>
<app.id>crs-converter-core</app.id>
</properties> <prerequisites>
<maven>3.1.0</maven>
<prerequisites> </prerequisites>
<maven>3.1.0</maven>
</prerequisites> <artifactId>crs-converter-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<artifactId>crs-converter-core</artifactId> <name>crs-converter-core</name>
<version>1.0.0</version> <description>CRS converter service core</description>
<name>crs-converter-core</name>
<description>CRS converter service core</description> <dependencies>
<!-- osdu dependencies -->
<dependencies> <dependency>
<!-- osdu dependencies --> <groupId>org.opengroup.osdu</groupId>
<dependency> <artifactId>os-core-common</artifactId>
<groupId>org.opengroup.osdu</groupId> <version>0.0.20</version>
<artifactId>os-core-common</artifactId> </dependency>
<version>0.0.20</version>
</dependency> <!-- auth0 dependencies -->
<dependency>
<!-- auth0 dependencies --> <groupId>com.auth0</groupId>
<dependency> <artifactId>jwks-rsa</artifactId>
<groupId>com.auth0</groupId> <version>0.11.0</version>
<artifactId>jwks-rsa</artifactId> </dependency>
<version>0.11.0</version> <dependency>
</dependency> <groupId>org.springframework.security</groupId>
<dependency> <artifactId>spring-security-config</artifactId>
<groupId>org.springframework.security</groupId> </dependency>
<artifactId>spring-security-config</artifactId> <!-- lombok dependencies -->
</dependency> <dependency>
<!-- lombok dependencies --> <groupId>org.projectlombok</groupId>
<dependency> <artifactId>lombok</artifactId>
<groupId>org.projectlombok</groupId> <version>1.18.10</version>
<artifactId>lombok</artifactId> <scope>provided</scope>
<version>1.18.10</version> </dependency>
<scope>provided</scope>
</dependency> <!-- logging dependencies -->
<dependency>
<!-- logging dependencies --> <groupId>org.slf4j</groupId>
<dependency> <artifactId>slf4j-api</artifactId>
<groupId>org.slf4j</groupId> <version>${slf4j.version}</version>
<artifactId>slf4j-api</artifactId> </dependency>
<version>${slf4j.version}</version> <dependency>
</dependency> <groupId>ch.qos.logback</groupId>
<dependency> <artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId> <version>1.2.3</version>
<artifactId>logback-classic</artifactId> </dependency>
<version>1.2.3</version>
</dependency> <!-- swagger dependencies -->
<dependency>
<!-- swagger dependencies --> <groupId>io.springfox</groupId>
<dependency> <artifactId>springfox-swagger2</artifactId>
<groupId>io.springfox</groupId> <version>${springfox-version}</version>
<artifactId>springfox-swagger2</artifactId> </dependency>
<version>${springfox-version}</version> <dependency>
</dependency> <groupId>io.springfox</groupId>
<dependency> <artifactId>springfox-swagger-ui</artifactId>
<groupId>io.springfox</groupId> <version>${springfox-version}</version>
<artifactId>springfox-swagger-ui</artifactId> </dependency>
<version>${springfox-version}</version>
</dependency> <!-- test dependencies -->
<dependency>
<!-- test dependencies --> <groupId>org.springframework.boot</groupId>
<dependency> <artifactId>spring-boot-starter-test</artifactId>
<groupId>org.springframework.boot</groupId> <scope>test</scope>
<artifactId>spring-boot-starter-test</artifactId> </dependency>
<scope>test</scope> <dependency>
</dependency> <groupId>org.powermock</groupId>
<dependency> <artifactId>powermock-module-junit4</artifactId>
<groupId>org.powermock</groupId> <version>${powermock.version}</version>
<artifactId>powermock-module-junit4</artifactId> <scope>test</scope>
<version>${powermock.version}</version> </dependency>
<scope>test</scope> <dependency>
</dependency> <groupId>org.powermock</groupId>
<dependency> <artifactId>powermock-api-mockito2</artifactId>
<groupId>org.powermock</groupId> <version>${powermock.version}</version>
<artifactId>powermock-api-mockito2</artifactId> <scope>test</scope>
<version>${powermock.version}</version> </dependency>
<scope>test</scope>
</dependency> <!-- dependencies for apache sis -->
<dependency>
<!-- dependencies for apache sis --> <groupId>org.apache.sis.core</groupId>
<dependency> <artifactId>sis-metadata</artifactId>
<groupId>org.apache.sis.core</groupId> <version>1.1-SNAPSHOT</version>
<artifactId>sis-metadata</artifactId> </dependency>
<version>1.1-SNAPSHOT</version> <dependency>
</dependency> <groupId>org.apache.sis.core</groupId>
<dependency> <artifactId>sis-referencing</artifactId>
<groupId>org.apache.sis.core</groupId> <version>1.1-SNAPSHOT</version>
<artifactId>sis-referencing</artifactId> </dependency>
<version>1.1-SNAPSHOT</version> <dependency>
</dependency> <groupId>org.apache.sis.core</groupId>
<dependency> <artifactId>sis-referencing-by-identifiers</artifactId>
<groupId>org.apache.sis.core</groupId> <version>1.1-SNAPSHOT</version>
<artifactId>sis-referencing-by-identifiers</artifactId> </dependency>
<version>1.1-SNAPSHOT</version> <dependency>
</dependency> <groupId>org.apache.sis.core</groupId>
<dependency> <artifactId>sis-utility</artifactId>
<groupId>org.apache.sis.core</groupId> <version>1.1-SNAPSHOT</version>
<artifactId>sis-utility</artifactId> </dependency>
<version>1.1-SNAPSHOT</version> <dependency>
</dependency> <groupId>org.apache.derby</groupId>
<dependency> <artifactId>derby</artifactId>
<groupId>org.apache.derby</groupId> <version>10.14.2.0</version>
<artifactId>derby</artifactId> </dependency>
<version>10.14.2.0</version> <dependency>
</dependency> <groupId>org.opengis</groupId>
<dependency> <artifactId>geoapi</artifactId>
<groupId>org.opengis</groupId> <version>3.0.1</version>
<artifactId>geoapi</artifactId> </dependency>
<version>3.0.1</version> <dependency>
</dependency> <groupId>jakarta.xml.bind</groupId>
<dependency> <artifactId>jakarta.xml.bind-api</artifactId>
<groupId>jakarta.xml.bind</groupId> <version>2.3.2</version>
<artifactId>jakarta.xml.bind-api</artifactId> </dependency>
<version>2.3.2</version> </dependencies>
</dependency> </project>
</dependencies>
</project>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
......
...@@ -14,21 +14,20 @@ ...@@ -14,21 +14,20 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<artifactId>crs-converter-service</artifactId> <artifactId>crs-converter-service</artifactId>
<version>1.0.0</version> <version>0.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<artifactId>crs-converter-aws</artifactId> <artifactId>crs-converter-aws</artifactId>
<version>1.0.0</version> <version>0.6.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>crs-converter-aws</name> <name>crs-converter-aws</name>
<description>CRS Converter service on AWS</description> <description>CRS Converter service on AWS</description>
...@@ -56,7 +55,7 @@ ...@@ -56,7 +55,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<artifactId>crs-converter-core</artifactId> <artifactId>crs-converter-core</artifactId>
<version>1.0.0</version> <version>0.6.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion> <packaging>jar</packaging>
<packaging>jar</packaging>
<parent>
<parent> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <artifactId>crs-converter-service</artifactId>
<artifactId>crs-converter-service</artifactId> <version>0.6.0-SNAPSHOT</version>
<version>1.0.0</version> <relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath> </parent>
</parent>
<properties>
<properties> <app.version>1</app.version>
<app.version>1</app.version> <app.id>crs-converter-aks</app.id>
<app.id>crs-converter-aks</app.id> <azure.version>2.3.2</azure.version>
<azure.version>2.3.2</azure.version> <osdu.corelibazure.version>0.0.42</osdu.corelibazure.version>
<osdu.corelibazure.version>0.0.42</osdu.corelibazure.version> </properties>
</properties>
<prerequisites>
<prerequisites> <maven>3.1.0</maven>
<maven>3.1.0</maven> </prerequisites>
</prerequisites>
<artifactId>crs-converter-aks</artifactId>
<artifactId>crs-converter-aks</artifactId> <version>0.6.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version> <name>crs-converter-aks</name>
<name>crs-converter-aks</name> <description>CRS converter service Azure Kubernetes Deployment</description>
<description>CRS converter service Azure Kubernetes Deployment</description>
<dependencies>
<dependencies> <dependency>
<dependency> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <artifactId>crs-converter-core</artifactId>
<artifactId>crs-converter-core</artifactId> <version>0.6.0-SNAPSHOT</version>
<version>1.0.0</version> </dependency>
</dependency>
<dependency>
<dependency> <groupId>org.opengroup.osdu</groupId>
<groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-azure</artifactId>
<artifactId>core-lib-azure</artifactId> <version>${osdu.corelibazure.version}</version>
<version>${osdu.corelibazure.version}</version> </dependency>
</dependency>
<dependency>
<dependency> <groupId>com.microsoft.azure</groupId>
<groupId>com.microsoft.azure</groupId> <artifactId>azure-active-directory-spring-boot-starter</artifactId>
<artifactId>azure-active-directory-spring-boot-starter</artifactId> <version>${azure.version}</version>
<version>${azure.version}</version> <exclusions>
<exclusions> <exclusion>
<exclusion> <groupId>org.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId>
<artifactId>spring-boot-starter-logging</artifactId> </exclusion>
</exclusion> </exclusions>
</exclusions> </dependency>
</dependency>
<dependency>
<dependency> <groupId>org.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId>
<artifactId>spring-boot-starter-test</artifactId> <scope>test</scope>
<scope>test</scope> </dependency>
</dependency> </dependencies>
</dependencies>
<build>
<build> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId>
<artifactId>spring-boot-maven-plugin</artifactId> <executions>
<executions> <execution>
<execution> <goals>
<goals> <goal>repackage</goal>
<goal>repackage</goal> </goals>
</goals> <configuration>
<configuration> <classifier>spring-boot</classifier>
<classifier>spring-boot</classifier> <mainClass>org.opengroup.osdu.crs.CRSApplication</mainClass>
<mainClass>org.opengroup.osdu.crs.CRSApplication</mainClass> </configuration>
</configuration> </execution>
</execution> </executions>
</executions> </plugin>
</plugin>
</plugins>
</plugins> </build>
</build>
</project>
</project>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion> <packaging>jar</packaging>
<packaging>jar</packaging>
<parent>
<parent> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <artifactId>crs-converter-service</artifactId>
<artifactId>crs-converter-service</artifactId> <version>0.6.0-SNAPSHOT</version>
<version>1.0.0</version> <relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath> </parent>
</parent>
<properties>
<properties> <app.version>1</app.version>
<app.version>1</app.version> <app.id>crs-converter-gae</app.id>
<app.id>crs-converter-gae</app.id>
<appengine.app.version>1</appengine.app.version>
<appengine.app.version>1</appengine.app.version> <appengine.plugin.version>1.9.73</appengine.plugin.version>
<appengine.plugin.version>1.9.73</appengine.plugin.version> <appengine.maven.plugin.version>1.3.2</appengine.maven.plugin.version>
<appengine.maven.plugin.version>1.3.2</appengine.maven.plugin.version> </properties>
</properties>
<prerequisites>
<prerequisites> <maven>3.1.0</maven>
<maven>3.1.0</maven> </prerequisites>
</prerequisites>
<artifactId>crs-converter-gae</artifactId>
<artifactId>crs-converter-gae</artifactId> <version>0.6.0-SNAPSHOT</version>
<version>1.0.0</version> <name>crs-converter-gae</name>
<name>crs-converter-gae</name> <description>CRS converter service Google App Engine deployment</description>
<description>CRS converter service Google App Engine deployment</description>
<dependencies>
<dependencies> <dependency>
<dependency> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <artifactId>crs-converter-core</artifactId>
<artifactId>crs-converter-core</artifactId> <version>0.6.0-SNAPSHOT</version>
<version>1.0.0</version> </dependency>
</dependency> <dependency>
<dependency> <groupId>org.springframework.security</groupId>
<groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-client</artifactId>
<artifactId>spring-security-oauth2-client</artifactId> </dependency>
</dependency> <dependency>
<dependency> <groupId>org.springframework.security</groupId>
<groupId>org.springframework.security</groupId> <artifactId>spring-security-jwt</artifactId>
<artifactId>spring-security-jwt</artifactId> <version>1.0.10.RELEASE</version>
<version>1.0.10.RELEASE</version> </dependency>
</dependency> </dependencies>
</dependencies>
<build>
<build> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId>
<artifactId>spring-boot-maven-plugin</artifactId> </plugin>
</plugin>
<plugin>
<plugin> <groupId>com.google.cloud.tools</groupId>
<groupId>com.google.cloud.tools</groupId> <artifactId>appengine-maven-plugin</artifactId>
<artifactId>appengine-maven-plugin</artifactId> <version>${appengine.maven.plugin.version}</version>
<version>${appengine.maven.plugin.version}</version> <configuration>
<configuration> <!-- deploy configuration -->
<!-- deploy configuration --> <stage.enableJarSplitting>true</stage.enableJarSplitting>
<stage.enableJarSplitting>true</stage.enableJarSplitting> <deploy.stopPreviousVersion>true</deploy.stopPreviousVersion>
<deploy.stopPreviousVersion>true</deploy.stopPreviousVersion> </configuration>
</configuration> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.jacoco</groupId>
<groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId>
<artifactId>jacoco-maven-plugin</artifactId> <version>0.7.7.201606060606</version>
<version>0.7.7.201606060606</version> <executions>
<executions> <execution>
<execution> <goals>
<goals> <goal>prepare-agent</goal>
<goal>prepare-agent</goal> </goals>
</goals> </execution>
</execution> <execution>
<execution> <id>report</id>
<id>report</id> <phase>prepare-package</phase>
<phase>prepare-package</phase> <goals>
<goals> <goal>report</goal>
<goal>report</goal> </goals>
</goals> </execution>
</execution> </executions>
</executions> </plugin>
</plugin> </plugins>
</plugins> </build>
</build>
</project>
</project>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion> <packaging>jar</packaging>
<packaging>jar</packaging>
<parent>
<parent> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <artifactId>crs-converter-service</artifactId>
<artifactId>crs-converter-service</artifactId> <version>0.6.0-SNAPSHOT</version>
<version>1.0.0</version> <relativePath>../../../pom.xml</relativePath>
<relativePath>../../../pom.xml</relativePath> </parent>
</parent>
<properties>
<properties> <app.version>1</app.version>
<app.version>1</app.version> <app.id>crs-converter-gke</app.id>
<app.id>crs-converter-gke</app.id> </properties>
</properties>
<prerequisites>
<prerequisites> <maven>3.1.0</maven>
<maven>3.1.0</maven> </prerequisites>
</prerequisites>
<artifactId>crs-converter-gke</artifactId>
<artifactId>crs-converter-gke</artifactId> <version>0.6.0-SNAPSHOT</version>
<version>1.0.0</version> <name>crs-converter-gke</name>
<name>crs-converter-gke</name> <description>CRS converter service Google Kubernetes Engine deployment</description>
<description>CRS converter service Google Kubernetes Engine deployment</description>
<dependencies>
<dependencies> <dependency>
<dependency> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <artifactId>crs-converter-core</artifactId>
<artifactId>crs-converter-core</artifactId> <version>0.6.0-SNAPSHOT</version>
<version>1.0.0</version> </dependency>
</dependency> <dependency>
<dependency> <groupId>org.springframework.security</groupId>
<groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-client</artifactId>
<artifactId>spring-security-oauth2-client</artifactId> </dependency>
</dependency> <dependency>
<dependency> <groupId>org.springframework.security</groupId>
<groupId>org.springframework.security</groupId> <artifactId>spring-security-jwt</artifactId>
<artifactId>spring-security-jwt</artifactId> <version>1.0.10.RELEASE</version>
<version>1.0.10.RELEASE</version> </dependency>
</dependency> </dependencies>
</dependencies>
<build>
<build> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId>
<artifactId>spring-boot-maven-plugin</artifactId> </plugin>
</plugin> </plugins>
</plugins> </build>
</build>
</project>
</project>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<artifactId>crs-converter-service</artifactId> <artifactId>crs-converter-service</artifactId>
<version>1.0.0</version> <version>0.6.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath> <relativePath>../../../pom.xml</relativePath>
</parent> </parent>
...@@ -23,7 +22,7 @@ ...@@ -23,7 +22,7 @@
</prerequisites> </prerequisites>
<artifactId>crs-converter-ocp</artifactId> <artifactId>crs-converter-ocp</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>0.6.0-SNAPSHOT</version>
<name>crs-converter-ocp</name> <name>crs-converter-ocp</name>
<description>CRS converter service Openshift Container Platform deployment</description> <description>CRS converter service Openshift Container Platform deployment</description>
...@@ -31,7 +30,7 @@ ...@@ -31,7 +30,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.crs-converter-service</groupId> <groupId>org.opengroup.osdu.crs-converter-service</groupId>
<artifactId>crs-converter-core</artifactId> <artifactId>crs-converter-core</artifactId>
<version>1.0.0</version> <version>0.6.0-SNAPSHOT</version>
</dependency> </dependency>
<!--dependency> <!--dependency>
......
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