This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cave.git
The following commit(s) were added to refs/heads/master by this push:
new 2e441d8 [maven-release-plugin] prepare release cave-4.1.1
2e441d8 is described below
commit 2e441d882b64da60a4027656d6f573c3d6c9b963
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Sep 4 18:32:35 2018 +0200
[maven-release-plugin] prepare release cave-4.1.1
---
assembly/pom.xml | 2 +-
deployer/api/pom.xml | 2 +-
deployer/command/pom.xml | 2 +-
deployer/management/pom.xml | 2 +-
deployer/pom.xml | 2 +-
deployer/service/pom.xml | 2 +-
manual/pom.xml | 22 +++++++++++-----------
pom.xml | 4 ++--
rest/pom.xml | 2 +-
server/api/pom.xml | 2 +-
server/command/pom.xml | 2 +-
server/http/pom.xml | 2 +-
server/management/pom.xml | 2 +-
server/maven/pom.xml | 2 +-
server/pom.xml | 2 +-
server/storage/pom.xml | 2 +-
16 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/assembly/pom.xml b/assembly/pom.xml
index b77052b..78da294 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>cave</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/deployer/api/pom.xml b/deployer/api/pom.xml
index f098b16..945fbf6 100644
--- a/deployer/api/pom.xml
+++ b/deployer/api/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.deployer</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/deployer/command/pom.xml b/deployer/command/pom.xml
index f8498a4..22b930b 100644
--- a/deployer/command/pom.xml
+++ b/deployer/command/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.deployer</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/deployer/management/pom.xml b/deployer/management/pom.xml
index d415da9..a93a226 100644
--- a/deployer/management/pom.xml
+++ b/deployer/management/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.deployer</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/deployer/pom.xml b/deployer/pom.xml
index 7ff173c..908f304 100644
--- a/deployer/pom.xml
+++ b/deployer/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>cave</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/deployer/service/pom.xml b/deployer/service/pom.xml
index 0a7797a..129b33e 100644
--- a/deployer/service/pom.xml
+++ b/deployer/service/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.deployer</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/manual/pom.xml b/manual/pom.xml
index 0bc04ee..de44612 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>cave</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -51,7 +51,7 @@
<backend>html5</backend>
<doctype>article</doctype>
<attributes>
- <toc/>
+ <toc />
<linkcss>false</linkcss>
</attributes>
</configuration>
@@ -108,17 +108,17 @@
</goals>
<configuration>
<tasks>
- <mkdir dir="target"/>
- <copy
file="${project.build.directory}/generated-docs/index.html"
tofile="target/documentation.html"/>
- <echo message="Generating PDF using
Prince XML (http://www.princexml.com/)"/>
+ <mkdir dir="target" />
+ <copy
file="${project.build.directory}/generated-docs/index.html"
tofile="target/documentation.html" />
+ <echo message="Generating PDF using
Prince XML (http://www.princexml.com/)" />
<exec executable="prince">
- <arg
value="target/documentation.html"/>
- <arg
value="target/documentation.pdf"/>
- <arg value="--log"/>
- <arg
value="${project.build.directory}/prince.log"/>
+ <arg
value="target/documentation.html" />
+ <arg
value="target/documentation.pdf" />
+ <arg value="--log" />
+ <arg
value="${project.build.directory}/prince.log" />
</exec>
- <attachartifact
file="target/documentation.html" type="html"/>
- <attachartifact
file="target/documentation.pdf" type="pdf"/>
+ <attachartifact
file="target/documentation.html" type="html" />
+ <attachartifact
file="target/documentation.pdf" type="pdf" />
</tasks>
</configuration>
</execution>
diff --git a/pom.xml b/pom.xml
index 2df9f1d..88beb86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.karaf</groupId>
<artifactId>cave</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<packaging>pom</packaging>
<name>Apache Karaf :: Cave</name>
@@ -63,7 +63,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/karaf-cave.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/karaf-cave.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=karaf-cave.git;a=summary</url>
- <tag>HEAD</tag>
+ <tag>cave-4.1.1</tag>
</scm>
<dependencyManagement>
diff --git a/rest/pom.xml b/rest/pom.xml
index 7fa2f5d..4f67cea 100644
--- a/rest/pom.xml
+++ b/rest/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>cave</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/server/api/pom.xml b/server/api/pom.xml
index 04126db..98ca4fc 100644
--- a/server/api/pom.xml
+++ b/server/api/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.server</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/server/command/pom.xml b/server/command/pom.xml
index 7c53671..4e701de 100644
--- a/server/command/pom.xml
+++ b/server/command/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.server</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/server/http/pom.xml b/server/http/pom.xml
index e3958c4..e0f9992 100644
--- a/server/http/pom.xml
+++ b/server/http/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.server</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/server/management/pom.xml b/server/management/pom.xml
index e113212..80379f7 100644
--- a/server/management/pom.xml
+++ b/server/management/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.server</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/server/maven/pom.xml b/server/maven/pom.xml
index 0fb151c..e6f37bc 100644
--- a/server/maven/pom.xml
+++ b/server/maven/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.server</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/server/pom.xml b/server/pom.xml
index 82f7736..e5403a0 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf</groupId>
<artifactId>cave</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/server/storage/pom.xml b/server/storage/pom.xml
index 45d8669..5e8c532 100644
--- a/server/storage/pom.xml
+++ b/server/storage/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.karaf.cave</groupId>
<artifactId>org.apache.karaf.cave.server</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>