Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #165 from mattcasters/5.0-beta6
Browse files Browse the repository at this point in the history
Issue #164 - 5.0-beta6
  • Loading branch information
mattcasters committed Feb 14, 2020
2 parents 62335a3 + c733870 commit 096f566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>bi.know.kettle.neo4j.output</groupId>
<artifactId>Neo4JOutput</artifactId>
<version>5.0.0-beta5</version>
<version>5.0.0-beta6</version>
<packaging>jar</packaging>

<name>Neo4JOutput</name>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>kettle-neo4j</groupId>
<artifactId>kettle-neo4j-core</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NeoConnectionDialog.DatabaseName.Label=Database name (4.0)
NeoConnectionDialog.Version4.Label = Version 4 database?
NeoConnectionDialog.BoltPort.Label=Bolt Port
NeoConnectionDialog.BrowserPort.Label=Browser Port
NeoConnectionDialog.Routing.Label=Use routing?
NeoConnectionDialog.Routing.Label=Use routing, neo4j:// protocol?
NeoConnectionDialog.Policy.Label=Routing Policy
NeoConnectionDialog.UserName.Label=Username
NeoConnectionDialog.Password.Label=Password
Expand Down

0 comments on commit 096f566

Please sign in to comment.