Skip to content

Commit

Permalink
Rename plugin folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
castorm committed May 22, 2020
1 parent 2f2d88e commit dd7355d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.6.3 (05/22/2020)
- Rename plugin folder name to match artifactId

## v0.6.2 (05/22/2020)
- Bump okhttp.version from 4.6.0 to 4.7.2
- Assemble a package ready to be unpacked
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ plugins folder.
<artifactItem>
<groupId>com.github.castorm</groupId>
<artifactId>kafka-connect-http</artifactId>
<version>0.6.2</version>
<version>0.6.3</version>
<type>tar.gz</type>
<classifier>plugin</classifier>
</artifactItem>
Expand Down
2 changes: 1 addition & 1 deletion src/assembly/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory>${project.name}</outputDirectory>
<outputDirectory>${project.artifactId}</outputDirectory>
<useProjectArtifact>true</useProjectArtifact>
<useTransitiveFiltering>true</useTransitiveFiltering>
</dependencySet>
Expand Down

0 comments on commit dd7355d

Please sign in to comment.