Skip to content

Commit

Permalink
Merge pull request #2848 from liquibase/dependabot/maven/org.apache.f…
Browse files Browse the repository at this point in the history
…elix-maven-bundle-plugin-5.1.6

Bump maven-bundle-plugin from 5.1.4 to 5.1.6
  • Loading branch information
nvoxland committed May 25, 2022
2 parents 6d01bec + e32d14d commit 4ab687b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.4</version>
<version>5.1.6</version>
<configuration>
<instructions>
<Bundle-SymbolicName>org.liquibase.core</Bundle-SymbolicName>
Expand Down
2 changes: 1 addition & 1 deletion liquibase-extension-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.4</version>
<version>5.1.6</version>
<configuration>
<instructions>
<Bundle-SymbolicName>org.liquibase.core</Bundle-SymbolicName>
Expand Down

0 comments on commit 4ab687b

Please sign in to comment.