Skip to content

Commit f354590

Browse files
committed
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release openstack4j-parent-2.0.0
1 parent 756fd4e commit f354590

File tree

13 files changed

+181
-14
lines changed

13 files changed

+181
-14
lines changed

connectors/httpclient/pom.xml

Lines changed: 17 additions & 1 deletion
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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-httpclient</artifactId>
@@ -21,4 +21,20 @@
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>
2440
</project>

connectors/jersey2-jdk16/pom.xml

Lines changed: 17 additions & 1 deletion
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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-jersey2-jdk16</artifactId>
@@ -31,4 +31,20 @@
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>
3450
</project>

connectors/jersey2/pom.xml

Lines changed: 17 additions & 1 deletion
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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-jersey2</artifactId>
@@ -31,4 +31,20 @@
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>
3450
</project>

connectors/okhttp/pom.xml

Lines changed: 17 additions & 1 deletion
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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-okhttp</artifactId>
@@ -21,4 +21,20 @@
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>
2440
</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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.pacesys.openstack4j.connectors</groupId>

connectors/resteasy/pom.xml

Lines changed: 17 additions & 1 deletion
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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-resteasy</artifactId>
@@ -31,4 +31,20 @@
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>
3450
</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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core-test</artifactId>

core/pom.xml

Lines changed: 2 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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core</artifactId>
@@ -27,6 +27,7 @@
2727
<configuration>
2828
<minimizeJar>true</minimizeJar>
2929
<shadedArtifactAttached>true</shadedArtifactAttached>
30+
<createSourcesJar>true</createSourcesJar>
3031
<shadedClassifierName>withdeps</shadedClassifierName>
3132
</configuration>
3233
</execution>

distribution/pom.xml

Lines changed: 5 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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j</artifactId>
@@ -27,6 +27,7 @@
2727
<build>
2828
<finalName>openstack4j</finalName>
2929
<plugins>
30+
<!--
3031
<plugin>
3132
<groupId>org.apache.maven.plugins</groupId>
3233
<artifactId>maven-release-plugin</artifactId>
@@ -38,6 +39,7 @@
3839
<goals>deploy</goals>
3940
</configuration>
4041
</plugin>
42+
-->
4143
<plugin>
4244
<groupId>org.apache.maven.plugins</groupId>
4345
<artifactId>maven-shade-plugin</artifactId>
@@ -53,6 +55,7 @@
5355
<minimizeJar>true</minimizeJar>
5456
<shadedArtifactAttached>true</shadedArtifactAttached>
5557
<shadedClassifierName>withdeps</shadedClassifierName>
58+
<createSourcesJar>true</createSourcesJar>
5659
</configuration>
5760
</execution>
5861
<execution>
@@ -63,6 +66,7 @@
6366
</goals>
6467
<configuration>
6568
<shadedArtifactAttached>false</shadedArtifactAttached>
69+
<createSourcesJar>true</createSourcesJar>
6670
<artifactSet>
6771
<includes>
6872
<include>org.pacesys:*</include>

plugins/log4j/pom.xml

Lines changed: 17 additions & 1 deletion
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.0-SNAPSHOT</version>
5+
<version>2.0.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.pacesys.openstack4j.plugins</groupId>
@@ -30,4 +30,20 @@
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>
3349
</project>

0 commit comments

Comments
 (0)