Skip to content

Commit

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

Bump maven-bundle-plugin from 5.1.6 to 5.1.7
  • Loading branch information
nvoxland committed Jul 28, 2022
2 parents a19df45 + ea821e6 commit 2c4db0a
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 @@ -153,7 +153,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.6</version>
<version>5.1.7</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 @@ -32,7 +32,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.6</version>
<version>5.1.7</version>
<configuration>
<instructions>
<Bundle-SymbolicName>org.liquibase.core</Bundle-SymbolicName>
Expand Down

0 comments on commit 2c4db0a

Please sign in to comment.