Skip to content

Commit 7a0a210

Browse files
committed
Fixed the syntax of the revisions in the doap file
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@779142 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5bdcb9f commit 7a0a210

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

doap_cli.rdf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@ limitations under the License.
3737
</SVNRepository>
3838
</repository>
3939
<release>
40-
<revision>
40+
<Version>
4141
<name>commons-cli</name>
4242
<created>2009-03-19</created>
43-
<version>1.2</version>
44-
</revision>
45-
<revision>
43+
<revision>1.2</revision>
44+
</Version>
45+
<Version>
4646
<name>commons-cli</name>
4747
<created>2007-07-08</created>
48-
<version>1.1</version>
49-
</revision>
50-
<revision>
48+
<revision>1.1</revision>
49+
</Version>
50+
<Version>
5151
<name>commons-cli</name>
5252
<created>2002-11-06</created>
53-
<version>1.0</version>
54-
</revision>
53+
<revision>1.0</revision>
54+
</Version>
5555
</release>
5656
<mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
5757
</Project>

0 commit comments

Comments
 (0)