Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 6c7559b

Browse files
committed
chore: version 1.0.1
1 parent f9eb9a6 commit 6c7559b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>de.adito.aditoweb.nbm</groupId>
1212
<artifactId>aliasdiff</artifactId>
13-
<version>1.0.0</version>
13+
<version>1.0.1</version>
1414
<packaging>nbm</packaging>
1515

1616
<properties>

src/main/nbm/manifest.mf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ OpenIDE-Module-Display-Category: ADITO / Database
55
OpenIDE-Module-Short-Description: This plugin provides experimental features to
66
improve the comparing workflow of AliasDefinitions inside ADITO projects
77
OpenIDE-Module-Install: de/adito/aditoweb/nbm/aliasdiff/AliasDiffModuleInstall.class
8+
OpenIDE-Module-Long-Description: This plugin provides experimental features to improve the comparing workflow of AliasDefinitions inside ADITO projects
9+
<p style="font-weight: bold;">Changelog</p>
10+
<p style="font-weight: bold;">v1.0.1</p>
11+
<p style="margin-left: 10px; font-weight: bold;">MINOR</p>
12+
<ul>
13+
<li>Tables and columns inside diff dialog should be sorted alphabetically</li>
14+
</ul>

0 commit comments

Comments
 (0)