Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d072527

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 690094b commit d072527

18 files changed

Lines changed: 66 additions & 66 deletions

File tree

‎pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.github.sharispe</groupId>
77
<artifactId>slib</artifactId>
8-
<version>0.9</version>
8+
<version>0.10-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>${project.artifactId}</name>
@@ -40,7 +40,7 @@
4040
<developerConnection>scm:git:git@github.com:sharispe/slib.git</developerConnection>
4141
<url>http://github.com/sharispe/slib</url>
4242
<!--<tag>slib-0.9</tag>-->
43-
<tag>v0.9.15</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545

4646
<distributionManagement>

‎slib-dist/pom.xml‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>slib-parent</artifactId>
55
<groupId>com.github.sharispe</groupId>
6-
<version>0.9</version>
6+
<version>0.10-SNAPSHOT</version>
77
<relativePath>../slib-parent</relativePath>
88
</parent>
99

@@ -105,42 +105,42 @@
105105
<dependency>
106106
<groupId>com.github.sharispe</groupId>
107107
<artifactId>slib-utils</artifactId>
108-
<version>0.9</version>
108+
<version>0.10-SNAPSHOT</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.github.sharispe</groupId>
112112
<artifactId>slib-graph-model</artifactId>
113-
<version>0.9</version>
113+
<version>0.10-SNAPSHOT</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.github.sharispe</groupId>
117117
<artifactId>slib-graph-algo</artifactId>
118-
<version>0.9</version>
118+
<version>0.10-SNAPSHOT</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>com.github.sharispe</groupId>
122122
<artifactId>slib-graph-model-impl</artifactId>
123-
<version>0.9</version>
123+
<version>0.10-SNAPSHOT</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>com.github.sharispe</groupId>
127127
<artifactId>slib-indexer</artifactId>
128-
<version>0.9</version>
128+
<version>0.10-SNAPSHOT</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>com.github.sharispe</groupId>
132132
<artifactId>slib-sml</artifactId>
133-
<version>0.9</version>
133+
<version>0.10-SNAPSHOT</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>com.github.sharispe</groupId>
137137
<artifactId>slib-graph-io</artifactId>
138-
<version>0.9</version>
138+
<version>0.10-SNAPSHOT</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>com.github.sharispe</groupId>
142142
<artifactId>slib-tools-sml-toolkit</artifactId>
143-
<version>0.9</version>
143+
<version>0.10-SNAPSHOT</version>
144144
</dependency>
145145
</dependencies>
146146
</project>

‎slib-examples/pom.xml‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>slib-parent</artifactId>
55
<groupId>com.github.sharispe</groupId>
6-
<version>0.9</version>
6+
<version>0.10-SNAPSHOT</version>
77
<relativePath>../slib-parent</relativePath>
88
</parent>
99
<artifactId>slib-examples</artifactId>
@@ -47,34 +47,34 @@
4747
<dependency>
4848
<groupId>com.github.sharispe</groupId>
4949
<artifactId>slib-utils</artifactId>
50-
<version>0.9</version>
50+
<version>0.10-SNAPSHOT</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.github.sharispe</groupId>
5454
<artifactId>slib-graph-model-impl</artifactId>
55-
<version>0.9</version>
55+
<version>0.10-SNAPSHOT</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.github.sharispe</groupId>
5959
<artifactId>slib-indexer</artifactId>
60-
<version>0.9</version>
60+
<version>0.10-SNAPSHOT</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.github.sharispe</groupId>
6464
<artifactId>slib-graph-algo</artifactId>
65-
<version>0.9</version>
65+
<version>0.10-SNAPSHOT</version>
6666
</dependency>
6767

6868
<dependency>
6969
<groupId>com.github.sharispe</groupId>
7070
<artifactId>slib-graph-io</artifactId>
71-
<version>0.9</version>
71+
<version>0.10-SNAPSHOT</version>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>com.github.sharispe</groupId>
7676
<artifactId>slib-sml</artifactId>
77-
<version>0.9</version>
77+
<version>0.10-SNAPSHOT</version>
7878
</dependency>
7979

8080

‎slib-graph/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>slib-parent</artifactId>
55
<groupId>com.github.sharispe</groupId>
6-
<version>0.9</version>
6+
<version>0.10-SNAPSHOT</version>
77
<relativePath>../slib-parent</relativePath>
88
</parent>
99

@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.github.sharispe</groupId>
4545
<artifactId>slib-utils</artifactId>
46-
<version>0.9</version>
46+
<version>0.10-SNAPSHOT</version>
4747
</dependency>
4848
</dependencies>
4949

‎slib-graph/slib-graph-algo/pom.xml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>slib-graph</artifactId>
55
<groupId>com.github.sharispe</groupId>
6-
<version>0.9</version>
6+
<version>0.10-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>slib-graph-algo</artifactId>
@@ -32,13 +32,13 @@
3232
<dependency>
3333
<groupId>com.github.sharispe</groupId>
3434
<artifactId>slib-graph-model</artifactId>
35-
<version>0.9</version>
35+
<version>0.10-SNAPSHOT</version>
3636
</dependency>
3737

3838
<dependency>
3939
<groupId>com.github.sharispe</groupId>
4040
<artifactId>slib-graph-model-impl</artifactId>
41-
<version>0.9</version>
41+
<version>0.10-SNAPSHOT</version>
4242
</dependency>
4343

4444
<dependency>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.github.sharispe</groupId>
5858
<artifactId>slib-graph-utils</artifactId>
59-
<version>0.9</version>
59+
<version>0.10-SNAPSHOT</version>
6060
<type>jar</type>
6161
</dependency>
6262
</dependencies>

‎slib-graph/slib-graph-io/pom.xml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>slib-graph</artifactId>
55
<groupId>com.github.sharispe</groupId>
6-
<version>0.9</version>
6+
<version>0.10-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>slib-graph-io</artifactId>
@@ -34,23 +34,23 @@
3434
<dependency>
3535
<groupId>com.github.sharispe</groupId>
3636
<artifactId>slib-utils</artifactId>
37-
<version>0.9</version>
37+
<version>0.10-SNAPSHOT</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.github.sharispe</groupId>
4141
<artifactId>slib-graph-utils</artifactId>
42-
<version>0.9</version>
42+
<version>0.10-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.github.sharispe</groupId>
4646
<artifactId>slib-graph-model-impl</artifactId>
47-
<version>0.9</version>
47+
<version>0.10-SNAPSHOT</version>
4848
</dependency>
4949

5050
<dependency>
5151
<groupId>com.github.sharispe</groupId>
5252
<artifactId>slib-graph-algo</artifactId>
53-
<version>0.9</version>
53+
<version>0.10-SNAPSHOT</version>
5454
</dependency>
5555

5656
<dependency>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.github.sharispe</groupId>
9595
<artifactId>slib-indexer</artifactId>
96-
<version>0.9</version>
96+
<version>0.10-SNAPSHOT</version>
9797
</dependency>
9898
</dependencies>
9999

‎slib-graph/slib-graph-model-impl/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>slib-graph</artifactId>
55
<groupId>com.github.sharispe</groupId>
6-
<version>0.9</version>
6+
<version>0.10-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>slib-graph-model-impl</artifactId>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.github.sharispe</groupId>
3535
<artifactId>slib-graph-model</artifactId>
36-
<version>0.9</version>
36+
<version>0.10-SNAPSHOT</version>
3737
<type>jar</type>
3838
</dependency>
3939
</dependencies>

‎slib-graph/slib-graph-model/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>slib-graph</artifactId>
55
<groupId>com.github.sharispe</groupId>
6-
<version>0.9</version>
6+
<version>0.10-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>slib-graph-model</artifactId>

‎slib-graph/slib-graph-test/pom.xml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>slib-graph</artifactId>
55
<groupId>com.github.sharispe</groupId>
6-
<version>0.9</version>
6+
<version>0.10-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>slib-graph-test</artifactId>
@@ -42,29 +42,29 @@
4242
<dependency>
4343
<groupId>com.github.sharispe</groupId>
4444
<artifactId>slib-graph-algo</artifactId>
45-
<version>0.9</version>
45+
<version>0.10-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.github.sharispe</groupId>
4949
<artifactId>slib-graph-io</artifactId>
50-
<version>0.9</version>
50+
<version>0.10-SNAPSHOT</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.github.sharispe</groupId>
5454
<artifactId>slib-graph-model-impl</artifactId>
55-
<version>0.9</version>
55+
<version>0.10-SNAPSHOT</version>
5656
<scope>test</scope>
5757
<type>jar</type>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.github.sharispe</groupId>
6161
<artifactId>slib-utils</artifactId>
62-
<version>0.9</version>
62+
<version>0.10-SNAPSHOT</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.github.sharispe</groupId>
6666
<artifactId>slib-graph-utils</artifactId>
67-
<version>0.9</version>
67+
<version>0.10-SNAPSHOT</version>
6868
<scope>test</scope>
6969
<type>jar</type>
7070
</dependency>

‎slib-graph/slib-graph-utils/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>slib-graph</artifactId>
55
<groupId>com.github.sharispe</groupId>
6-
<version>0.9</version>
6+
<version>0.10-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>slib-graph-utils</artifactId>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.github.sharispe</groupId>
3535
<artifactId>slib-graph-model</artifactId>
36-
<version>0.9</version>
36+
<version>0.10-SNAPSHOT</version>
3737
<type>jar</type>
3838
</dependency>
3939

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /