Skip to content

Commit

Permalink
Updated README with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 6, 2024
1 parent ae8fd79 commit 1f31c99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ in production. In Maven, this means you'll want to add the dependency in the
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>rocker-compiler</artifactId>
<version>1.3.0</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
```
Expand Down Expand Up @@ -327,14 +327,14 @@ Rocker is published to Maven central. To add as a dependency in Maven:
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>rocker-runtime</artifactId>
<version>1.3.0</version>
<version>2.0.0</version>
</dependency>

<!-- for hot-reloading support only during development -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>rocker-compiler</artifactId>
<version>1.3.0</version>
<version>2.0.0</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -347,7 +347,7 @@ repositories {
}
dependencies {
compile group: 'com.fizzed', name: 'rocker-runtime', version: '1.3.0'
compile group: 'com.fizzed', name: 'rocker-runtime', version: '2.0.0'
// add rocker-compiler dependency as needed
}
```
Expand All @@ -366,7 +366,7 @@ Add the following to your pom
<plugin>
<groupId>com.fizzed</groupId>
<artifactId>rocker-maven-plugin</artifactId>
<version>1.3.0</version>
<version>2.0.0</version>
<executions>
<execution>
<id>generate-rocker-templates</id>
Expand Down Expand Up @@ -476,7 +476,7 @@ gradle.org. Just add the following to your build script:

```groovy
plugins {
id "com.fizzed.rocker" version "1.3.0"
id "com.fizzed.rocker" version "2.0.0"
}
sourceSets {
Expand Down Expand Up @@ -604,4 +604,4 @@ following for a complete list:

Copyright (C) 2015+ Fizzed, Inc.

This work is licensed under the Apache License, Version 2.0. See LICENSE for details.
This work is licensed under the Apache License, Version 2.0. See LICENSE for details.

0 comments on commit 1f31c99

Please sign in to comment.