We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e0883 commit 4592458Copy full SHA for 4592458
build.xml
@@ -76,10 +76,10 @@
76
<manifest>
77
<attribute name="plugin-id" value ="${project.artifactId}" />
78
<attribute name="plugin-version" value="${project.version}" />
79
+ <attribute name="plugin-requires" value="${gitblit.version}" />
80
<attribute name="plugin-description" value ="${project.description}" />
81
<attribute name="plugin-provider" value="${project.organization}" />
82
<attribute name="plugin-class" value="${project.mainclass}" />
- <attribute name="plugin-requires" value="${gitblit.version}" />
83
<attribute name="plugin-dependencies" value="" />
84
</manifest>
85
</mx:jar>
0 commit comments