Skip to content

Commit

Permalink
HHH-12177 Update relocation of Infinispan provider for 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz authored and gsmet committed Jul 12, 2018
1 parent 97b77bc commit 5f03b48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hibernate-infinispan/hibernate-infinispan.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
apply plugin: 'maven-publish'
apply plugin: 'maven-publish-auth'

description = '(deprecated - use org.infinispan:infinispan-hibernate-cache instead)'
description = '(deprecated - use org.infinispan:infinispan-hibernate-cache-v53 instead)'

ext {
relocatedGroupId = 'org.infinispan'
relocatedArtifactId = 'infinispan-hibernate-cache'
relocatedVersion = '9.1.3.Final'
relocatedArtifactId = 'infinispan-hibernate-cache-v53'
relocatedVersion = '9.3.0.Final'
}

publishing {
Expand Down

0 comments on commit 5f03b48

Please sign in to comment.