diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-04 21:33:23 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-04 21:33:23 -0400 |
commit | 03045a063555c508909dba94ac6a6e874add120d (patch) | |
tree | 12aea9060a7bca6c7d6c0fd9bc07edd0cb25ea0c /src | |
parent | 6bfb1d2c6f8a4546a8a3a37f93049e90c8aea9b7 (diff) | |
download | iciql-03045a063555c508909dba94ac6a6e874add120d.tar.gz iciql-03045a063555c508909dba94ac6a6e874add120d.zip |
Adjust site build process
Diffstat (limited to 'src')
-rw-r--r-- | src/site/index.mkd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/index.mkd b/src/site/index.mkd index 73c24bb..85d51b7 100644 --- a/src/site/index.mkd +++ b/src/site/index.mkd @@ -109,7 +109,7 @@ Support for others is possible and may only require creating a simple "dialect" As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates have changed slightly.
-```xml
+---XML---
<dependencies>
<dependency>
<groupId>com.gitblit.iciql</groupId>
@@ -117,7 +117,7 @@ As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates <version>2.0.0/version>
</dependency>
</dependencies>
-```
+---XML---
### Java Runtime Requirement
|