SGF-800 - Setup Maven build profile for Pivotal GemFire 9.6.

This commit is contained in:
John Blum
2018-12-07 17:00:17 -08:00
parent c4c2ae41a2
commit 7d5c410d27

28
pom.xml
View File

@@ -288,6 +288,34 @@
</build>
</profile>
<profile>
<id>pivotal-gemfire-96</id>
<properties>
<gemfire.version>9.6.0</gemfire.version>
</properties>
</profile>
<profile>
<id>pivotal-gemfire-96-next</id>
<properties>
<gemfire.version>9.6.0-SNAPSHOT</gemfire.version>
</properties>
</profile>
<profile>
<id>pivotal-gemfire-97-next</id>
<properties>
<gemfire.version>9.7.0-SNAPSHOT</gemfire.version>
</properties>
</profile>
<profile>
<id>pivotal-gemfire-98-next</id>
<properties>
<gemfire.version>9.8.0-SNAPSHOT</gemfire.version>
</properties>
</profile>
<profile>
<id>html-asciidoc</id>
<build>