Skip to content

Commit

Permalink
feat: bump MVN plugin versions in sackmesser
Browse files Browse the repository at this point in the history
  • Loading branch information
danistrebel committed Jan 26, 2024
1 parent 524afe6 commit bdc8ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/apigee-sackmesser/cmd/deploy/pom-edge.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ limitations under the License.

<properties>
<apigee.plugin.version>1.3.3</apigee.plugin.version>
<apigee.config-plugin.version>1.5.3</apigee.config-plugin.version>
<apigee.config-plugin.version>1.5.4</apigee.config-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<org.slf4j.simpleLogger.defaultLogLevel>info</org.slf4j.simpleLogger.defaultLogLevel>
Expand Down
4 changes: 2 additions & 2 deletions tools/apigee-sackmesser/cmd/deploy/pom-hybrid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ limitations under the License.
<apigee.apiversion>v1</apigee.apiversion>
<apigee.org>${org}</apigee.org>
<apigee.env>${env}</apigee.env>
<apigee.plugin.version>2.3.5</apigee.plugin.version>
<apigee.config-plugin.version>2.4.4</apigee.config-plugin.version>
<apigee.plugin.version>2.5.0</apigee.plugin.version>
<apigee.config-plugin.version>2.6.0</apigee.config-plugin.version>
<apigee.deploy.skip>false</apigee.deploy.skip>
<apigee.hosturl>https://${baseuri}</apigee.hosturl>
<apigee.bearer>${token}</apigee.bearer>
Expand Down

0 comments on commit bdc8ca9

Please sign in to comment.