diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-04 21:43:59 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-04 21:43:59 -0400 |
commit | 9b1fe8f5946e1834ccc91be0311979fdae81e6cd (patch) | |
tree | 233129207887324864543a09cc07c4651abef999 /src | |
parent | 03045a063555c508909dba94ac6a6e874add120d (diff) | |
download | iciql-9b1fe8f5946e1834ccc91be0311979fdae81e6cd.tar.gz iciql-9b1fe8f5946e1834ccc91be0311979fdae81e6cd.zip |
Fix typo on site index page
Diffstat (limited to 'src')
-rw-r--r-- | src/site/index.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/index.mkd b/src/site/index.mkd index 85d51b7..e42d1c2 100644 --- a/src/site/index.mkd +++ b/src/site/index.mkd @@ -114,7 +114,7 @@ As of 2.0.0 iciql is now distributed through Maven Central and it's coordinates <dependency>
<groupId>com.gitblit.iciql</groupId>
<artifactId>iciql</artifactId>
- <version>2.0.0/version>
+ <version>2.0.0</version>
</dependency>
</dependencies>
---XML---
|