BAEL-8824 Align module names, folder names and artifact id
- Fixed pom of projects as per new project artifacts
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<!-- com.baeldung/osgi-intro-sample-activator/1.0-SNAPSHOT -->
|
||||
<parent>
|
||||
<artifactId>osgi-intro</artifactId>
|
||||
<artifactId>osgi</artifactId>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<packaging>bundle</packaging>
|
||||
|
||||
<parent>
|
||||
<artifactId>osgi-intro</artifactId>
|
||||
<artifactId>osgi</artifactId>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<!-- mvn:com.baeldung/osgi-intro-sample-service/1.0-SNAPSHOT -->
|
||||
<parent>
|
||||
<artifactId>osgi-intro</artifactId>
|
||||
<artifactId>osgi</artifactId>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
Reference in New Issue
Block a user