You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2018/01/11 14:54:15 UTC

[2/4] brooklyn-server git commit: only declare version once

only declare version once


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1b1e7853
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1b1e7853
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/1b1e7853

Branch: refs/heads/master
Commit: 1b1e7853832a5e06e017e412954bc99c3c2afa90
Parents: c8452e3
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Thu Jan 11 11:13:40 2018 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Thu Jan 11 11:13:40 2018 +0000

----------------------------------------------------------------------
 .../apache/brooklyn/rest/resources/BundleAndTypeResourcesTest.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/1b1e7853/rest/rest-resources/src/test/java/org/apache/brooklyn/rest/resources/BundleAndTypeResourcesTest.java
----------------------------------------------------------------------
diff --git a/rest/rest-resources/src/test/java/org/apache/brooklyn/rest/resources/BundleAndTypeResourcesTest.java b/rest/rest-resources/src/test/java/org/apache/brooklyn/rest/resources/BundleAndTypeResourcesTest.java
index a15b04a..49a20d5 100644
--- a/rest/rest-resources/src/test/java/org/apache/brooklyn/rest/resources/BundleAndTypeResourcesTest.java
+++ b/rest/rest-resources/src/test/java/org/apache/brooklyn/rest/resources/BundleAndTypeResourcesTest.java
@@ -280,7 +280,6 @@ public class BundleAndTypeResourcesTest extends BrooklynRestResourceTest {
         String yaml = Joiner.on("\n").join(
                 "brooklyn.catalog:",
                 "  id: " + catalogItemId,
-                "  version: " + TEST_VERSION,
                 "  itemType: " + checkNotNull(itemType),
                 "  name: My Catalog App",
                 "  description: My description",