aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Shapiro <ronshapiro@google.com>2020-08-11 18:55:59 +0300
committerRon Shapiro <ronshapiro@google.com>2020-08-11 18:55:59 +0300
commit123db863068570167ecf3ca7b64cf21c46e9664d (patch)
tree6cb3ae51832a653e351164ac0e9764d9e84ff13a
parent9f870ccfcbc22bf8c64084011f7d2d7992bdf06f (diff)
downloadauto-123db863068570167ecf3ca7b64cf21c46e9664d.tar.gz
Set version number for auto-common to 0.11.upstream/auto-common-0.11upstream-auto-common-0.11
-rw-r--r--common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 49295b57..e4a23e02 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -26,7 +26,7 @@
<groupId>com.google.auto</groupId>
<artifactId>auto-common</artifactId>
- <version>HEAD-SNAPSHOT</version>
+ <version>0.11</version>
<name>Auto Common Libraries</name>
<description>
Common utilities for creating annotation processors.