Skip to content

Commit

Permalink
update version in README and test
Browse files Browse the repository at this point in the history
  • Loading branch information
patricktiu committed Jun 2, 2017
1 parent 2449180 commit c8d9296
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To enable `liberty-maven-plugin` in your project add the following to your `pom.
<plugin>
<groupId>net.wasdev.wlp.maven.plugins</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>1.2</version>
<version>2.0</version>
<!-- Specify configuration, executions for liberty-maven-plugin -->
...
</plugin>
Expand Down Expand Up @@ -166,7 +166,7 @@ Example:
<plugin>
<groupId>net.wasdev.wlp.maven.plugins</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>1.2</version>
<version>2.0</version>
<extensions>true</extensions>
<configuration>
<installDirectory>/opt/ibm/wlp</installDirectory>
Expand Down Expand Up @@ -195,8 +195,8 @@ Example:
mvn archetype:generate \
-DarchetypeGroupId=net.wasdev.wlp.maven \
-DarchetypeArtifactId=liberty-plugin-archetype \
-DarchetypeVersion=1.2 \
-DwlpPluginVersion=1.2 \
-DarchetypeVersion=2.0 \
-DwlpPluginVersion=2.0 \
-DgroupId=test \
-DartifactId=test \
-Dversion=1.0-SNAPSHOT
Expand All @@ -210,8 +210,8 @@ Example:
mvn archetype:generate \
-DarchetypeGroupId=net.wasdev.wlp.maven \
-DarchetypeArtifactId=liberty-archetype-webapp \
-DarchetypeVersion=2.0-SNAPSHOT \
-DwlpPluginVersion=2.0-SNAPSHOT \
-DarchetypeVersion=2.0 \
-DwlpPluginVersion=2.0 \
-DgroupId=test \
-DartifactId=test \
-Dversion=1.0-SNAPSHOT
Expand Down
4 changes: 2 additions & 2 deletions liberty-maven-plugin/src/it/setup/test-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>net.wasdev.wlp.maven.plugins</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<version>@pom.version@</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -120,7 +120,7 @@
<plugin>
<groupId>net.wasdev.wlp.maven.plugins</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<version>@pom.version@</version>
<configuration>
<assemblyArtifact>
<groupId>com.ibm.websphere.appserver.runtime</groupId>
Expand Down

0 comments on commit c8d9296

Please sign in to comment.