Skip to content

Commit

Permalink
Cayenne 4.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Jun 20, 2024
1 parent 5afdb92 commit 647621a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Here is example of Cayenne Maven plugin setup that will do it:
<plugin>
<groupId>org.apache.cayenne.plugins</groupId>
<artifactId>cayenne-maven-plugin</artifactId>
<version>4.2</version>
<version>4.2.1</version>

<dependencies>
<dependency>
Expand Down Expand Up @@ -116,7 +116,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath group: 'org.apache.cayenne.plugins', name: 'cayenne-gradle-plugin', version: '4.2'
classpath group: 'org.apache.cayenne.plugins', name: 'cayenne-gradle-plugin', version: '4.2.1'
classpath 'mysql:mysql-connector-java:8.0.33'
}
}
Expand Down Expand Up @@ -157,15 +157,15 @@ gradlew build
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-server</artifactId>
<version>4.2</version>
<version>4.2.1</version>
</dependency>
</dependencies>
```

##### Gradle

```gradle
compile group: 'org.apache.cayenne', name: 'cayenne-server', version: '4.2'
compile group: 'org.apache.cayenne', name: 'cayenne-server', version: '4.2.1'
// or, if Gradle plugin is used
compile cayenne.dependency('server')
Expand Down

0 comments on commit 647621a

Please sign in to comment.