Skip to content

Commit e12d70f

Browse files
committed
[maven-release-plugin] prepare release biojava-3.0-beta4
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@8625 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent 1adfc42 commit e12d70f

9 files changed

Lines changed: 27 additions & 28 deletions

File tree

biojava3-alignment/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>biojava</artifactId>
66
<groupId>org.biojava</groupId>
7-
<version>3.0-beta4-SNAPSHOT</version>
7+
<version>3.0-beta4</version>
88
</parent>
99
<groupId>org.biojava</groupId>
1010
<artifactId>biojava3-alignment</artifactId>
11-
<version>3.0-beta4-SNAPSHOT</version>
11+
<version>3.0-beta4</version>
1212
<name>biojava3-alignment</name>
1313
<distributionManagement>
1414
<downloadUrl>http://www.biojava.org/download/maven/</downloadUrl>
@@ -46,13 +46,13 @@
4646
<dependency>
4747
<groupId>org.biojava</groupId>
4848
<artifactId>biojava3-core</artifactId>
49-
<version>3.0-beta4-SNAPSHOT</version>
49+
<version>3.0-beta4</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.biojava</groupId>
5454
<artifactId>biojava3-phylo</artifactId>
55-
<version>3.0-beta4-SNAPSHOT</version>
55+
<version>3.0-beta4</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
</dependencies>

biojava3-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>3.0-beta4-SNAPSHOT</version>
6+
<version>3.0-beta4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.biojava</groupId>
1010
<artifactId>biojava3-core</artifactId>
1111
<name>biojava3-core</name>
12-
<version>3.0-beta4-SNAPSHOT</version>
12+
<version>3.0-beta4</version>
1313
<distributionManagement>
1414
<downloadUrl>http://www.biojava.org/download/maven/</downloadUrl>
1515
<repository>

biojava3-genome/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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/maven-v4_0_0.xsd">
43
<parent>
54
<artifactId>biojava</artifactId>
65
<groupId>org.biojava</groupId>
7-
<version>3.0-beta4-SNAPSHOT</version>
6+
<version>3.0-beta4</version>
87
</parent>
98
<modelVersion>4.0.0</modelVersion>
109
<groupId>org.biojava</groupId>
@@ -33,7 +32,7 @@
3332
</releases>
3433
</repository>
3534
</repositories>
36-
<version>3.0-beta4-SNAPSHOT</version>
35+
<version>3.0-beta4</version>
3736
<url>http://maven.apache.org</url>
3837
<build>
3938
<plugins>

biojava3-phylo/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>3.0-beta4-SNAPSHOT</version>
6+
<version>3.0-beta4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.biojava</groupId>
@@ -34,7 +34,7 @@
3434
<layout>default</layout>
3535
</repository>
3636
</distributionManagement>
37-
<version>3.0-beta4-SNAPSHOT</version>
37+
<version>3.0-beta4</version>
3838
<url>http://maven.apache.org</url>
3939
<build>
4040
<plugins>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.biojava</groupId>
6161
<artifactId>biojava3-core</artifactId>
62-
<version>3.0-beta4-SNAPSHOT</version>
62+
<version>3.0-beta4</version>
6363
<scope>compile</scope>
6464
</dependency>
6565
<dependency>

biojava3-protmod/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>biojava</artifactId>
66
<groupId>org.biojava</groupId>
7-
<version>3.0-beta4-SNAPSHOT</version>
7+
<version>3.0-beta4</version>
88
</parent>
99
<groupId>org.biojava</groupId>
1010
<artifactId>biojava3-protmod</artifactId>
11-
<version>3.0-beta4-SNAPSHOT</version>
11+
<version>3.0-beta4</version>
1212
<name>biojava3-protmod</name>
1313
<distributionManagement>
1414
<downloadUrl>http://www.biojava.org/download/maven/</downloadUrl>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.biojava</groupId>
3838
<artifactId>biojava3-structure</artifactId>
39-
<version>3.0-beta4-SNAPSHOT</version>
39+
<version>3.0-beta4</version>
4040
<type>jar</type>
4141
<scope>compile</scope>
4242
</dependency>

biojava3-structure-gui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>3.0-beta4-SNAPSHOT</version>
6+
<version>3.0-beta4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.biojava</groupId>
1010
<artifactId>biojava3-structure-gui</artifactId>
1111
<name>biojava3-structure-gui</name>
12-
<version>3.0-beta4-SNAPSHOT</version>
12+
<version>3.0-beta4</version>
1313
<url>http://maven.apache.org</url>
1414
<repositories>
1515
<repository>

biojava3-structure/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>3.0-beta4-SNAPSHOT</version>
6+
<version>3.0-beta4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>org.biojava</groupId>
1010
<artifactId>biojava3-structure</artifactId>
11-
<version>3.0-beta4-SNAPSHOT</version>
11+
<version>3.0-beta4</version>
1212
<name>biojava3-structure</name>
1313
<description>The protein structure modules of BioJava.</description>
1414
<distributionManagement>
@@ -30,13 +30,13 @@
3030
<dependency>
3131
<groupId>org.biojava</groupId>
3232
<artifactId>biojava3-alignment</artifactId>
33-
<version>3.0-beta4-SNAPSHOT</version>
33+
<version>3.0-beta4</version>
3434
<scope>compile</scope>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.biojava</groupId>
3838
<artifactId>biojava3-core</artifactId>
39-
<version>3.0-beta4-SNAPSHOT</version>
39+
<version>3.0-beta4</version>
4040
<type>jar</type>
4141
<scope>compile</scope>
4242
</dependency>

biojava3-ws/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>3.0-beta4-SNAPSHOT</version>
6+
<version>3.0-beta4</version>
77
</parent>
88
<groupId>org.biojava</groupId>
99
<artifactId>biojava3-ws</artifactId>
1010
<name>biojava3-ws</name>
11-
<version>3.0-beta4-SNAPSHOT</version>
11+
<version>3.0-beta4</version>
1212
<description>This module deals with bioinformatics web services that could be used to process Biojava objects in a useful manner.</description>
1313
<dependencies>
1414
<dependency>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.biojava</groupId>
55
<artifactId>biojava</artifactId>
66
<packaging>pom</packaging>
7-
<version>3.0-beta4-SNAPSHOT</version>
7+
<version>3.0-beta4</version>
88
<name>biojava</name>
99
<description>BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.</description>
1010
<url>http://www.biojava.org</url>
@@ -20,9 +20,9 @@
2020
</license>
2121
</licenses>
2222
<scm>
23-
<connection>scm:svn:svn://code.open-bio.org/biojava/biojava-live/trunk</connection>
24-
<developerConnection>scm:svn:svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/trunk</developerConnection>
25-
<url>http://code.open-bio.org/svnweb/index.cgi/biojava/browse/biojava-live/trunk</url>
23+
<connection>scm:svn:svn://code.open-bio.org/biojava/biojava-live/tags/biojava-3.0-beta4</connection>
24+
<developerConnection>scm:svn:svn+ssh://dev.open-bio.org/home/svn-repositories/biojava/biojava-live/tags/biojava-3.0-beta4</developerConnection>
25+
<url>http://code.open-bio.org/svnweb/index.cgi/biojava/browse/biojava-live/tags/biojava-3.0-beta4</url>
2626
</scm>
2727
<repositories>
2828
<repository>

0 commit comments

Comments
 (0)