Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpotts committed Jan 25, 2018
1 parent dbe9f37 commit 76fa866
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For the repository tier, in a project created with the all-in-one archetype, edi
<dependency>
<groupId>com.metaversant</groupId>
<artifactId>share-site-creators-repo</artifactId>
<version>0.0.5</version>
<version>0.0.7</version>
<type>amp</type>
</dependency>
...
Expand All @@ -48,7 +48,7 @@ For the Share tier, in a project created with the all-in-one archetype, edit sha
<dependency>
<groupId>com.metaversant</groupId>
<artifactId>share-site-creators-share</artifactId>
<version>0.0.5</version>
<version>0.0.7</version>
<type>amp</type>
</dependency>
...
Expand All @@ -68,7 +68,7 @@ Manual Installation
-------------------
There are two AMPs associated with this add-on. One is a "repo tier" AMP and the other is a "Share tier" AMP.

For each of the two projects, use `mvn install` to create the AMP. When running with 5.1.f, you must specify `-Ddependency.surf.version=6.3` when running maven commands for the Share tier AMP.
Use `mvn install` to create the AMPs. When running with 5.1.f, you must specify `-Ddependency.surf.version=6.3` when running maven commands for the Share tier AMP.

### Install the AMPs

Expand Down

0 comments on commit 76fa866

Please sign in to comment.