Skip to content

Commit 4592458

Browse files
committed
Remove duplicate requires attribute
1 parent 24e0883 commit 4592458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
<manifest>
7777
<attribute name="plugin-id" value ="${project.artifactId}" />
7878
<attribute name="plugin-version" value="${project.version}" />
79+
<attribute name="plugin-requires" value="${gitblit.version}" />
7980
<attribute name="plugin-description" value ="${project.description}" />
8081
<attribute name="plugin-provider" value="${project.organization}" />
8182
<attribute name="plugin-class" value="${project.mainclass}" />
82-
<attribute name="plugin-requires" value="${gitblit.version}" />
8383
<attribute name="plugin-dependencies" value="" />
8484
</manifest>
8585
</mx:jar>

0 commit comments

Comments
 (0)