Skip to content

Commit 697282c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6f8d796 commit 697282c

File tree

15 files changed

+31
-31
lines changed

15 files changed

+31
-31
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.1.0</version>
5+
<version>4.1.1-SNAPSHOT</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.1.0</version>
63+
<version>4.1.1-SNAPSHOT</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.biojava</groupId>
6767
<artifactId>biojava-structure</artifactId>
68-
<version>4.1.0</version>
68+
<version>4.1.1-SNAPSHOT</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.1.0</version>
7+
<version>4.1.1-SNAPSHOT</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.1.0</version>
40+
<version>4.1.1-SNAPSHOT</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.biojava</groupId>
4545
<artifactId>biojava-phylo</artifactId>
46-
<version>4.1.0</version>
46+
<version>4.1.1-SNAPSHOT</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.1.0</version>
6+
<version>4.1.1-SNAPSHOT</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.1.0</version>
6+
<version>4.1.1-SNAPSHOT</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.1.0</version>
61+
<version>4.1.1-SNAPSHOT</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.biojava</groupId>
6666
<artifactId>biojava-alignment</artifactId>
67-
<version>4.1.0</version>
67+
<version>4.1.1-SNAPSHOT</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.1.0</version>
7+
<version>4.1.1-SNAPSHOT</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.1.0</version>
26+
<version>4.1.1-SNAPSHOT</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.1.0</version>
7+
<version>4.1.1-SNAPSHOT</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.1.0</version>
25+
<version>4.1.1-SNAPSHOT</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.1.0</version>
7+
<version>4.1.1-SNAPSHOT</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.1.0</version>
6+
<version>4.1.1-SNAPSHOT</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.1.0</version>
34+
<version>4.1.1-SNAPSHOT</version>
3535
<scope>compile</scope>
3636
</dependency>
3737
<dependency>

biojava-protein-disorder/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.1.0</version>
6+
<version>4.1.1-SNAPSHOT</version>
77
</parent>
88
<artifactId>biojava-protein-disorder</artifactId>
99
<packaging>jar</packaging>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.biojava</groupId>
5656
<artifactId>biojava-core</artifactId>
57-
<version>4.1.0</version>
57+
<version>4.1.1-SNAPSHOT</version>
5858
</dependency>
5959
<!-- logging dependencies (managed by parent pom, don't set versions or
6060
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.1.0</version>
6+
<version>4.1.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava-sequencing</artifactId>

biojava-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>4.1.0</version>
6+
<version>4.1.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>biojava-structure-gui</artifactId>
@@ -37,13 +37,13 @@
3737
<dependency>
3838
<groupId>org.biojava</groupId>
3939
<artifactId>biojava-structure</artifactId>
40-
<version>4.1.0</version>
40+
<version>4.1.1-SNAPSHOT</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.biojava</groupId>
4545
<artifactId>biojava-core</artifactId>
46-
<version>4.1.0</version>
46+
<version>4.1.1-SNAPSHOT</version>
4747
<scope>compile</scope>
4848
</dependency>
4949

biojava-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>4.1.0</version>
7+
<version>4.1.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>biojava-structure</artifactId>
1010
<name>biojava-structure</name>
@@ -15,13 +15,13 @@
1515
<dependency>
1616
<groupId>org.biojava</groupId>
1717
<artifactId>biojava-alignment</artifactId>
18-
<version>4.1.0</version>
18+
<version>4.1.1-SNAPSHOT</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.biojava</groupId>
2323
<artifactId>biojava-core</artifactId>
24-
<version>4.1.0</version>
24+
<version>4.1.1-SNAPSHOT</version>
2525
<scope>compile</scope>
2626
</dependency>
2727

biojava-survival/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.1.0</version>
7+
<version>4.1.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>biojava-survival</artifactId>

biojava-ws/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.1.0</version>
6+
<version>4.1.1-SNAPSHOT</version>
77
</parent>
88
<artifactId>biojava-ws</artifactId>
99
<name>biojava-ws</name>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>org.biojava</groupId>
1414
<artifactId>biojava-core</artifactId>
15-
<version>4.1.0</version>
15+
<version>4.1.1-SNAPSHOT</version>
1616
<scope>compile</scope>
1717
</dependency>
1818
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>org.biojava</groupId>
1313
<artifactId>biojava</artifactId>
1414
<packaging>pom</packaging>
15-
<version>4.1.0</version>
15+
<version>4.1.1-SNAPSHOT</version>
1616
<name>biojava</name>
1717
<description>BioJava is an open-source project dedicated to providing a Java framework for processing biological
1818
data. It provides analytical and statistical routines, parsers for common file formats and allows the
@@ -44,7 +44,7 @@
4444
<developerConnection>scm:git:[email protected]:biojava/biojava.git</developerConnection>
4545
<url>https://github.com/biojava/biojava</url>
4646

47-
<tag>biojava-4.1.0</tag>
47+
<tag>HEAD</tag>
4848
</scm>
4949

5050
<!-- This section required for release at Maven Central. For a full list

0 commit comments

Comments
 (0)