Skip to content

Commit e6763af

Browse files
committed
2.0.0.release
1 parent f354590 commit e6763af

File tree

13 files changed

+124
-189
lines changed

13 files changed

+124
-189
lines changed

connectors/httpclient/pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-httpclient</artifactId>
@@ -21,20 +21,5 @@
2121
<version>${httpclient-version}</version>
2222
</dependency>
2323
</dependencies>
24-
<reporting>
25-
<plugins>
26-
<plugin>
27-
<groupId>org.apache.maven.plugins</groupId>
28-
<artifactId>maven-javadoc-plugin</artifactId>
29-
<version>2.9.1</version>
30-
<configuration>
31-
<author>true</author>
32-
<protected>true</protected>
33-
<excludePackageNames>*.internal</excludePackageNames>
34-
<reportOutputDirectory>docs</reportOutputDirectory>
35-
<destDir>javadoc</destDir>
36-
</configuration>
37-
</plugin>
38-
</plugins>
39-
</reporting>
24+
4025
</project>

connectors/jersey2-jdk16/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-jersey2-jdk16</artifactId>
@@ -31,20 +31,4 @@
3131
<version>2.2.3</version>
3232
</dependency>
3333
</dependencies>
34-
<reporting>
35-
<plugins>
36-
<plugin>
37-
<groupId>org.apache.maven.plugins</groupId>
38-
<artifactId>maven-javadoc-plugin</artifactId>
39-
<version>2.9.1</version>
40-
<configuration>
41-
<author>true</author>
42-
<protected>true</protected>
43-
<excludePackageNames>*.internal</excludePackageNames>
44-
<reportOutputDirectory>docs</reportOutputDirectory>
45-
<destDir>javadoc</destDir>
46-
</configuration>
47-
</plugin>
48-
</plugins>
49-
</reporting>
5034
</project>

connectors/jersey2/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-jersey2</artifactId>
@@ -31,20 +31,4 @@
3131
<version>2.11</version>
3232
</dependency>
3333
</dependencies>
34-
<reporting>
35-
<plugins>
36-
<plugin>
37-
<groupId>org.apache.maven.plugins</groupId>
38-
<artifactId>maven-javadoc-plugin</artifactId>
39-
<version>2.9.1</version>
40-
<configuration>
41-
<author>true</author>
42-
<protected>true</protected>
43-
<excludePackageNames>*.internal</excludePackageNames>
44-
<reportOutputDirectory>docs</reportOutputDirectory>
45-
<destDir>javadoc</destDir>
46-
</configuration>
47-
</plugin>
48-
</plugins>
49-
</reporting>
5034
</project>

connectors/okhttp/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-okhttp</artifactId>
@@ -21,20 +21,4 @@
2121
<version>${okhttp.version}</version>
2222
</dependency>
2323
</dependencies>
24-
<reporting>
25-
<plugins>
26-
<plugin>
27-
<groupId>org.apache.maven.plugins</groupId>
28-
<artifactId>maven-javadoc-plugin</artifactId>
29-
<version>2.9.1</version>
30-
<configuration>
31-
<author>true</author>
32-
<protected>true</protected>
33-
<excludePackageNames>*.internal</excludePackageNames>
34-
<reportOutputDirectory>docs</reportOutputDirectory>
35-
<destDir>javadoc</destDir>
36-
</configuration>
37-
</plugin>
38-
</plugins>
39-
</reporting>
4024
</project>

connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.pacesys.openstack4j.connectors</groupId>

connectors/resteasy/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-resteasy</artifactId>
@@ -31,20 +31,4 @@
3131
<version>1.2</version>
3232
</dependency>
3333
</dependencies>
34-
<reporting>
35-
<plugins>
36-
<plugin>
37-
<groupId>org.apache.maven.plugins</groupId>
38-
<artifactId>maven-javadoc-plugin</artifactId>
39-
<version>2.9.1</version>
40-
<configuration>
41-
<author>true</author>
42-
<protected>true</protected>
43-
<excludePackageNames>*.internal</excludePackageNames>
44-
<reportOutputDirectory>docs</reportOutputDirectory>
45-
<destDir>javadoc</destDir>
46-
</configuration>
47-
</plugin>
48-
</plugins>
49-
</reporting>
5034
</project>

core-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core-test</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core</artifactId>

distribution/pom.xml

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j</artifactId>
@@ -40,6 +40,19 @@
4040
</configuration>
4141
</plugin>
4242
-->
43+
<plugin>
44+
<groupId>org.apache.maven.plugins</groupId>
45+
<artifactId>maven-javadoc-plugin</artifactId>
46+
<version>2.9.1</version>
47+
<executions>
48+
<execution>
49+
<id>attach-javadocs</id>
50+
<goals>
51+
<goal>jar</goal>
52+
</goals>
53+
</execution>
54+
</executions>
55+
</plugin>
4356
<plugin>
4457
<groupId>org.apache.maven.plugins</groupId>
4558
<artifactId>maven-shade-plugin</artifactId>
@@ -77,6 +90,31 @@
7790
</execution>
7891
</executions>
7992
</plugin>
93+
<!--
94+
<plugin>
95+
<groupId>org.codehaus.mojo</groupId>
96+
<artifactId>build-helper-maven-plugin</artifactId>
97+
<version>1.9.1</version>
98+
<executions>
99+
<execution>
100+
<id>attach-artifacts</id>
101+
<phase>package</phase>
102+
<goals>
103+
<goal>attach-artifact</goal>
104+
</goals>
105+
<configuration>
106+
<artifacts>
107+
<artifact>
108+
<file>../core/target/openstack4j-core-javadoc.jar</file>
109+
<type>jar</type>
110+
<classifier>javadoc</classifier>
111+
</artifact>
112+
</artifacts>
113+
</configuration>
114+
</execution>
115+
</executions>
116+
</plugin>
117+
-->
80118
</plugins>
81119
</build>
82120
</project>

plugins/log4j/pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.plugins</groupId>
44
<artifactId>openstack4j-plugins</artifactId>
5-
<version>2.0.1-SNAPSHOT</version>
5+
<version>2.0.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.pacesys.openstack4j.plugins</groupId>
@@ -30,20 +30,4 @@
3030
<scope>compile</scope>
3131
</dependency>
3232
</dependencies>
33-
<reporting>
34-
<plugins>
35-
<plugin>
36-
<groupId>org.apache.maven.plugins</groupId>
37-
<artifactId>maven-javadoc-plugin</artifactId>
38-
<version>2.9.1</version>
39-
<configuration>
40-
<author>true</author>
41-
<protected>true</protected>
42-
<excludePackageNames>*.internal</excludePackageNames>
43-
<reportOutputDirectory>docs</reportOutputDirectory>
44-
<destDir>javadoc</destDir>
45-
</configuration>
46-
</plugin>
47-
</plugins>
48-
</reporting>
4933
</project>

0 commit comments

Comments
 (0)