summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChristian Aistleitner <christian@quelltextlich.at>2013-02-12 15:45:13 +0100
committerChristian Aistleitner <christian@quelltextlich.at>2013-02-15 13:28:38 +0100
commit20c6fc7eada3a1f0e099c8e2e1da5407a892b685 (patch)
treedbd2531045a875b951f4ca52434d066f2f952e1b /pom.xml
parent5cef6e590f9dabe83a83c0bde28f78edf8a76f78 (diff)
Update to build against gerrit master
Bumped version. Bumped used gerrit API version. Implemented required getReviewDbProvider for RequestContext. Injected required ChangeCache. Dropped no longer allowed git access path setting. Change-Id: I90ff9cb4a40466ab345f5729fdb034bebe81e3b8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 77afeb5..6c41dd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,11 +22,11 @@ limitations under the License.
<groupId>com.googlesource.gerrit.plugins.replication</groupId>
<artifactId>replication</artifactId>
<packaging>jar</packaging>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
<properties>
<Gerrit-ApiType>plugin</Gerrit-ApiType>
- <Gerrit-ApiVersion>2.5</Gerrit-ApiVersion>
+ <Gerrit-ApiVersion>2.6-SNAPSHOT</Gerrit-ApiVersion>
</properties>
<build>