Skip to content

Commit 996ca85

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3a2f67b commit 996ca85

18 files changed

Lines changed: 59 additions & 59 deletions

File tree

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>graphinout</artifactId>
77
<groupId>com.graphinout</groupId>
8-
<version>0.1.8</version>
8+
<version>0.1.9-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>base</artifactId>

engine/pom.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,46 @@
55
<parent>
66
<artifactId>graphinout</artifactId>
77
<groupId>com.graphinout</groupId>
8-
<version>0.1.8</version>
8+
<version>0.1.9-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>engine</artifactId>
1212
<name>engine</name>
1313

1414
<dependencies>
15-
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.8</version></dependency>
16-
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.8</version>
15+
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
16+
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.9-SNAPSHOT</version>
1717
<classifier>tests</classifier>
1818
<type>test-jar</type>
1919
<scope>test</scope>
2020
</dependency>
21-
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.8</version></dependency>
22-
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.8</version>
21+
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
22+
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.9-SNAPSHOT</version>
2323
<classifier>tests</classifier>
2424
<type>test-jar</type>
2525
<scope>test</scope>
2626
</dependency>
2727

2828

29-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-cj</artifactId><version>0.1.8</version></dependency>
30-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-dot</artifactId><version>0.1.8</version></dependency>
31-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-gml</artifactId><version>0.1.8</version></dependency>
32-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-graphml</artifactId><version>0.1.8</version></dependency>
33-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-jgrapht</artifactId><version>0.1.8</version></dependency>
34-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-textbased</artifactId><version>0.1.8</version></dependency>
35-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tgf</artifactId><version>0.1.8</version></dependency>
36-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tripletext</artifactId><version>0.1.8</version></dependency>
29+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-cj</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
30+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-dot</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
31+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-gml</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
32+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-graphml</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
33+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-jgrapht</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
34+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-textbased</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
35+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tgf</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
36+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tripletext</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
3737
<dependency><groupId>org.jspecify</groupId><artifactId>jspecify</artifactId></dependency>
3838
<!-- Test Dependencies -->
3939
<!-- depend on all reader projects you want to test -->
40-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-cj</artifactId><version>0.1.8</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
41-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-dot</artifactId><version>0.1.8</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
42-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-gml</artifactId><version>0.1.8</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
43-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-graphml</artifactId><version>0.1.8</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
44-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-jgrapht</artifactId><version>0.1.8</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
45-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-textbased</artifactId><version>0.1.8</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
46-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tgf</artifactId><version>0.1.8</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
47-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tripletext</artifactId><version>0.1.8</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
40+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-cj</artifactId><version>0.1.9-SNAPSHOT</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
41+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-dot</artifactId><version>0.1.9-SNAPSHOT</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
42+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-gml</artifactId><version>0.1.9-SNAPSHOT</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
43+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-graphml</artifactId><version>0.1.9-SNAPSHOT</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
44+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-jgrapht</artifactId><version>0.1.9-SNAPSHOT</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
45+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-textbased</artifactId><version>0.1.9-SNAPSHOT</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
46+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tgf</artifactId><version>0.1.9-SNAPSHOT</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
47+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tripletext</artifactId><version>0.1.9-SNAPSHOT</version><type>test-jar</type><classifier>tests</classifier><scope>test</scope></dependency>
4848

4949
<dependency><groupId>org.junit.jupiter</groupId><artifactId>junit-jupiter</artifactId><scope>test</scope></dependency>
5050
<dependency><groupId>org.mockito</groupId><artifactId>mockito-core</artifactId><scope>test</scope></dependency>

foundation-jvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>graphinout</artifactId>
77
<groupId>com.graphinout</groupId>
8-
<version>0.1.8</version>
8+
<version>0.1.9-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>foundation-jvm</artifactId>

foundation-pure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>graphinout</artifactId>
77
<groupId>com.graphinout</groupId>
8-
<version>0.1.8</version>
8+
<version>0.1.9-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>foundation-pure</artifactId>

foundation-shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>graphinout</artifactId>
77
<groupId>com.graphinout</groupId>
8-
<version>0.1.8</version>
8+
<version>0.1.9-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>foundation-shared</artifactId>

pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>graphinout</artifactId>
77
<name>graphinout</name>
88
<packaging>pom</packaging>
9-
<version>0.1.8</version>
9+
<version>0.1.9-SNAPSHOT</version>
1010

1111
<description> &#x1f98b; Graphinout reads many common graph file formats and converts them to Connected JSON or GraphML.</description>
1212
<url>https://graphinout.com</url>
@@ -56,7 +56,7 @@
5656
<connection>scm:git:https://github.com/Calpano/graphinout.git</connection>
5757
<developerConnection>scm:git:git@github.com:Calpano/graphinout.git</developerConnection>
5858
<url>https://github.com/Calpano/graphinout</url>
59-
<tag>graphinout-0.1.8</tag>
59+
<tag>HEAD</tag>
6060
</scm>
6161

6262
<properties>
@@ -84,33 +84,33 @@
8484
<dependencyManagement>
8585
<dependencies>
8686
<!-- GraphInOut Dependencies -->
87-
<dependency><groupId>com.graphinout</groupId><artifactId>foundation-pure</artifactId><version>0.1.8</version></dependency>
87+
<dependency><groupId>com.graphinout</groupId><artifactId>foundation-pure</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
8888
<dependency><groupId>com.graphinout</groupId><artifactId>foundation-pure</artifactId>
89-
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.8</version>
89+
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.9-SNAPSHOT</version>
9090
</dependency>
91-
<dependency><groupId>com.graphinout</groupId><artifactId>foundation-shared</artifactId><version>0.1.8</version></dependency>
91+
<dependency><groupId>com.graphinout</groupId><artifactId>foundation-shared</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
9292
<dependency><groupId>com.graphinout</groupId><artifactId>foundation-shared</artifactId>
93-
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.8</version>
93+
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.9-SNAPSHOT</version>
9494
</dependency>
95-
<dependency><groupId>com.graphinout</groupId><artifactId>foundation-jvm</artifactId><version>0.1.8</version></dependency>
95+
<dependency><groupId>com.graphinout</groupId><artifactId>foundation-jvm</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
9696
<dependency><groupId>com.graphinout</groupId><artifactId>foundation-jvm</artifactId>
97-
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.8</version>
97+
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.9-SNAPSHOT</version>
9898
</dependency>
99-
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.8</version></dependency>
99+
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
100100
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId>
101-
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.8</version>
101+
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.9-SNAPSHOT</version>
102102
</dependency>
103-
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.8</version></dependency>
103+
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
104104
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId>
105-
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.8</version>
105+
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.9-SNAPSHOT</version>
106106
</dependency>
107-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-cj</artifactId><version>0.1.8</version></dependency>
108-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-graphml</artifactId><version>0.1.8</version></dependency>
109-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tripletext</artifactId><version>0.1.8</version></dependency>
110-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-ocif</artifactId><version>0.1.8</version></dependency>
111-
<dependency><groupId>com.graphinout</groupId><artifactId>reader-textbased</artifactId><version>0.1.8</version></dependency>
107+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-cj</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
108+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-graphml</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
109+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-tripletext</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
110+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-ocif</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
111+
<dependency><groupId>com.graphinout</groupId><artifactId>reader-textbased</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
112112
<dependency><groupId>com.graphinout</groupId><artifactId>reader-textbased</artifactId>
113-
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.8</version>
113+
<classifier>tests</classifier><type>test-jar</type><scope>test</scope><version>0.1.9-SNAPSHOT</version>
114114
</dependency>
115115

116116
<!-- Third Party Main and Test Dependencies -->

reader-cj/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
<parent>
66
<groupId>com.graphinout</groupId>
77
<artifactId>graphinout</artifactId>
8-
<version>0.1.8</version>
8+
<version>0.1.9-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>reader-cj</artifactId>
1212
<name>reader-cj</name>
1313
<description>Reader for Connected JSON</description>
1414

1515
<dependencies>
16-
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.8</version></dependency>
17-
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.8</version></dependency>
16+
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
17+
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.9-SNAPSHOT</version></dependency>
1818
<dependency><groupId>org.jspecify</groupId><artifactId>jspecify</artifactId></dependency>
1919
<dependency><groupId>commons-io</groupId><artifactId>commons-io</artifactId></dependency>
2020

2121
<!-- Test Dependencies -->
22-
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.8</version>
22+
<dependency><groupId>com.graphinout</groupId><artifactId>testdata</artifactId><version>0.1.9-SNAPSHOT</version>
2323
<classifier>tests</classifier><type>test-jar</type><scope>test</scope>
2424
</dependency>
25-
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.8</version>
25+
<dependency><groupId>com.graphinout</groupId><artifactId>base</artifactId><version>0.1.9-SNAPSHOT</version>
2626
<classifier>tests</classifier><type>test-jar</type><scope>test</scope>
2727
</dependency>
2828
<dependency><groupId>org.junit.jupiter</groupId><artifactId>junit-jupiter</artifactId><scope>test</scope></dependency>

reader-dot/pom.xml

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

reader-example/pom.xml

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

reader-gexf/pom.xml

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

0 commit comments

Comments
 (0)