Skip to content
Snippets Groups Projects
Commit eae2a84e authored by Renan Souza's avatar Renan Souza
Browse files

pom fixes

parent 6f39a074
Branches
Tags
1 merge request!6Trusted ibm
......@@ -5,11 +5,10 @@
<parent>
<groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-service</artifactId>
<version>1.0.2</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<artifactId>indexer-core</artifactId>
<version>1.0.2</version>
<name>indexer-core</name>
<description>Indexer Service Core</description>
<packaging>jar</packaging>
......
......@@ -28,7 +28,6 @@
</parent>
<artifactId>indexer-ibm</artifactId>
<version>1.0.0</version>
<name>indexer-ibm</name>
<description>Indexer Service IBM</description>
<packaging>jar</packaging>
......@@ -41,16 +40,18 @@
<artifactId>os-core-common</artifactId>
<version>0.0.8</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu.indexer</groupId>
<artifactId>indexer-core</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-lib-ibm</artifactId>
<version>0.1.2</version>
</dependency>
<version>1.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
<artifactId>os-core-lib-ibm</artifactId>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment