Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
chibenwa committed Apr 4, 2020
1 parent 8ea0fa7 commit 44297c5
Show file tree
Hide file tree
Showing 234 changed files with 235 additions and 235 deletions.
2 changes: 1 addition & 1 deletion backends-common/cassandra/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-backends-common</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>apache-james-backends-cassandra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backends-common/elasticsearch/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-backends-common</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>apache-james-backends-es</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backends-common/jpa/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-backends-common</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>apache-james-backends-jpa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backends-common/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>james-backends-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backends-common/rabbitmq/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-backends-common</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>apache-james-backends-rabbitmq</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>james-project</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion event-sourcing/event-sourcing-core/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>event-sourcing</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>event-sourcing-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event-sourcing/event-sourcing-pojo/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>event-sourcing</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>event-sourcing-pojo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event-sourcing/event-store-api/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>event-sourcing</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>event-sourcing-event-store-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event-sourcing/event-store-cassandra/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>event-sourcing</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>event-sourcing-event-store-cassandra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event-sourcing/event-store-memory/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>event-sourcing</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>event-sourcing-event-store-memory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion event-sourcing/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-listeners/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/custom-mailets/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion javax-mail-extension/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>james-project</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/api/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/backup/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/cassandra/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/elasticsearch/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/event/event-cassandra/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/event/event-memory/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/event/event-rabbitmq/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/event/json/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/jpa/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/lucene/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/maildir/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/memory/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/plugin/deleted-messages-vault-cassandra/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/plugin/deleted-messages-vault/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/plugin/quota-mailing-cassandra/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/plugin/quota-mailing-memory/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/plugin/quota-mailing/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/plugin/quota-search-elasticsearch/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/plugin/quota-search-scanning/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/plugin/quota-search/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>apache-james-mailbox</artifactId>
<groupId>org.apache.james</groupId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/plugin/spamassassin/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
</parent>

<artifactId>apache-james-mailbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mailbox/scanning-search/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/spring/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/store/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/tika/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>

</parent>

Expand Down
2 changes: 1 addition & 1 deletion mailbox/tools/copier/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>apache-james-mailbox</artifactId>
<version>3.5.0</version>
<version>3.6.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 44297c5

Please sign in to comment.