File tree 16 files changed +20
-15
lines changed
16 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ OpenStack4j is a fluent OpenStack client that allows provisioning and control of
20
20
21
21
* GitHub Issues: [ Click Here] ( https://github.com/gondor/openstack4j/issues )
22
22
23
+ ## Requirements
24
+
25
+ * OpenStack4j 3.0.X - Java 8
26
+ * OpenStack4j 2.0.X - Java 7
27
+
23
28
Maven
24
29
-----
25
30
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.pacesys.openstack4j.connectors</groupId >
6
6
<artifactId >openstack4j-connectors</artifactId >
7
- <version >3.0.0 </version >
7
+ <version >3.0.1-SNAPSHOT </version >
8
8
</parent >
9
9
<name >OpenStack4j HttpURL Connector</name >
10
10
<artifactId >openstack4j-http-connector</artifactId >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.pacesys.openstack4j.connectors</groupId >
4
4
<artifactId >openstack4j-connectors</artifactId >
5
- <version >3.0.0 </version >
5
+ <version >3.0.1-SNAPSHOT </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >openstack4j-httpclient</artifactId >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.pacesys.openstack4j.connectors</groupId >
4
4
<artifactId >openstack4j-connectors</artifactId >
5
- <version >3.0.0 </version >
5
+ <version >3.0.1-SNAPSHOT </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >openstack4j-jersey2</artifactId >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.pacesys.openstack4j.connectors</groupId >
4
4
<artifactId >openstack4j-connectors</artifactId >
5
- <version >3.0.0 </version >
5
+ <version >3.0.1-SNAPSHOT </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >openstack4j-okhttp</artifactId >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.pacesys</groupId >
4
4
<artifactId >openstack4j-parent</artifactId >
5
- <version >3.0.0 </version >
5
+ <version >3.0.1-SNAPSHOT </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<groupId >org.pacesys.openstack4j.connectors</groupId >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.pacesys.openstack4j.connectors</groupId >
4
4
<artifactId >openstack4j-connectors</artifactId >
5
- <version >3.0.0 </version >
5
+ <version >3.0.1-SNAPSHOT </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >openstack4j-resteasy</artifactId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.pacesys</groupId >
6
6
<artifactId >openstack4j-core-integration-test</artifactId >
7
- <version >3.0.0 </version >
7
+ <version >3.0.1-SNAPSHOT </version >
8
8
</parent >
9
9
<artifactId >it-httpclient</artifactId >
10
10
<name >OpenStack4j IntegrationTest Apache HttpClient</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.pacesys</groupId >
6
6
<artifactId >openstack4j-core-integration-test</artifactId >
7
- <version >3.0.0 </version >
7
+ <version >3.0.1-SNAPSHOT </version >
8
8
</parent >
9
9
<artifactId >it-jersey2</artifactId >
10
10
<name >OpenStack4j IntegrationTest Jersey2 Connector</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.pacesys</groupId >
6
6
<artifactId >openstack4j-core-integration-test</artifactId >
7
- <version >3.0.0 </version >
7
+ <version >3.0.1-SNAPSHOT </version >
8
8
</parent >
9
9
<artifactId >it-okhttp</artifactId >
10
10
<name >OpenStack4j IntegrationTest OKHttp Connector</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.pacesys</groupId >
6
6
<artifactId >openstack4j-core-integration-test</artifactId >
7
- <version >3.0.0 </version >
7
+ <version >3.0.1-SNAPSHOT </version >
8
8
</parent >
9
9
<artifactId >it-resteasy</artifactId >
10
10
<name >OpenStack4j IntegrationTest RestEasy Connector</name >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.pacesys</groupId >
4
4
<artifactId >openstack4j-parent</artifactId >
5
- <version >3.0.0 </version >
5
+ <version >3.0.1-SNAPSHOT </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >openstack4j-core-integration-test</artifactId >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.pacesys</groupId >
4
4
<artifactId >openstack4j-parent</artifactId >
5
- <version >3.0.0 </version >
5
+ <version >3.0.1-SNAPSHOT </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >openstack4j-core-test</artifactId >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.pacesys</groupId >
4
4
<artifactId >openstack4j-parent</artifactId >
5
- <version >3.0.0 </version >
5
+ <version >3.0.1-SNAPSHOT </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >openstack4j-core</artifactId >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >org.pacesys</groupId >
4
4
<artifactId >openstack4j-parent</artifactId >
5
- <version >3.0.0 </version >
5
+ <version >3.0.1-SNAPSHOT </version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<artifactId >openstack4j</artifactId >
Original file line number Diff line number Diff line change 8
8
<modelVersion >4.0.0</modelVersion >
9
9
<groupId >org.pacesys</groupId >
10
10
<artifactId >openstack4j-parent</artifactId >
11
- <version >3.0.0 </version >
11
+ <version >3.0.1-SNAPSHOT </version >
12
12
<name >OpenStack4j Parent</name >
13
13
<description >OpenStack Java API</description >
14
14
<url >http://github.com/gondor/openstack4j/</url >
You can’t perform that action at this time.
0 commit comments