Skip to content

Commit cffe317

Browse files
cicd: FIX Project name is missing #TASK-7783
1 parent 8e4cb89 commit cffe317

File tree

6 files changed

+28
-6
lines changed

6 files changed

+28
-6
lines changed

commons-datastore/commons-datastore-core/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
<parent>
77
<groupId>org.opencb.commons</groupId>
88
<artifactId>commons-datastore</artifactId>
9-
<version>5.7.0-SNAPSHOT</version>
9+
<version>5.6.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>commons-datastore-core</artifactId>
1414
<packaging>jar</packaging>
1515

16+
<name>OpenCB commons-datastore-core project</name>
17+
<description>OpenCB commons project contains several Java libs for Bioinformatics</description>
18+
<url>http://www.opencb.org</url>
19+
1620
<dependencies>
1721
<dependency>
1822
<groupId>com.fasterxml.jackson.core</groupId>

commons-datastore/commons-datastore-mongodb/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
<parent>
77
<groupId>org.opencb.commons</groupId>
88
<artifactId>commons-datastore</artifactId>
9-
<version>5.7.0-SNAPSHOT</version>
9+
<version>5.6.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>commons-datastore-mongodb</artifactId>
1414
<packaging>jar</packaging>
1515

16+
<name>OpenCB commons-datastore-mongodb project</name>
17+
<description>OpenCB commons project contains several Java libs for Bioinformatics</description>
18+
<url>http://www.opencb.org</url>
19+
1620
<dependencies>
1721
<dependency>
1822
<groupId>org.opencb.commons</groupId>

commons-datastore/commons-datastore-solr/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,18 @@
2222
<parent>
2323
<groupId>org.opencb.commons</groupId>
2424
<artifactId>commons-datastore</artifactId>
25-
<version>5.7.0-SNAPSHOT</version>
25+
<version>5.6.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>commons-datastore-solr</artifactId>
3030
<packaging>jar</packaging>
3131

32+
<name>OpenCB commons-datastore-solr project</name>
33+
<description>OpenCB commons project contains several Java libs for Bioinformatics</description>
34+
<url>http://www.opencb.org</url>
35+
36+
3237
<dependencies>
3338
<dependency>
3439
<groupId>org.opencb.commons</groupId>

commons-datastore/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
66
<parent>
77
<groupId>org.opencb.commons</groupId>
88
<artifactId>commons</artifactId>
9-
<version>5.7.0-SNAPSHOT</version>
9+
<version>5.6.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>commons-datastore</artifactId>
1414
<packaging>pom</packaging>
1515

16+
<name>OpenCB commons-datastore project</name>
17+
<description>OpenCB commons project contains several Java libs for Bioinformatics</description>
18+
<url>http://www.opencb.org</url>
19+
20+
1621
<modules>
1722
<module>commons-datastore-core</module>
1823
<module>commons-datastore-mongodb</module>

commons-lib/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
<parent>
77
<groupId>org.opencb.commons</groupId>
88
<artifactId>commons</artifactId>
9-
<version>5.7.0-SNAPSHOT</version>
9+
<version>5.6.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>commons-lib</artifactId>
1414
<packaging>jar</packaging>
1515

16+
<name>OpenCB commons-lib project</name>
17+
<description>OpenCB commons project contains several Java libs for Bioinformatics</description>
18+
<url>http://www.opencb.org</url>
19+
1620
<dependencies>
1721
<dependency>
1822
<groupId>org.opencb.commons</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.opencb.commons</groupId>
88
<artifactId>commons</artifactId>
9-
<version>5.7.0-SNAPSHOT</version>
9+
<version>5.6.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>OpenCB commons project</name>

0 commit comments

Comments
 (0)