Skip to content

Commit 4d03e09

Browse files
author
Vladimir Ilyin
committed
Use major version number in displayed name
1 parent 991aef8 commit 4d03e09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

graph-database-support-plugin/src/main/resources/javaInjections.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
</place>
5656
</injection>
5757

58-
<!-- Neo4j OGM 3.2.x -->
58+
<!-- Neo4j OGM3 -->
5959
<injection language="Cypher" injector-id="java">
60-
<display-name>Neo4j - OGM 3.2.x Session.class (org.neo4j.ogm.session)</display-name>
60+
<display-name>Neo4j - OGM3 Session.class (org.neo4j.ogm.session)</display-name>
6161
<place><![CDATA[
6262
psiParameter().ofMethod(0, psiMethod()
6363
.withName("query")
@@ -91,9 +91,9 @@
9191
</place>
9292
</injection>
9393

94-
<!-- Neo4j OGM 2.1.x -->
94+
<!-- Neo4j OGM2 -->
9595
<injection language="Cypher" injector-id="java">
96-
<display-name>Neo4j - OGM 2.1.x Session.class (org.neo4j.ogm.session)</display-name>
96+
<display-name>Neo4j - OGM2 Session.class (org.neo4j.ogm.session)</display-name>
9797
<place>
9898
<![CDATA[
9999
psiParameter().ofMethod(1, psiMethod().withName("queryForObject")

0 commit comments

Comments
 (0)