I had been poking at it to make sure it's still good.  I was getting some 
strange behavior where `./gradlew uEP` updates the assembly pom with
```
diff --git a/geode-assembly/src/test/resources/expected-pom.xml 
b/geode-assembly/src/test/resources/expected-pom.xml
index 3f8abf5e57..b22bc8f393 100644
--- a/geode-assembly/src/test/resources/expected-pom.xml
+++ b/geode-assembly/src/test/resources/expected-pom.xml
@@ -20,7 +20,7 @@
   <groupId>org.apache.geode</groupId>
   <artifactId>apache-geode</artifactId>
   <version>1.8.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
+  <packaging>tgz</packaging>
   <name>Apache Geode</name>
   <description>Apache Geode provides a database-like consistency model, 
reliable transaction processing and a shared-nothing architecture to maintain 
very low latency performance with high concurrency processing</description>
   <url>http://geode.apache.org</url>

```

It had been the dependency block I'd messed with to make sure I hadn't broken 
`checkPom`, so I don't know if there is just some dirty artifact there.  Need 
to play with it a little more.

[ Full content available at: https://github.com/apache/geode/pull/2569 ]
This message was relayed via gitbox.apache.org for 
notifications@geode.apache.org

Reply via email to