Skip to content

Commit 895585f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@9169 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent 3cad094 commit 895585f

File tree

11 files changed

+28
-28
lines changed

11 files changed

+28
-28
lines changed

biojava3-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>3.0.2</version>
5+
<version>3.0.3-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>biojava3-aa-prop</artifactId>
@@ -43,12 +43,12 @@
4343
<dependency>
4444
<groupId>org.biojava</groupId>
4545
<artifactId>biojava3-core</artifactId>
46-
<version>3.0.2</version>
46+
<version>3.0.3-SNAPSHOT</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.biojava</groupId>
5050
<artifactId>biojava3-structure</artifactId>
51-
<version>3.0.2</version>
51+
<version>3.0.3-SNAPSHOT</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>junit</groupId>

biojava3-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>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>biojava3-alignment</artifactId>
1010
<name>biojava3-alignment</name>
@@ -43,13 +43,13 @@
4343
<dependency>
4444
<groupId>org.biojava</groupId>
4545
<artifactId>biojava3-core</artifactId>
46-
<version>3.0.2</version>
46+
<version>3.0.3-SNAPSHOT</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.biojava</groupId>
5151
<artifactId>biojava3-phylo</artifactId>
52-
<version>3.0.2</version>
52+
<version>3.0.3-SNAPSHOT</version>
5353
<scope>compile</scope>
5454
</dependency>
5555
</dependencies>

biojava3-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>3.0.2</version>
6+
<version>3.0.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava3-core</artifactId>

biojava3-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>3.0.2</version>
6+
<version>3.0.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava3-genome</artifactId>
@@ -68,13 +68,13 @@
6868
<dependency>
6969
<groupId>org.biojava</groupId>
7070
<artifactId>biojava3-core</artifactId>
71-
<version>3.0.2</version>
71+
<version>3.0.3-SNAPSHOT</version>
7272
<scope>compile</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.biojava</groupId>
7676
<artifactId>biojava3-alignment</artifactId>
77-
<version>3.0.2</version>
77+
<version>3.0.3-SNAPSHOT</version>
7878
<scope>compile</scope>
7979
</dependency>
8080
<dependency>

biojava3-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>3.0.2</version>
6+
<version>3.0.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava3-phylo</artifactId>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.biojava</groupId>
5757
<artifactId>biojava3-core</artifactId>
58-
<version>3.0.2</version>
58+
<version>3.0.3-SNAPSHOT</version>
5959
<scope>compile</scope>
6060
</dependency>
6161
<dependency>

biojava3-protein-disorder/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>3.0.2</version>
6+
<version>3.0.3-SNAPSHOT</version>
77
</parent>
88
<artifactId>biojava3-protein-disorder</artifactId>
99
<packaging>jar</packaging>

biojava3-protmod/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>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>biojava3-protmod</artifactId>
1010
<name>biojava3-protmod</name>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.biojava</groupId>
3535
<artifactId>biojava3-structure</artifactId>
36-
<version>3.0.2</version>
36+
<version>3.0.3-SNAPSHOT</version>
3737
<type>jar</type>
3838
<scope>compile</scope>
3939
</dependency>

biojava3-structure-gui/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.2</version>
6+
<version>3.0.3-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava3-structure-gui</artifactId>
@@ -53,13 +53,13 @@
5353
<dependency>
5454
<groupId>org.biojava</groupId>
5555
<artifactId>biojava3-structure</artifactId>
56-
<version>3.0.2</version>
56+
<version>3.0.3-SNAPSHOT</version>
5757
<scope>compile</scope>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.biojava</groupId>
6161
<artifactId>biojava3-core</artifactId>
62-
<version>3.0.2</version>
62+
<version>3.0.3-SNAPSHOT</version>
6363
<scope>compile</scope>
6464
</dependency>
6565
</dependencies>

biojava3-structure/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>3.0.2</version>
7+
<version>3.0.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>biojava3-structure</artifactId>
1010
<name>biojava3-structure</name>
@@ -28,13 +28,13 @@
2828
<dependency>
2929
<groupId>org.biojava</groupId>
3030
<artifactId>biojava3-alignment</artifactId>
31-
<version>3.0.2</version>
31+
<version>3.0.3-SNAPSHOT</version>
3232
<scope>compile</scope>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.biojava</groupId>
3636
<artifactId>biojava3-core</artifactId>
37-
<version>3.0.2</version>
37+
<version>3.0.3-SNAPSHOT</version>
3838
<scope>compile</scope>
3939
</dependency>
4040
</dependencies>

biojava3-ws/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
<parent>
44
<artifactId>biojava</artifactId>
55
<groupId>org.biojava</groupId>
6-
<version>3.0.2</version>
6+
<version>3.0.3-SNAPSHOT</version>
77
</parent>
88
<groupId>org.biojava</groupId>
99
<artifactId>biojava3-ws</artifactId>
1010
<name>biojava3-ws</name>
11-
<version>3.0.2</version>
11+
<version>3.0.3-SNAPSHOT</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>
1515
<groupId>org.biojava</groupId>
1616
<artifactId>biojava3-core</artifactId>
17-
<version>3.0.2</version>
17+
<version>3.0.3-SNAPSHOT</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>

0 commit comments

Comments
 (0)