Repository: incubator-apex-malhar Updated Branches: refs/heads/master a91287ce7 -> a14b48716
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/a14b4871 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/a14b4871 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/a14b4871 Branch: refs/heads/master Commit: a14b487168506f44a57c10bba53e3e45247574c4 Parents: a91287c Author: Thomas Weise <[email protected]> Authored: Sun May 29 08:35:21 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Sun May 29 08:35:21 2016 -0700 ---------------------------------------------------------------------- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/a14b4871/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 627168b..58641c7 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>
