Skip to content

Commit 2c8bc05

Browse files
committed
move to 2.0.11-SNAPSHOT
1 parent dd5fd9e commit 2c8bc05

18 files changed

+23
-25
lines changed

beacon-data-model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (C) 2025 Spanish National Bioinformatics Institute (INB) and
3+
Copyright (C) 2026 Spanish National Bioinformatics Institute (INB) and
44
Barcelona Supercomputing Center
55
66
Modifications to the initial code base are copyright of their respective
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>es.bsc.inb.ga4gh</groupId>
2929
<artifactId>beacon-v2-api</artifactId>
30-
<version>2.0.10-SNAPSHOT</version>
30+
<version>2.0.11-SNAPSHOT</version>
3131
</parent>
3232

3333
<artifactId>beacon-data-model</artifactId>

beacon-framework/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (C) 2025 Spanish National Bioinformatics Institute (INB) and
3+
Copyright (C) 2026 Spanish National Bioinformatics Institute (INB) and
44
Barcelona Supercomputing Center
55
66
Modifications to the initial code base are copyright of their respective
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>es.bsc.inb.ga4gh</groupId>
2929
<artifactId>beacon-v2-api</artifactId>
30-
<version>2.0.10-SNAPSHOT</version>
30+
<version>2.0.11-SNAPSHOT</version>
3131
</parent>
3232

3333
<artifactId>beacon-framework</artifactId>

beacon-model/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>es.bsc.inb.ga4gh</groupId>
2929
<artifactId>beacon-v2-api</artifactId>
30-
<version>2.0.10-SNAPSHOT</version>
30+
<version>2.0.11-SNAPSHOT</version>
3131
</parent>
3232

3333
<artifactId>beacon-model</artifactId>
@@ -71,13 +71,13 @@
7171
<dependency>
7272
<groupId>es.bsc.inb.ga4gh</groupId>
7373
<artifactId>beacon-framework</artifactId>
74-
<version>2.0.10-SNAPSHOT</version>
74+
<version>2.0.11-SNAPSHOT</version>
7575
</dependency>
7676

7777
<dependency>
7878
<groupId>es.bsc.inb.ga4gh</groupId>
7979
<artifactId>beacon-data-model</artifactId>
80-
<version>2.0.10-SNAPSHOT</version>
80+
<version>2.0.11-SNAPSHOT</version>
8181
</dependency>
8282

8383
<dependency>

beacon-model/src/main/java/es/bsc/inb/ga4gh/beacon/framework/AnalysesInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* *****************************************************************************
3-
* Copyright (C) 2025 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
3+
* Copyright (C) 2026 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
44
* and Barcelona Supercomputing Center (BSC)
55
*
66
* Modifications to the initial code base are copyright of their respective

beacon-model/src/main/java/es/bsc/inb/ga4gh/beacon/framework/BiosamplesInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* *****************************************************************************
3-
* Copyright (C) 2025 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
3+
* Copyright (C) 2026 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
44
* and Barcelona Supercomputing Center (BSC)
55
*
66
* Modifications to the initial code base are copyright of their respective

beacon-model/src/main/java/es/bsc/inb/ga4gh/beacon/framework/CohortsInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* *****************************************************************************
3-
* Copyright (C) 2025 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
3+
* Copyright (C) 2026 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
44
* and Barcelona Supercomputing Center (BSC)
55
*
66
* Modifications to the initial code base are copyright of their respective

beacon-model/src/main/java/es/bsc/inb/ga4gh/beacon/framework/DatasetsInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* *****************************************************************************
3-
* Copyright (C) 2025 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
3+
* Copyright (C) 2026 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
44
* and Barcelona Supercomputing Center (BSC)
55
*
66
* Modifications to the initial code base are copyright of their respective

beacon-model/src/main/java/es/bsc/inb/ga4gh/beacon/framework/GenomicVariationsInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* *****************************************************************************
3-
* Copyright (C) 2025 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
3+
* Copyright (C) 2026 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
44
* and Barcelona Supercomputing Center (BSC)
55
*
66
* Modifications to the initial code base are copyright of their respective

beacon-model/src/main/java/es/bsc/inb/ga4gh/beacon/framework/IndividualsInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* *****************************************************************************
3-
* Copyright (C) 2025 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
3+
* Copyright (C) 2026 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
44
* and Barcelona Supercomputing Center (BSC)
55
*
66
* Modifications to the initial code base are copyright of their respective

beacon-model/src/main/java/es/bsc/inb/ga4gh/beacon/framework/RunsInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* *****************************************************************************
3-
* Copyright (C) 2025 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
3+
* Copyright (C) 2026 ELIXIR ES, Spanish National Bioinformatics Institute (INB)
44
* and Barcelona Supercomputing Center (BSC)
55
*
66
* Modifications to the initial code base are copyright of their respective

0 commit comments

Comments
 (0)