Update bazlets to latest master and maven build to 3.2.3 Change-Id: I51f97f5c0241bbc062f1ac611902d2befbfb2fce
diff --git a/WORKSPACE b/WORKSPACE index 1412c68..0170715 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-adminSshCommand/WORKSPACE b/example-adminSshCommand/WORKSPACE index 8df7d92..e4d2222 100644 --- a/example-adminSshCommand/WORKSPACE +++ b/example-adminSshCommand/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-adminSshCommand/pom.xml b/example-adminSshCommand/pom.xml index 4e073be..f31b7e4 100644 --- a/example-adminSshCommand/pom.xml +++ b/example-adminSshCommand/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-adminSshCommand</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-changeHasOperator/WORKSPACE b/example-changeHasOperator/WORKSPACE index 1c53818..9571423 100644 --- a/example-changeHasOperator/WORKSPACE +++ b/example-changeHasOperator/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-changeHasOperator/pom.xml b/example-changeHasOperator/pom.xml index acb01b9..a58e78a 100644 --- a/example-changeHasOperator/pom.xml +++ b/example-changeHasOperator/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-changeHasOperator</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-changeOperator/WORKSPACE b/example-changeOperator/WORKSPACE index 5485912..8125a46 100644 --- a/example-changeOperator/WORKSPACE +++ b/example-changeOperator/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-changeOperator/pom.xml b/example-changeOperator/pom.xml index 2c93e1b..d1823ee 100644 --- a/example-changeOperator/pom.xml +++ b/example-changeOperator/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-changeOperator</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-changeQueryAttributes/WORKSPACE b/example-changeQueryAttributes/WORKSPACE index 0bee67a..d29e639 100644 --- a/example-changeQueryAttributes/WORKSPACE +++ b/example-changeQueryAttributes/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-changeQueryAttributes/pom.xml b/example-changeQueryAttributes/pom.xml index 9505039..1bede11 100644 --- a/example-changeQueryAttributes/pom.xml +++ b/example-changeQueryAttributes/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-changeQueryAttributes</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-commitValidator/WORKSPACE b/example-commitValidator/WORKSPACE index 6696082..4167424 100644 --- a/example-commitValidator/WORKSPACE +++ b/example-commitValidator/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-commitValidator/pom.xml b/example-commitValidator/pom.xml index 1e67299..647d01a 100644 --- a/example-commitValidator/pom.xml +++ b/example-commitValidator/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-commitValidator</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-consoleMetricReporter/WORKSPACE b/example-consoleMetricReporter/WORKSPACE index 71a98a9..ea5203e 100644 --- a/example-consoleMetricReporter/WORKSPACE +++ b/example-consoleMetricReporter/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-consoleMetricReporter/pom.xml b/example-consoleMetricReporter/pom.xml index 5a1ce9a..476bc51 100644 --- a/example-consoleMetricReporter/pom.xml +++ b/example-consoleMetricReporter/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-consoleMetricReporter</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-deployedOnIncludedInExtension/WORKSPACE b/example-deployedOnIncludedInExtension/WORKSPACE index 2aa2358..04f898a 100644 --- a/example-deployedOnIncludedInExtension/WORKSPACE +++ b/example-deployedOnIncludedInExtension/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-deployedOnIncludedInExtension/pom.xml b/example-deployedOnIncludedInExtension/pom.xml index f318bea..4a6628e 100644 --- a/example-deployedOnIncludedInExtension/pom.xml +++ b/example-deployedOnIncludedInExtension/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-deployedOnIncludedInExtension</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-restApiCommandOption/WORKSPACE b/example-restApiCommandOption/WORKSPACE index 23c3393..8471442 100644 --- a/example-restApiCommandOption/WORKSPACE +++ b/example-restApiCommandOption/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-restApiCommandOption/pom.xml b/example-restApiCommandOption/pom.xml index b2f34e9..600faaf 100644 --- a/example-restApiCommandOption/pom.xml +++ b/example-restApiCommandOption/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-restApiCommandOption</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-restApiGetRevision/WORKSPACE b/example-restApiGetRevision/WORKSPACE index 0f354e8..1fa3d81 100644 --- a/example-restApiGetRevision/WORKSPACE +++ b/example-restApiGetRevision/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-restApiGetRevision/pom.xml b/example-restApiGetRevision/pom.xml index e0827d4..1462a9b 100644 --- a/example-restApiGetRevision/pom.xml +++ b/example-restApiGetRevision/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-restApiGetRevision</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-restApiPostProject/WORKSPACE b/example-restApiPostProject/WORKSPACE index d58ea10..da096cc 100644 --- a/example-restApiPostProject/WORKSPACE +++ b/example-restApiPostProject/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-restApiPostProject/pom.xml b/example-restApiPostProject/pom.xml index 640aaed..3eca13a 100644 --- a/example-restApiPostProject/pom.xml +++ b/example-restApiPostProject/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-restApiPostProject</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-restApiPostRevision/WORKSPACE b/example-restApiPostRevision/WORKSPACE index d3c232c..7dbe114 100644 --- a/example-restApiPostRevision/WORKSPACE +++ b/example-restApiPostRevision/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-restApiPostRevision/pom.xml b/example-restApiPostRevision/pom.xml index 4d15530..de8b9eb 100644 --- a/example-restApiPostRevision/pom.xml +++ b/example-restApiPostRevision/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-restApiPostRevision</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-servlet/WORKSPACE b/example-servlet/WORKSPACE index b4b8b7d..e7ff969 100644 --- a/example-servlet/WORKSPACE +++ b/example-servlet/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-servlet/pom.xml b/example-servlet/pom.xml index 5b93250..f8b9375 100644 --- a/example-servlet/pom.xml +++ b/example-servlet/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-servlet</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-simpleSshCommand/WORKSPACE b/example-simpleSshCommand/WORKSPACE index aef2088..fb6dfdf 100644 --- a/example-simpleSshCommand/WORKSPACE +++ b/example-simpleSshCommand/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-simpleSshCommand/pom.xml b/example-simpleSshCommand/pom.xml index 317c4b5..16aaebb 100644 --- a/example-simpleSshCommand/pom.xml +++ b/example-simpleSshCommand/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-simpleSshCommand</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-sshAndRestCommandOptionBeanParseListener/WORKSPACE b/example-sshAndRestCommandOptionBeanParseListener/WORKSPACE index 73a755d..a98c6c2 100644 --- a/example-sshAndRestCommandOptionBeanParseListener/WORKSPACE +++ b/example-sshAndRestCommandOptionBeanParseListener/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-sshAndRestCommandOptionBeanParseListener/pom.xml b/example-sshAndRestCommandOptionBeanParseListener/pom.xml index 7c5d953..d244817 100644 --- a/example-sshAndRestCommandOptionBeanParseListener/pom.xml +++ b/example-sshAndRestCommandOptionBeanParseListener/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-sshAndRestCommandOptionBeanParseListener</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-sshCommandAlias/WORKSPACE b/example-sshCommandAlias/WORKSPACE index aef2088..fb6dfdf 100644 --- a/example-sshCommandAlias/WORKSPACE +++ b/example-sshCommandAlias/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-sshCommandAlias/pom.xml b/example-sshCommandAlias/pom.xml index ab9c3ea..2d9bc1c 100644 --- a/example-sshCommandAlias/pom.xml +++ b/example-sshCommandAlias/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-sshCommandAlias</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-sshCommandDelegateDynamicBean/WORKSPACE b/example-sshCommandDelegateDynamicBean/WORKSPACE index b48b8c7..875fd6a 100644 --- a/example-sshCommandDelegateDynamicBean/WORKSPACE +++ b/example-sshCommandDelegateDynamicBean/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-sshCommandDelegateDynamicBean/pom.xml b/example-sshCommandDelegateDynamicBean/pom.xml index 54ec498..a51f410 100644 --- a/example-sshCommandDelegateDynamicBean/pom.xml +++ b/example-sshCommandDelegateDynamicBean/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-sshCommandDelegateDynamicBean</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-sshCommandOption/WORKSPACE b/example-sshCommandOption/WORKSPACE index 8fb4ced..821e257 100644 --- a/example-sshCommandOption/WORKSPACE +++ b/example-sshCommandOption/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-sshCommandOption/pom.xml b/example-sshCommandOption/pom.xml index 91ccecf..4f14904 100644 --- a/example-sshCommandOption/pom.xml +++ b/example-sshCommandOption/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-sshCommandOption</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-topMenu/WORKSPACE b/example-topMenu/WORKSPACE index aef2088..fb6dfdf 100644 --- a/example-topMenu/WORKSPACE +++ b/example-topMenu/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-topMenu/pom.xml b/example-topMenu/pom.xml index 0e5e0a3..a006c31 100644 --- a/example-topMenu/pom.xml +++ b/example-topMenu/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-topMenu</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-usageDataLogger/WORKSPACE b/example-usageDataLogger/WORKSPACE index f8b97d0..7c0f497 100644 --- a/example-usageDataLogger/WORKSPACE +++ b/example-usageDataLogger/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-usageDataLogger/pom.xml b/example-usageDataLogger/pom.xml index 8bd4712..0a09bdb 100644 --- a/example-usageDataLogger/pom.xml +++ b/example-usageDataLogger/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-usageDataLogger</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-validationListenerAssignee/WORKSPACE b/example-validationListenerAssignee/WORKSPACE index 0a6da04..fb0933d 100644 --- a/example-validationListenerAssignee/WORKSPACE +++ b/example-validationListenerAssignee/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerAssignee/pom.xml b/example-validationListenerAssignee/pom.xml index c8ab14e..b1b295e 100644 --- a/example-validationListenerAssignee/pom.xml +++ b/example-validationListenerAssignee/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-validationListenerAssignee</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-validationListenerCommit/WORKSPACE b/example-validationListenerCommit/WORKSPACE index 1c36aba..693990d 100644 --- a/example-validationListenerCommit/WORKSPACE +++ b/example-validationListenerCommit/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerCommit/pom.xml b/example-validationListenerCommit/pom.xml index bc4d34c..dde1302 100644 --- a/example-validationListenerCommit/pom.xml +++ b/example-validationListenerCommit/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-validationListenerCommit</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-validationListenerHashtag/WORKSPACE b/example-validationListenerHashtag/WORKSPACE index 88fd725..86da431 100644 --- a/example-validationListenerHashtag/WORKSPACE +++ b/example-validationListenerHashtag/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerHashtag/pom.xml b/example-validationListenerHashtag/pom.xml index 15495af..58a8a9d 100644 --- a/example-validationListenerHashtag/pom.xml +++ b/example-validationListenerHashtag/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-validationListenerHashtag</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-validationListenerMerge/WORKSPACE b/example-validationListenerMerge/WORKSPACE index 698bd54..e2e2e42 100644 --- a/example-validationListenerMerge/WORKSPACE +++ b/example-validationListenerMerge/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerMerge/pom.xml b/example-validationListenerMerge/pom.xml index 85ba789..de874bf 100644 --- a/example-validationListenerMerge/pom.xml +++ b/example-validationListenerMerge/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-validationListenerMerge</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-validationListenerNewProjectCreated/WORKSPACE b/example-validationListenerNewProjectCreated/WORKSPACE index c9f2199..139ca1b 100644 --- a/example-validationListenerNewProjectCreated/WORKSPACE +++ b/example-validationListenerNewProjectCreated/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerNewProjectCreated/pom.xml b/example-validationListenerNewProjectCreated/pom.xml index b9bc4e6..b393299 100644 --- a/example-validationListenerNewProjectCreated/pom.xml +++ b/example-validationListenerNewProjectCreated/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-validationListenerNewProjectCreated</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-validationListenerRefOperation/WORKSPACE b/example-validationListenerRefOperation/WORKSPACE index deb7563..ff12465 100644 --- a/example-validationListenerRefOperation/WORKSPACE +++ b/example-validationListenerRefOperation/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerRefOperation/pom.xml b/example-validationListenerRefOperation/pom.xml index 25cc758..f4c78d5 100644 --- a/example-validationListenerRefOperation/pom.xml +++ b/example-validationListenerRefOperation/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-validationListenerRefOperation</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-validationListenerUpload/WORKSPACE b/example-validationListenerUpload/WORKSPACE index 8d9c07b..7b8774c 100644 --- a/example-validationListenerUpload/WORKSPACE +++ b/example-validationListenerUpload/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-validationListenerUpload/pom.xml b/example-validationListenerUpload/pom.xml index a811ec7..ca0d572 100644 --- a/example-validationListenerUpload/pom.xml +++ b/example-validationListenerUpload/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-validationListenerUpload</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-webLinkBranch/WORKSPACE b/example-webLinkBranch/WORKSPACE index 25b7e45..d959612 100644 --- a/example-webLinkBranch/WORKSPACE +++ b/example-webLinkBranch/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-webLinkBranch/pom.xml b/example-webLinkBranch/pom.xml index 80efb59..a59c421 100644 --- a/example-webLinkBranch/pom.xml +++ b/example-webLinkBranch/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-webLinkBranch</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-webLinkFileHistory/WORKSPACE b/example-webLinkFileHistory/WORKSPACE index aef2088..fb6dfdf 100644 --- a/example-webLinkFileHistory/WORKSPACE +++ b/example-webLinkFileHistory/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-webLinkFileHistory/pom.xml b/example-webLinkFileHistory/pom.xml index acb2e7e..826eb0e 100644 --- a/example-webLinkFileHistory/pom.xml +++ b/example-webLinkFileHistory/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-webLinkFileHistory</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-webLinkPatchSet/WORKSPACE b/example-webLinkPatchSet/WORKSPACE index aef2088..fb6dfdf 100644 --- a/example-webLinkPatchSet/WORKSPACE +++ b/example-webLinkPatchSet/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-webLinkPatchSet/pom.xml b/example-webLinkPatchSet/pom.xml index 7bf2073..c9a5dbf 100644 --- a/example-webLinkPatchSet/pom.xml +++ b/example-webLinkPatchSet/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-webLinkPatchSet</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
diff --git a/example-webLinkProject/WORKSPACE b/example-webLinkProject/WORKSPACE index aef2088..fb6dfdf 100644 --- a/example-webLinkProject/WORKSPACE +++ b/example-webLinkProject/WORKSPACE
@@ -3,7 +3,7 @@ load("//:bazlets.bzl", "load_bazlets") load_bazlets( - commit = "5f7ca2e226195c2de6eece2c160a9a7690dc7be8", + commit = "0f81174e3d1b892a1342ebc75bb4bbb158ae0efe", # local_path = "/home/<user>/projects/bazlets", )
diff --git a/example-webLinkProject/pom.xml b/example-webLinkProject/pom.xml index 37707c9..e9edb47 100644 --- a/example-webLinkProject/pom.xml +++ b/example-webLinkProject/pom.xml
@@ -22,7 +22,7 @@ <groupId>com.googlesource.gerrit.plugins</groupId> <artifactId>example-webLinkProject</artifactId> <packaging>jar</packaging> - <version>2.16.13</version> + <version>3.2.3</version> <properties> <Gerrit-ApiType>plugin</Gerrit-ApiType> <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>