Skip to content

Commit be45550

Browse files
sven1103KochTobi
andauthored
Introduce BOM (#1347)
* Introduce BOM * Remove all pinned versions from modules * Exclude ivy dependency We don't seem to need it and the signature is problematic. Thus this dependency is excluded. * Change group-id to life.qbic.datamanager * Rename module for datamanager app --------- Co-authored-by: KochTobi <[email protected]>
1 parent 708d55a commit be45550

File tree

396 files changed

+331
-180
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

396 files changed

+331
-180
lines changed

application-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6+
<groupId>life.qbic.datamanager</groupId>
67
<artifactId>datamanager</artifactId>
7-
<groupId>life.qbic</groupId>
88
<version>1.11.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

broadcasting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6+
<groupId>life.qbic.datamanager</groupId>
67
<artifactId>datamanager</artifactId>
7-
<groupId>life.qbic</groupId>
88
<version>1.11.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)