Skip to content

Commit 5131f3a

Browse files
committed
[maven-release-plugin] prepare release biojava-4.0.0
1 parent 7556f42 commit 5131f3a

File tree

15 files changed

+35
-37
lines changed

15 files changed

+35
-37
lines changed

biojava-aa-prop/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>biojava</artifactId>
44
<groupId>org.biojava</groupId>
5-
<version>4.0.0-SNAPSHOT</version>
5+
<version>4.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>biojava-aa-prop</artifactId>
@@ -60,12 +60,12 @@
6060
<dependency>
6161
<groupId>org.biojava</groupId>
6262
<artifactId>biojava-core</artifactId>
63-
<version>4.0.0-SNAPSHOT</version>
63+
<version>4.0.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.biojava</groupId>
6767
<artifactId>biojava-structure</artifactId>
68-
<version>4.0.0-SNAPSHOT</version>
68+
<version>4.0.0</version>
6969
</dependency>
7070

7171
<!-- logging dependencies (managed by parent pom, don't set versions or scopes here) -->

biojava-alignment/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>biojava</artifactId>
66
<groupId>org.biojava</groupId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
</parent>
99
<artifactId>biojava-alignment</artifactId>
1010
<name>biojava-alignment</name>
@@ -37,13 +37,13 @@
3737
<dependency>
3838
<groupId>org.biojava</groupId>
3939
<artifactId>biojava-core</artifactId>
40-
<version>4.0.0-SNAPSHOT</version>
40+
<version>4.0.0</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.biojava</groupId>
4545
<artifactId>biojava-phylo</artifactId>
46-
<version>4.0.0-SNAPSHOT</version>
46+
<version>4.0.0</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
<dependency>

biojava-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava-core</artifactId>

biojava-genome/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava-genome</artifactId>
@@ -58,13 +58,13 @@
5858
<dependency>
5959
<groupId>org.biojava</groupId>
6060
<artifactId>biojava-core</artifactId>
61-
<version>4.0.0-SNAPSHOT</version>
61+
<version>4.0.0</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.biojava</groupId>
6666
<artifactId>biojava-alignment</artifactId>
67-
<version>4.0.0-SNAPSHOT</version>
67+
<version>4.0.0</version>
6868
<scope>compile</scope>
6969
</dependency>
7070
<dependency>

biojava-integrationtest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>biojava</artifactId>
66
<groupId>org.biojava</groupId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
</parent>
99
<artifactId>biojava-integrationtest</artifactId>
1010
<packaging>jar</packaging>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.biojava</groupId>
2525
<artifactId>biojava-structure</artifactId>
26-
<version>4.0.0-SNAPSHOT</version>
26+
<version>4.0.0</version>
2727
</dependency>
2828
<!-- logging dependencies (managed by parent pom, don't set versions or scopes here) -->
2929
<dependency>

biojava-modfinder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>biojava</artifactId>
66
<groupId>org.biojava</groupId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
</parent>
99
<artifactId>biojava-modfinder</artifactId>
1010
<name>biojava-modfinder</name>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.biojava</groupId>
2424
<artifactId>biojava-structure</artifactId>
25-
<version>4.0.0-SNAPSHOT</version>
25+
<version>4.0.0</version>
2626
<type>jar</type>
2727
<scope>compile</scope>
2828
</dependency>

biojava-ontology/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.biojava</groupId>
66
<artifactId>biojava</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
</parent>
99

1010
<artifactId>biojava-ontology</artifactId>

biojava-phylo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava-phylo</artifactId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.biojava</groupId>
3333
<artifactId>biojava-core</artifactId>
34-
<version>4.0.0-SNAPSHOT</version>
34+
<version>4.0.0</version>
3535
<scope>compile</scope>
3636
</dependency>
3737
<dependency>

biojava-protein-disorder/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<artifactId>biojava</artifactId>
65
<groupId>org.biojava</groupId>
7-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0</version>
87
</parent>
98
<artifactId>biojava-protein-disorder</artifactId>
109
<packaging>jar</packaging>
@@ -55,7 +54,7 @@
5554
<dependency>
5655
<groupId>org.biojava</groupId>
5756
<artifactId>biojava-core</artifactId>
58-
<version>4.0.0-SNAPSHOT</version>
57+
<version>4.0.0</version>
5958
</dependency>
6059
<!-- logging dependencies (managed by parent pom, don't set versions or
6160
scopes here) -->

biojava-sequencing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>4.0.0-SNAPSHOT</version>
6+
<version>4.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava-sequencing</artifactId>

0 commit comments

Comments
 (0)