Skip to content

Commit

Permalink
Prepares archetype and docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalaman committed Jun 30, 2012
1 parent c115a8e commit 55bec3f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
6 changes: 5 additions & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<version>1.0</version>
<packaging>maven-archetype</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
<extensions>
<extension>
Expand All @@ -47,4 +51,4 @@
</pluginManagement>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions doc/en/src/asciidoc/book.asc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ jPOS Extended Edition
=====================
:author: Alejandro Revilla
:email: [email protected]
:revnumber: 2.0.0-DRAFT
:jposee_version: 2.0.0-SNAPSHOT
:revnumber: 2.0.0
:jposee_version: 2.0.0

Introduction
============
Expand Down
2 changes: 1 addition & 1 deletion doc/en/src/asciidoc/module_database_support.asc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ NOTE: You want to change those defaults.
[frame="none",cols="20%,80%"]
|=================================================================
|*What:*| This module configures Hibernate to use H2 as its back end.
|*When:*| Available starting in jPOS-EE 2.0.0-SNAPSHOT.
|*When:*| Available in all versions of jPOS-EE since v2.0.0.
|*Who:* | The jPOS.org team.
|*How:* |Posted by the jPOS-EE team.
|*Where:* | Directory modules/db-h2 available in the jPOS-EE GitHib repository.
Expand Down
2 changes: 1 addition & 1 deletion doc/en/src/asciidoc/module_freemarker_decorator.asc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[frame="none",cols="20%,80%"]
|=================================================================
| *What* | This module contains a text processor which decorates deployable descriptors for Q2.
| *When* | Available in all versions of jPOS-EE after 2.0.0-SNAPSHOT.
| *When* | Available in all versions of jPOS-EE since v2.0.0.
| *Who* | The jPOS.org team.
| *Where* | Directory modules/freemarker-decorator available in git repository at github.
| *Why* | Install this module to better parameterize your applications.
Expand Down
4 changes: 2 additions & 2 deletions doc/en/src/asciidoc/tutorial.asc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runtime
| |____00_logger.xml
| |____99_sysmon.xml
|____lib <3>
| |____jposee-txn-2.0.0-SNAPSHOT.jar
| |____jposee-txn-2.0.0.jar
-+-+-+-+-+ LINES OMMITTED +-+-+-+-+-
| |____jta-1.1.jar
| |____slf4j-log4j12-1.6.1.jar
Expand Down Expand Up @@ -147,7 +147,7 @@ Next, we'll see some important properties:
----
<properties>
<runtime.dir>${project.basedir}/runtime</runtime.dir> <1>
<jposee.version>2.0.0-SNAPSHOT</jposee.version> <2>
<jposee.version>2.0.0</jposee.version> <2>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
----
Expand Down
4 changes: 4 additions & 0 deletions doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<artifactId>doc-base</artifactId>
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<pluginRepositories>
<pluginRepository>
<id>sonatype-public</id>
Expand Down

0 comments on commit 55bec3f

Please sign in to comment.