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 89a19df commit 24e0883Copy full SHA for 24e0883
build.xml
@@ -76,11 +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}" />
83
+ <attribute name="plugin-requires" value="${gitblit.version}" />
84
<attribute name="plugin-dependencies" value="" />
85
</manifest>
86
</mx:jar>
0 commit comments