Skip to content

Commit

Permalink
Update Archetype to 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pruivo committed Mar 8, 2016
1 parent 690f507 commit 52f1ad0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Use the newproject-archetype project. The simple command below will get you sta
$ mvn archetype:generate \
    -DarchetypeGroupId=org.infinispan.archetypes \
    -DarchetypeArtifactId=newproject-archetype \
    -DarchetypeVersion=1.0.17 \
    -DarchetypeVersion=1.0.18 \
    -DarchetypeRepository=http://repository.jboss.org/nexus/content/groups/public
----
Expand All @@ -40,7 +40,7 @@ Use
$ mvn archetype:generate \
    -DarchetypeGroupId=org.infinispan.archetypes \
    -DarchetypeArtifactId=testcase-archetype \
    -DarchetypeVersion=1.0.17 \
    -DarchetypeVersion=1.0.18 \
    -DarchetypeRepository=http://repository.jboss.org/nexus/content/groups/public
----

Expand Down

0 comments on commit 52f1ad0

Please sign in to comment.