Skip to content

Commit b7d2c05

Browse files
committed
Prepare for release of BioSamples 5.3.12
1 parent b805424 commit b7d2c05

51 files changed

Lines changed: 178 additions & 172 deletions

File tree

Some content is hidden

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

agents/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>uk.ac.ebi.biosamples</groupId>
1111
<artifactId>biosamples</artifactId>
12-
<version>5.3.12-RC1</version>
12+
<version>5.3.12</version>
1313
</parent>
1414

1515
<modules>

agents/solr/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
<parent>
88
<groupId>uk.ac.ebi.biosamples</groupId>
99
<artifactId>biosamples</artifactId>
10-
<version>5.3.12-RC1</version>
10+
<version>5.3.12</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>uk.ac.ebi.biosamples</groupId>
1717
<artifactId>properties</artifactId>
18-
<version>5.3.12-RC1</version>
18+
<version>5.3.12</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>uk.ac.ebi.biosamples</groupId>
2222
<artifactId>models-solr</artifactId>
23-
<version>5.3.12-RC1</version>
23+
<version>5.3.12</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>uk.ac.ebi.biosamples</groupId>
2727
<artifactId>messaging</artifactId>
28-
<version>5.3.12-RC1</version>
28+
<version>5.3.12</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>uk.ac.ebi.biosamples</groupId>
3232
<artifactId>utils-ols</artifactId>
33-
<version>5.3.12-RC1</version>
33+
<version>5.3.12</version>
3434
</dependency>
3535

3636
<dependency>

agents/uploadworkers/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>uk.ac.ebi.biosamples</groupId>
99
<artifactId>biosamples</artifactId>
10-
<version>5.3.12-RC1</version>
10+
<version>5.3.12</version>
1111
<relativePath>../../</relativePath>
1212
</parent>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>uk.ac.ebi.biosamples</groupId>
1717
<artifactId>biosamples-spring-boot-starter</artifactId>
18-
<version>5.3.12-RC1</version>
18+
<version>5.3.12</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.boot</groupId>
@@ -33,22 +33,22 @@
3333
<dependency>
3434
<groupId>uk.ac.ebi.biosamples</groupId>
3535
<artifactId>properties</artifactId>
36-
<version>5.3.12-RC1</version>
36+
<version>5.3.12</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>uk.ac.ebi.biosamples</groupId>
4040
<artifactId>utils-webapp</artifactId>
41-
<version>5.3.12-RC1</version>
41+
<version>5.3.12</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>uk.ac.ebi.biosamples</groupId>
4545
<artifactId>messaging</artifactId>
46-
<version>5.3.12-RC1</version>
46+
<version>5.3.12</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>uk.ac.ebi.biosamples</groupId>
5050
<artifactId>models-mongo</artifactId>
51-
<version>5.3.12-RC1</version>
51+
<version>5.3.12</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.commons</groupId>

client/client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<parent>
2222
<groupId>uk.ac.ebi.biosamples</groupId>
2323
<artifactId>biosamples</artifactId>
24-
<version>5.3.12-RC1</version>
24+
<version>5.3.12</version>
2525
<relativePath>../../</relativePath>
2626
</parent>
2727

2828
<dependencies>
2929
<dependency>
3030
<groupId>uk.ac.ebi.biosamples</groupId>
3131
<artifactId>models-core</artifactId>
32-
<version>5.3.12-RC1</version>
32+
<version>5.3.12</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.springframework.hateoas</groupId>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>uk.ac.ebi.biosamples</groupId>
1616
<artifactId>biosamples</artifactId>
17-
<version>5.3.12-RC1</version>
17+
<version>5.3.12</version>
1818
<relativePath>../</relativePath>
1919
</parent>
2020

client/starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>uk.ac.ebi.biosamples</groupId>
66
<artifactId>biosamples-spring-boot-starter</artifactId>
7-
<version>5.3.12-RC1</version>
7+
<version>5.3.12</version>
88

99
<packaging>jar</packaging>
1010

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>uk.ac.ebi.biosamples</groupId>
1919
<artifactId>client</artifactId>
20-
<version>5.3.12-RC1</version>
20+
<version>5.3.12</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.springframework.boot</groupId>

commons/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>uk.ac.ebi.biosamples</groupId>
99
<artifactId>biosamples</artifactId>
10-
<version>5.3.12-RC1</version>
10+
<version>5.3.12</version>
1111
</parent>
1212

1313
<properties>
@@ -24,12 +24,12 @@
2424
<dependency>
2525
<groupId>uk.ac.ebi.biosamples</groupId>
2626
<artifactId>models-mongo</artifactId>
27-
<version>5.3.12-RC1</version>
27+
<version>5.3.12</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>uk.ac.ebi.biosamples</groupId>
3131
<artifactId>models-core</artifactId>
32-
<version>5.3.12-RC1</version>
32+
<version>5.3.12</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.fasterxml.jackson.core</groupId>

docker-agents.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
set -e
33

4-
docker-compose run --rm --service-ports biosamples-agents-solr java -jar agents-solr-5.3.12-RC1.jar
4+
docker-compose run --rm --service-ports biosamples-agents-solr java -jar agents-solr-5.3.12.jar
55
echo "Successfully runned agents"

docker-compose.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
command:
1919
- java
2020
- -jar
21-
- webapps-core-5.3.12-RC1.war
21+
- webapps-core-5.3.12.war
2222
environment:
2323
- env=local
2424
#application properties
@@ -106,7 +106,7 @@ services:
106106
command:
107107
- java
108108
- -jar
109-
- webapps-core-v2-5.3.12-RC1.jar
109+
- webapps-core-v2-5.3.12.jar
110110
environment:
111111
#application properties
112112
- biosamples.bulksubmisison.webin.superuser.validation=true
@@ -183,7 +183,7 @@ services:
183183
command:
184184
- java
185185
- -jar
186-
- agents-solr-5.3.12-RC1.jar
186+
- agents-solr-5.3.12.jar
187187
environment:
188188
- SPRING_RABBITMQ_HOST=rabbitmq
189189
- SPRING_RABBITMQ_PUBLISHER-CONFIRMS=true
@@ -208,7 +208,7 @@ services:
208208
command:
209209
- java
210210
- -jar
211-
- agents-uploadworkers-5.3.12-RC1.jar
211+
- agents-uploadworkers-5.3.12.jar
212212
environment:
213213
- SPRING_RABBITMQ_HOST=rabbitmq
214214
- SPRING_RABBITMQ_PUBLISHER-CONFIRMS=true
@@ -232,7 +232,7 @@ services:
232232
command:
233233
- java
234234
- -jar
235-
- pipelines-ena-5.3.12-RC1.jar
235+
- pipelines-ena-5.3.12.jar
236236
environment:
237237
- BIOSAMPLES_CLIENT_URI=http://biosamples-webapps-core:8080/biosamples
238238
- LOGGING_FILE=/logs/pipelines-ena.log
@@ -247,7 +247,7 @@ services:
247247
command:
248248
- java
249249
- -jar
250-
- pipelines-ncbi-5.3.12-RC1.jar
250+
- pipelines-ncbi-5.3.12.jar
251251
environment:
252252
- BIOSAMPLES_CLIENT_URI=http://biosamples-webapps-core:8080/biosamples
253253
- LOGGING_FILE=/logs/pipelines-ncbi.log
@@ -262,7 +262,7 @@ services:
262262
command:
263263
- java
264264
- -jar
265-
- pipelines-accession-5.3.12-RC1.jar
265+
- pipelines-accession-5.3.12.jar
266266
environment:
267267
- BIOSAMPLES_CLIENT_URI=http://biosamples-webapps-core:8080/biosamples
268268
- LOGGING_FILE=/logs/pipelines-accession.log
@@ -277,7 +277,7 @@ services:
277277
command:
278278
- java
279279
- -jar
280-
- pipelines-copydown-5.3.12-RC1.jar
280+
- pipelines-copydown-5.3.12.jar
281281
environment:
282282
- BIOSAMPLES_CLIENT_URI=http://biosamples-webapps-core:8080/biosamples
283283
- LOGGING_FILE=/logs/pipelines-copydown.log
@@ -292,7 +292,7 @@ services:
292292
command:
293293
- java
294294
- -jar
295-
- pipelines-curation-5.3.12-RC1.jar
295+
- pipelines-curation-5.3.12.jar
296296
environment:
297297
- BIOSAMPLES_CLIENT_URI=http://biosamples-webapps-core:8080/biosamples
298298
- LOGGING_FILE=/logs/pipelines-curation.log
@@ -309,7 +309,7 @@ services:
309309
command:
310310
- java
311311
- -jar
312-
- pipelines-zooma-5.3.12-RC1.jar
312+
- pipelines-zooma-5.3.12.jar
313313
environment:
314314
- BIOSAMPLES_CLIENT_URI=http://biosamples-webapps-core:8080/biosamples
315315
- LOGGING_FILE=/logs/pipelines-zooma.log
@@ -326,7 +326,7 @@ services:
326326
command:
327327
- java
328328
- -jar
329-
- pipelines-reindex-5.3.12-RC1.jar
329+
- pipelines-reindex-5.3.12.jar
330330
environment:
331331
- BIOSAMPLES_CLIENT_URI=http://biosamples-webapps-core:8080/biosamples
332332
- LOGGING_FILE=/logs/pipelines-reindex.log
@@ -344,7 +344,7 @@ services:
344344
command:
345345
- java
346346
- -jar
347-
- pipelines-export-5.3.12-RC1.jar
347+
- pipelines-export-5.3.12.jar
348348
- --gzip
349349
- /export/export.json.gzip
350350
environment:
@@ -362,7 +362,7 @@ services:
362362
command:
363363
- java
364364
- -jar
365-
- integration-5.3.12-RC1.jar
365+
- integration-5.3.12.jar
366366
environment:
367367
- BIOSAMPLES_CLIENT_URI=http://biosamples-webapps-core:8080/biosamples
368368
- BIOSAMPLES_CLIENT_URI_V2=http://biosamples-webapps-core-v2:8080/biosamples/v2

docker-integration.big.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARGS=--spring.profiles.active=big
1111
for X in 1 2 3 4 5
1212
do
1313
#java -jar integration/target/integration-4.0.0-SNAPSHOT.jar --phase=$X $ARGS $@
14-
docker-compose run --rm --service-ports biosamples-integration java -jar integration-5.3.12-RC1.jar --phase=$X $ARGS $@
14+
docker-compose run --rm --service-ports biosamples-integration java -jar integration-5.3.12.jar --phase=$X $ARGS $@
1515
sleep 10 #solr is configured to commit every 5 seconds
1616

1717
done

0 commit comments

Comments
 (0)