Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Prepare the project for the new release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoghuman committed Aug 13, 2017
1 parent f1c2175 commit 3711c28
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Lib-Tile-Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-tile</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<artifactId>lib-tile-core</artifactId>

Expand Down
6 changes: 3 additions & 3 deletions Lib-Tile-Customized-Examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-tile</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>lib-tile-customized-examples</artifactId>
Expand Down Expand Up @@ -44,12 +44,12 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lib-tile-core</artifactId>
<version>${project.version}</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lib-tile-transparenttextures</artifactId>
<version>${project.version}</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions Lib-Tile-TransparentTextures-Images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-tile</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>lib-tile-transparenttextures-images</artifactId>
Expand Down Expand Up @@ -46,7 +46,7 @@ The images can be accessed over the enum `TransparentTexturesTile` from the libr
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lib-tile-core</artifactId>
<version>${project.version}</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions Lib-Tile-TransparentTextures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-tile</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>lib-tile-transparenttextures</artifactId>
Expand Down Expand Up @@ -46,7 +46,7 @@ The tile images from this tileset are outsourced in a own library Lib-Tile-Trans
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>lib-tile-core</artifactId>
<version>${project.version}</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ application.
A [Tile] is per definition a little transparent [Image] which overlay a
background-color or -image with the help of repetitions from the image in a layer.

The current `version` is `0.1.0` from 08.14.2016 (MM.dd.yyyy).
The current `version` is `0.2.0` from 08.13.2017 (MM.dd.yyyy).

_Image:_ Crimson Night &#040;Dark / Landscape&#041; with different tile images
![different-tile-images_v0.3.0.png][different-tile-images_v0.3.0]
Expand Down Expand Up @@ -249,22 +249,26 @@ For more informations and examples plz see the [ReadMe from Lib-Tile-Customized-
Download<a name="Download" />
---

Current `version` is `0.2.0`. Main points in this release are:
* This is a mayor update.
* Rework the `api` from the library.
* Add new `TileValidator`.
* Add new sub-library `Lib-Tile-Customized-Examples`.
* Update the documentation and JavaDoc to reflect the changes.

There are different `zip` files as download available. Plz choose the right one
in dependency from your necessities:
* Download Lib-Tile-Core-0.1.0.zip
* Contains only the library lib-tile-core-0.1.0.jar.
* Download Lib-Tile-Core-0.2.0.zip
* Contains only the library lib-tile-core-0.2.0.jar.
* You need to define your own [TileLoader] and your own [Tile]s images in
your application.
* Download Lib-Tile-Core-And-TransparentTextures-0.1.0.zip
* Contains the libraries lib-tile-core-0.1.0.jar, lib-tile-transparenttextures-0.1.0.jar,
lib-tile-transparenttextures-images-0.1.0.jar.
* Download Lib-Tile-Core-And-TransparentTextures-0.2.0.zip
* Contains the libraries lib-tile-core-0.2.0.jar, lib-tile-transparenttextures-0.2.0.jar,
lib-tile-transparenttextures-images-0.2.0.jar.
* You can use the predefined tileset `Transparent Textures` in your application.
* Download Lib-Tile-Demo-0.1.0-SNAPSHOT.zip
* Contains the library lib-tile-demo-0.1.0-SNAPSHOT.jar as an executable jar
with included libraries lib-tile-core-0.1.0.jar, lib-tile-transparenttextures-0.1.0.jar,
lib-tile-transparenttextures-images-0.1.0.jar.
* Use the demo application as a preview how the chosen [Tile]s will be looks
over your chosen background image/-color.
* Download Lib-Tile-All-0.2.0.zip
* Contains the libraries lib-tile-core-0.2.0.jar, lib-tile-transparenttextures-0.2.0.jar,
lib-tile-transparenttextures-images-0.2.0.jar and lib-tile-customized-examples-0.2.0.jar.

Access to the downloads are here: [Download Lib-Tile]

Expand All @@ -288,12 +292,8 @@ include the jar file&#040;s&#041; into your project. That was it :smile: .
Documentation<a name="Documentation" />
---

In general `Lib-Tile` and `Lib-Tile-Demo` haven't an official documentation. But
you can
* read the `README.md` from every project and
* read the [JavaDoc] in the project and sub-libraries.

where `examples` and the `api` are shown and explained.
The projects `Lib-Tile` and `Lib-Tile-Demo` contains in form from the `README.md`
and the [JavaDoc] the documentation.



Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.naoghuman</groupId>
<artifactId>lib-tile</artifactId>
<version>0.2.0-SNAPSHOT</version> <!-- -SNAPSHOT -->
<version>0.2.0</version> <!-- -SNAPSHOT -->

<packaging>pom</packaging>
<name>Lib-Tile</name>
Expand Down Expand Up @@ -71,7 +71,7 @@ A `Tile` is per definition a little transparent [Image] which overlay a backgrou
<nonFilteredFileExtension>png</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
<!-- for RELEASE
<!-- for RELEASE -->
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -80,7 +80,7 @@ A `Tile` is per definition a little transparent [Image] which overlay a backgrou
</goals>
</execution>
</executions>
-->
<!-- -->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -89,7 +89,7 @@ A `Tile` is per definition a little transparent [Image] which overlay a backgrou
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<!-- for RELEASE
<!-- for RELEASE -->
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -98,13 +98,13 @@ A `Tile` is per definition a little transparent [Image] which overlay a backgrou
</goals>
</execution>
</executions>
-->
<!-- -->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<!-- for RELEASE
<!-- for RELEASE -->
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -114,7 +114,7 @@ A `Tile` is per definition a little transparent [Image] which overlay a backgrou
</goals>
</execution>
</executions>
-->
<!-- -->
</plugin>
</plugins>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ layer.


#### Summary
* ...
* This is a mayor update.
* Rework the `api` from the library.
* Add new `TileValidator`.
* Add new sub-library `Lib-Tile-Customized-Examples`.
* Update the documentation and JavaDoc to reflect the changes.



Expand Down

0 comments on commit 3711c28

Please sign in to comment.