Repository: incubator-apex-malhar Updated Branches: refs/heads/release-3.4 921dd0dee -> 42b3ee475
Move semver compare version to 3.4.0, remove extra exclusions. Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/42b3ee47 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/42b3ee47 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/42b3ee47 Branch: refs/heads/release-3.4 Commit: 42b3ee475c0b743c9dd08369a1ad939dc2928ab9 Parents: 921dd0d Author: Thomas Weise <[email protected]> Authored: Sun May 29 08:35:21 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Tue May 31 13:26:54 2016 -0700 ---------------------------------------------------------------------- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/42b3ee47/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1d542a2..667cf43 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ <dependency> <groupId>org.apache.apex</groupId> <artifactId>${project.artifactId}</artifactId> - <version>3.3.0-incubating</version> + <version>3.4.0</version> </dependency> </oldVersion> <newVersion> @@ -134,11 +134,6 @@ <excludes> <exclude>@org.apache.hadoop.classification.InterfaceStability$Evolving</exclude> <exclude>@org.apache.hadoop.classification.InterfaceStability$Unstable</exclude> - <exclude>com.datatorrent.lib.io.WebSocketInputOperator</exclude> - <exclude>com.datatorrent.lib.io.WebSocketOutputOperator</exclude> - <exclude>*#idempotentStorageManager</exclude> - <exclude>*#setIdempotentStorageManager(com.datatorrent.lib.io.IdempotentStorageManager)</exclude> - <exclude>*#getIdempotentStorageManager()</exclude> </excludes> </parameter> <skip>${semver.plugin.skip}</skip>
