Skip to content

Commit

Permalink
MGR-133
Browse files Browse the repository at this point in the history
  • Loading branch information
madness-inc committed Jan 14, 2022
1 parent 4277597 commit e5ced03
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -51,7 +51,7 @@
</field>
</meta-data>
</config>
<condition expression="${form_action eq 'update'}" />
<condition expression="${form_action eq 'update' and not empty repositoryid}" />
<messages>
<message ref="update" class="OK">Repository has been updated.</message>
</messages>
Expand Down Expand Up @@ -80,10 +80,10 @@
<value>local repo</value>
</field>
<field name="version" type="date">
<value>2019-07-30 15:14:44</value>
<value>2022-01-14 12:14:44</value>
</field>
<field name="uri" type="text">
<value>file:///home/mm/workspace/appng/appng-manager/target/</value>
<value>file:///home/mm/workspace/appng/appng-manager-1.17.x/target/</value>
</field>
<field name="repositoryMode" type="list:select">
<value>ALL</value>
Expand Down

0 comments on commit e5ced03

Please sign in to comment.