Skip to content

Commit

Permalink
Automated rollback of a1ef685
Browse files Browse the repository at this point in the history
*** Original change description ***

Update Checker Framework Dataflow dependency to the current 2.2.2.

***

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177976609
  • Loading branch information
cushon authored and ronshapiro committed Dec 5, 2017
1 parent 81e3595 commit 50a78bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion check_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<!-- GPLv2 with Classpath Exception -->
<groupId>org.checkerframework</groupId>
<artifactId>dataflow</artifactId>
<version>2.2.2</version>
<version>2.1.14</version>
</dependency>
<dependency>
<!-- GPLv2 with Classpath Exception -->
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<!-- GPLv2 with Classpath Exception -->
<groupId>org.checkerframework</groupId>
<artifactId>dataflow</artifactId>
<version>2.2.2</version>
<version>2.1.14</version>
</dependency>
<dependency>
<!-- GPLv2 with Classpath Exception -->
Expand Down
2 changes: 1 addition & 1 deletion test_helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- GPLv2 with Classpath Exception -->
<groupId>org.checkerframework</groupId>
<artifactId>dataflow</artifactId>
<version>2.2.2</version>
<version>2.1.14</version>
</dependency>
<dependency>
<!-- GPLv2 with Classpath Exception -->
Expand Down

0 comments on commit 50a78bd

Please sign in to comment.