formatting
Change-Id: Ic73d43db6a1dc76a4c454c983ada1fd9376f67ff
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1263
Reviewed-by: Michael Blow <mblow@apache.org>
diff --git a/content/extension.html b/content/extension.html
index 900d037..ed94b0e 100644
--- a/content/extension.html
+++ b/content/extension.html
@@ -135,28 +135,31 @@
<h4 id="example-bom">Example BOM</h4>
-<pre><code> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<pre><code><project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
- <!-- project coordinates -->
- <groupId>org.apache.asterix</groupId>
- <artifactId>asterix-opt-bom</artifactId>
- <version>0.8.9-SNAPSHOT</version>
- <name>psu-nittany-bom</name>
- <description>Penn State Nittany Lion Seach Extension to AsterixDB</description>
+ <!-- project coordinates -->
+ <groupId>org.apache.asterix</groupId>
+ <artifactId>asterix-opt-bom</artifactId>
+ <version>0.8.9-SNAPSHOT</version>
+ <name>psu-nittany-bom</name>
+ <description>Penn State Nittany Lion Search Extension to AsterixDB</description>
- <!-- any dependencies listed here will be included in asterix-server, etc. binary assemblies -->
- <dependencies>
- <dependency>
- <groupId>edu.psu.cs</groupId>
- <artifactId>nittany-search</artifactId>
- <version>0.1.0-SNAPSHOT</version>
- <packaging>pom</packaging>
- </dependency>
- </dependencies>
- </project>
+ <!-- any dependencies listed here will be included in -->
+ <!-- asterix-server, etc. binary assemblies -->
+ <dependencies>
+ <dependency>
+ <groupId>edu.psu.cs</groupId>
+ <artifactId>nittany-search</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ </dependency>
+ </dependencies>
+</project>
</code></pre>
</div>