Skip to content

Commit

Permalink
Bump cup.version from 11b-20160615 to 11b-20160615-1 (#925)
Browse files Browse the repository at this point in the history
Bumps `cup.version` from 11b-20160615 to 11b-20160615-1.

Updates `java-cup` from 11b-20160615 to 11b-20160615-1
- [Release notes](https://github.com/vbmacher/cup-maven-plugin/releases)
- [Commits](https://github.com/vbmacher/cup-maven-plugin/commits)

Updates `java-cup-runtime` from 11b-20160615 to 11b-20160615-1
- [Release notes](https://github.com/vbmacher/cup-maven-plugin/releases)
- [Commits](https://github.com/vbmacher/cup-maven-plugin/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gerwin Klein <[email protected]>
  • Loading branch information
dependabot[bot] and lsf37 authored Jun 21, 2022
1 parent 71228f4 commit 5affe55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cup-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<dependency>
<groupId>com.github.vbmacher</groupId>
<artifactId>java-cup</artifactId>
<version>11b-20160615</version>
<version>11b-20160615-1</version>
</dependency>
<dependency>
<groupId>com.github.vbmacher</groupId>
<artifactId>java-cup-runtime</artifactId>
<version>11b-20160615</version>
<version>11b-20160615-1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</mailingLists>

<properties>
<cup.version>11b-20160615</cup.version>
<cup.version>11b-20160615-1</cup.version>
<github.global.server>github</github.global.server>
<jflex.jdk.version>1.7</jflex.jdk.version>
<!-- 3.0.x fails to compile flex-maven-plugin https://issues.apache.org/jira/browse/MNG-5346 -->
Expand Down

0 comments on commit 5affe55

Please sign in to comment.