Skip to content

Commit

Permalink
build: set release version and fix licensing info
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Ince <ali.ince@neo4j.com>
  • Loading branch information
fbiville authored and ali-ince committed Oct 11, 2023
1 parent 3a09fd0 commit 322ba9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.connectors</groupId>
<artifactId>cdc</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<name>cdc</name>
<description>CDC Client Library</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<distributionManagement>
Expand Down

0 comments on commit 322ba9b

Please sign in to comment.