Merge branch 'stable-2.6'
diff --git a/BUCK b/BUCK
new file mode 100644
index 0000000..9b7fa54
--- /dev/null
+++ b/BUCK
@@ -0,0 +1,9 @@
+gerrit_plugin(
+ name = 'reviewnotes',
+ srcs = glob(['src/main/java/**/*.java']),
+ resources = glob(['src/main/resources/**/*']),
+ manifest_entries = [
+ 'Gerrit-Module: com.googlesource.gerrit.plugins.reviewnotes.ReviewNotesModule',
+ 'Gerrit-SshModule: com.googlesource.gerrit.plugins.reviewnotes.SshModule'
+ ]
+)
diff --git a/pom.xml b/pom.xml
index 26514cd..ba5ac6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>com.googlesource.gerrit.plugins.reviewnotes</groupId>
<artifactId>reviewnotes</artifactId>
<packaging>jar</packaging>
- <version>2.6</version>
+ <version>2.8-SNAPSHOT</version>
<name>reviewnotes</name>
<properties>