@@ -20,7 +20,7 @@ limitations under the License.
2020 <artifactId >gitblit-plugin</artifactId >
2121 <description >GitBlit for Gerrit integrated as a plugin</description >
2222 <name >Gerrit - GitBlit Plugin</name >
23- <version >2.16 .171.2 -SNAPSHOT</version ><!-- Gerrit API version followed by collapsed GitBlit version, followed by plugin version -->
23+ <version >3.0 .171.0 -SNAPSHOT</version ><!-- Gerrit API version followed by collapsed GitBlit version, followed by plugin version -->
2424 <licenses >
2525 <license >
2626 <name >Apache License 2.0</name >
@@ -29,7 +29,8 @@ limitations under the License.
2929 </licenses >
3030 <properties >
3131 <Gerrit-ApiType >plugin</Gerrit-ApiType >
32- <Gerrit-ApiVersion >2.16.7</Gerrit-ApiVersion >
32+ <Gerrit-ApiVersion >3.0.2</Gerrit-ApiVersion >
33+ <JGit-Version >5.3.5.201909031855-r</JGit-Version >
3334 <GitBlit-Version >1.7.1</GitBlit-Version >
3435 <Wicket-Version >1.4.22</Wicket-Version >
3536 <Lucene-Version >6.6.5</Lucene-Version >
@@ -93,7 +94,7 @@ limitations under the License.
9394 <dependency >
9495 <groupId >org.eclipse.jgit</groupId >
9596 <artifactId >org.eclipse.jgit</artifactId >
96- <version >5.1.6.201903130242-r </version >
97+ <version >${JGit-Version} </version >
9798 </dependency >
9899 <dependency >
99100 <groupId >com.google.gerrit</groupId >
@@ -187,7 +188,7 @@ limitations under the License.
187188 <plugin >
188189 <groupId >org.apache.maven.plugins</groupId >
189190 <artifactId >maven-shade-plugin</artifactId >
190- <version >2.3</version >
191+ <version >2.4. 3</version >
191192 <configuration >
192193 <promoteTransitiveDependencies >true</promoteTransitiveDependencies >
193194 <artifactSet >
0 commit comments