Skip to content

Commit

Permalink
ISPN-15478 Data Grid Caches documentation refers to old Postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
amehenda authored and tristantarrant committed Feb 9, 2024
1 parent d6680fc commit a1f9d07
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<schemaVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}</schemaVersion>
<protostream.api.docs>https://www.javadoc.io/doc/org.infinispan.protostream/protostream/${version.protostream}</protostream.api.docs>
<logging.html.tmp>${project.build.directory}/report/tmp</logging.html.tmp>
<postgresql.database.version>${versionx.org.postgresql.postgresql}</postgresql.database.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -179,6 +180,7 @@
<javaeedocroot>${javaee.docroot}</javaeedocroot>
<download_url>${download.url}</download_url>
<code_tutorials>${infinispan.tutorials}</code_tutorials>
<postgresqlversion>${postgresql.database.version}</postgresqlversion>
<imagesdir>../../topics/images</imagesdir>
</attributes>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Use the [command]`install` command with the {brandname} Command Line Interface (
[source,options="nowrap",subs=attributes+]
----
install org.postgresql:postgresql:42.1.3
install org.postgresql:postgresql:{postgresqlversion}
----
====
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Use the [command]`install` command with the {brandname} Command Line Interface (
[source,options="nowrap",subs=attributes+]
----
install org.postgresql:postgresql:42.1.3
install org.postgresql:postgresql:{postgresqlversion}
----
====
* Embedded caches: Add the `infinispan-cachestore-sql` dependency to your `pom` file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use the [command]`install` command with the {brandname} Command Line Interface (
[source,options="nowrap",subs=attributes+]
----
install org.postgresql:postgresql:42.1.3
install org.postgresql:postgresql:{postgresqlversion}
----
====

Expand Down

0 comments on commit a1f9d07

Please sign in to comment.