Skip to content

Commit

Permalink
KH-496: Adjust aggregator artifact ID and remove relativePath
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed May 10, 2024
1 parent 8176036 commit ad3f1a2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
13 changes: 13 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [

],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
}
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<groupId>com.ozonehis</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<groupId>com.ozonehis</groupId>
<artifactId>ozone-cambodia</artifactId>
<version>1.7.0-SNAPSHOT</version>
<description>Ozone Cambodia</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.ozonehis</groupId>
<artifactId>ozone-cambodia-parent</artifactId>
<name>Ozone for Cambodia - Parent project</name>
<artifactId>ozone-cambodia-aggregator</artifactId>
<description>Ozone for Cambodia - Aggregator</description>
<version>1.7.0-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down Expand Up @@ -38,13 +38,6 @@
</profile>
</profiles>

<repositories>
<repository>
<id>mks-nexus-public</id>
<url>https://nexus.mekomsolutions.net/repository/maven-public/</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<name>Mekom Solutions Nexus repo for releases</name>
Expand Down
2 changes: 1 addition & 1 deletion prod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<groupId>com.ozonehis</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath></relativePath>
</parent>

<groupId>com.ozonehis</groupId>
<artifactId>ozone-cambodia-prod</artifactId>
<version>1.7.0-SNAPSHOT</version>
<description>Ozone Cambodia - with production dependencies</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit ad3f1a2

Please sign in to comment.