Skip to content

Commit

Permalink
Prepare Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 19, 2015
1 parent bbdb7a5 commit 7279bde
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 18 deletions.
4 changes: 2 additions & 2 deletions org.abego.treelayout.demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.demo</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>abego TreeLayout Core Demo</name>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
</dependencies>
</project>
26 changes: 13 additions & 13 deletions org.abego.treelayout.netbeans.demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.netbeans.demo</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>Demo for abego TreeLayout NetBeans Integration</name>
Expand Down Expand Up @@ -81,18 +81,18 @@
</build>

<dependencies>
<dependency>
<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.core</artifactId>
<version>1.0.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.netbeans</artifactId>
<version>1.0.2-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.core</artifactId>
<version>1.0.2</version>
</dependency>

<dependency>
<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.netbeans</artifactId>
<version>1.0.2</version>
</dependency>

<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-visual</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions org.abego.treelayout.netbeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.netbeans</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>abego TreeLayout NetBeans Integration</name>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>

<dependency>
Expand Down
26 changes: 26 additions & 0 deletions org.abego.treelayout/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,32 @@ abego Software GmbH, Germany
CHANGES
=============================================================================

-----------------------------------------------------------------------------
Release 1.0.2 (2015-01-19)

New

* make TreeLayout OSGi ready (thanks to Declan Cox for reporting/supporting)
* add scripts for creating a release


Documentation

* add 'ADTool' and Thomas Kramer's article as 'Known Usages'
* add 'Actuate' as a 'Known Usage'
* enhance documentation

CodeQuality

* remove unused import
* fix typo

Other

* update project description
* ignore private files


-----------------------------------------------------------------------------
Release 1.0.1 (2011-11-16)

Expand Down
2 changes: 1 addition & 1 deletion org.abego.treelayout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>bundle</packaging>

<name>abego TreeLayout Core</name>
Expand Down

0 comments on commit 7279bde

Please sign in to comment.