Skip to content

Commit a09b8cd

Browse files
committed
Fix Maven groupId: com.bioinceptionlabs.rdt → com.bioinceptionlabs
The groupId 'com.bioinceptionlabs.rdt' combined with artifactId 'rdt' produced the redundant coordinate 'com.bioinceptionlabs.rdt:rdt'. Changed to 'com.bioinceptionlabs:rdt' for clean Maven coordinates. Updated: pom.xml, pom-local.xml, README.md
1 parent 1e957ad commit a09b8cd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ The package namespace has changed from `uk.ac.ebi` to `com.bioinceptionlabs` in
8888
<!-- Old (v2.x) -->
8989
<groupId>uk.ac.ebi.rdt</groupId>
9090

91-
<!-- New (v3.0.0) -->
92-
<groupId>com.bioinceptionlabs.rdt</groupId>
91+
<!-- New (v3.1.0+) -->
92+
<groupId>com.bioinceptionlabs</groupId>
9393
```
9494

9595
**Import changes**

pom-local.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.bioinceptionlabs.rdt</groupId>
4+
<groupId>com.bioinceptionlabs</groupId>
55
<artifactId>rdt</artifactId>
66
<description>Reaction Decoder Tool</description>
77
<version>3.1.0</version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.bioinceptionlabs.rdt</groupId>
4+
<groupId>com.bioinceptionlabs</groupId>
55
<artifactId>rdt</artifactId>
66
<description>Reaction Decoder Tool</description>
77
<version>3.1.0</version>

0 commit comments

Comments
 (0)