Repository: james-mime4j Updated Branches: refs/heads/master 3cce991ac -> 2aaa6715e
[maven-release-plugin] prepare release apache-mime4j-project-0.8.0 Project: http://git-wip-us.apache.org/repos/asf/james-mime4j/repo Commit: http://git-wip-us.apache.org/repos/asf/james-mime4j/commit/2aaa6715 Tree: http://git-wip-us.apache.org/repos/asf/james-mime4j/tree/2aaa6715 Diff: http://git-wip-us.apache.org/repos/asf/james-mime4j/diff/2aaa6715 Branch: refs/heads/master Commit: 2aaa6715e57feb7d7c537d041b0147ff23f46db1 Parents: 3cce991 Author: benwa <[email protected]> Authored: Wed Oct 12 12:48:15 2016 +0200 Committer: benwa <[email protected]> Committed: Wed Oct 12 12:48:15 2016 +0200 ---------------------------------------------------------------------- assemble/pom.xml | 5 ++--- benchmark/pom.xml | 5 ++--- core/pom.xml | 5 ++--- dom/pom.xml | 5 ++--- examples/pom.xml | 5 ++--- james-utils/pom.xml | 5 ++--- mbox/pom.xml | 5 ++--- pom.xml | 10 +++++----- storage/pom.xml | 5 ++--- 9 files changed, 21 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/2aaa6715/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 67169e3..0aac636 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-mime4j-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/2aaa6715/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index e71027c..79bf88e 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-mime4j-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/2aaa6715/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index bf5259a..3c1a1a1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-mime4j-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/2aaa6715/dom/pom.xml ---------------------------------------------------------------------- diff --git a/dom/pom.xml b/dom/pom.xml index 757d642..100ee0e 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-mime4j-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/2aaa6715/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 74aa8df..b64d83d 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-mime4j-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/2aaa6715/james-utils/pom.xml ---------------------------------------------------------------------- diff --git a/james-utils/pom.xml b/james-utils/pom.xml index 9fc7bb6..33cbaed 100644 --- a/james-utils/pom.xml +++ b/james-utils/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j-project</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/2aaa6715/mbox/pom.xml ---------------------------------------------------------------------- diff --git a/mbox/pom.xml b/mbox/pom.xml index 661ca4e..9235db2 100644 --- a/mbox/pom.xml +++ b/mbox/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j-project</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/2aaa6715/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 81bf454..759da8b 100644 --- a/pom.xml +++ b/pom.xml @@ -17,20 +17,19 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>18</version> - <relativePath/> + <relativePath /> </parent> <groupId>org.apache.james</groupId> <artifactId>apache-mime4j-project</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <packaging>pom</packaging> <name>Apache James :: Mime4j :: Project</name> @@ -53,7 +52,8 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/james-mime4j.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/james-mime4j.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf/james-mime4j.git</url> - </scm> + <tag>apache-mime4j-project-0.8.0</tag> + </scm> <issueManagement> <url>http://issues.apache.org/jira/browse/MIME4J</url> </issueManagement> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/2aaa6715/storage/pom.xml ---------------------------------------------------------------------- diff --git a/storage/pom.xml b/storage/pom.xml index af8fac4..7e55272 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-mime4j-project</artifactId> <groupId>org.apache.james</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
