Preparing for 3.4.1 development
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/f6ec4a59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/f6ec4a59 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/f6ec4a59 Branch: refs/heads/release-3.4 Commit: f6ec4a5996e99c91cebda0cfa95ac294c7e95e5d Parents: 3ebc94f Author: Thomas Weise <tho...@datatorrent.com> Authored: Tue May 10 10:48:04 2016 -0700 Committer: Thomas Weise <tho...@datatorrent.com> Committed: Tue May 10 10:48:04 2016 -0700 ---------------------------------------------------------------------- apex-app-archetype/README.md | 2 +- apex-app-archetype/pom.xml | 2 +- apex-conf-archetype/README.md | 2 +- apex-conf-archetype/pom.xml | 2 +- api/pom.xml | 2 +- bufferserver/pom.xml | 2 +- common/pom.xml | 2 +- engine/pom.xml | 2 +- pom.xml | 6 +++--- 9 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f6ec4a59/apex-app-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md index 5979bb1..60d12a2 100644 --- a/apex-app-archetype/README.md +++ b/apex-app-archetype/README.md @@ -6,7 +6,7 @@ How to Generate an Apex Application Project Template Run the following command - mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT + mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.1-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT Using your favorite IDE, open the project that has just been created by the above command. Write your application code and optionally operator code http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f6ec4a59/apex-app-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml index e9065c6..f8a7972 100644 --- a/apex-app-archetype/pom.xml +++ b/apex-app-archetype/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>apex-app-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f6ec4a59/apex-conf-archetype/README.md ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md index 26f2c37..16a1411 100644 --- a/apex-conf-archetype/README.md +++ b/apex-conf-archetype/README.md @@ -6,7 +6,7 @@ How to Generate a Apex App Configuration Project Template Run the following command - mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.4.0-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT + mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.4.1-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT Using your favorite IDE, open the project that has just been created by the above command. Write your application code and optionally operator code http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f6ec4a59/apex-conf-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml index 2e2d617..045fd7e 100644 --- a/apex-conf-archetype/pom.xml +++ b/apex-conf-archetype/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>apex-conf-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f6ec4a59/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index db1de38..e4a7bec 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>apex-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f6ec4a59/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index b76fc33..2b3ae2c 100644 --- a/bufferserver/pom.xml +++ b/bufferserver/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>apex-bufferserver</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f6ec4a59/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 3371cb0..2a2929c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>apex-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f6ec4a59/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 1c699cf..1572beb 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <artifactId>apex-engine</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/f6ec4a59/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d41c042..15deb81 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.apex</groupId> <artifactId>apex</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Apex</name> @@ -63,7 +63,7 @@ <jersey.version>1.9</jersey.version> <!-- do not change jetty version as later versions have problems with DefaultServlet --> <jetty.version>8.1.10.v20130312</jetty.version> - <project.old.version>3.3.0-incubating</project.old.version> + <project.old.version>3.4.0</project.old.version> <license.skip>true</license.skip> <findbugs.xmlOutput>true</findbugs.xmlOutput> <findbugs.failOnError>false</findbugs.failOnError> @@ -387,7 +387,7 @@ <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning> <onlyBinaryIncompatible>false</onlyBinaryIncompatible> <includeSynthetic>false</includeSynthetic> - <ignoreMissingClasses>true</ignoreMissingClasses> + <ignoreMissingClasses>false</ignoreMissingClasses> <excludes> <exclude>@org.apache.hadoop.classification.InterfaceStability$Evolving</exclude> <exclude>@org.apache.hadoop.classification.InterfaceStability$Unstable</exclude>