Repository: james-mime4j Updated Branches: refs/heads/master 2108ec9f2 -> 3cce991ac
Revert "[maven-release-plugin] prepare release apache-mime4j-project-0.8.0" This reverts commit 2108ec9f25b40bd64e0423cc89ae01cd06f31cd6. Project: http://git-wip-us.apache.org/repos/asf/james-mime4j/repo Commit: http://git-wip-us.apache.org/repos/asf/james-mime4j/commit/3cce991a Tree: http://git-wip-us.apache.org/repos/asf/james-mime4j/tree/3cce991a Diff: http://git-wip-us.apache.org/repos/asf/james-mime4j/diff/3cce991a Branch: refs/heads/master Commit: 3cce991ac3ebf15c8995437bae82d41757da914a Parents: 2108ec9 Author: benwa <btell...@linagora.com> Authored: Wed Oct 12 12:46:39 2016 +0200 Committer: benwa <btell...@linagora.com> Committed: Wed Oct 12 12:46:39 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, 29 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/3cce991a/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 0aac636..67169e3 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -17,13 +17,14 @@ 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</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/3cce991a/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 79bf88e..e71027c 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -17,13 +17,14 @@ 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</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/3cce991a/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 3c1a1a1..bf5259a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -17,13 +17,14 @@ 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</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/3cce991a/dom/pom.xml ---------------------------------------------------------------------- diff --git a/dom/pom.xml b/dom/pom.xml index 100ee0e..757d642 100644 --- a/dom/pom.xml +++ b/dom/pom.xml @@ -17,13 +17,14 @@ 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</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/3cce991a/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index b64d83d..74aa8df 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -17,13 +17,14 @@ 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</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/3cce991a/james-utils/pom.xml ---------------------------------------------------------------------- diff --git a/james-utils/pom.xml b/james-utils/pom.xml index 33cbaed..9fc7bb6 100644 --- a/james-utils/pom.xml +++ b/james-utils/pom.xml @@ -17,13 +17,14 @@ 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</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/3cce991a/mbox/pom.xml ---------------------------------------------------------------------- diff --git a/mbox/pom.xml b/mbox/pom.xml index 9235db2..661ca4e 100644 --- a/mbox/pom.xml +++ b/mbox/pom.xml @@ -17,13 +17,14 @@ 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</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/3cce991a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 759da8b..81bf454 100644 --- a/pom.xml +++ b/pom.xml @@ -17,19 +17,20 @@ 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</version> + <version>0.8.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache James :: Mime4j :: Project</name> @@ -52,8 +53,7 @@ <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> - <tag>apache-mime4j-project-0.8.0</tag> - </scm> + </scm> <issueManagement> <url>http://issues.apache.org/jira/browse/MIME4J</url> </issueManagement> http://git-wip-us.apache.org/repos/asf/james-mime4j/blob/3cce991a/storage/pom.xml ---------------------------------------------------------------------- diff --git a/storage/pom.xml b/storage/pom.xml index 7e55272..af8fac4 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -17,13 +17,14 @@ 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</version> + <version>0.8.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org