Skip to content

Commit

Permalink
Finalized release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed Nov 5, 2014
1 parent bfcf534 commit 32eb5b2
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fourthline.lemma</groupId>
<artifactId>parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<name>Lemma Core</name>
Expand Down
8 changes: 4 additions & 4 deletions dist-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
And this is just a reminder for me, you can ignore it:
mvn -f dist-pom.xml clean post-site; rm -r ~/software/pheon/webroot/4thline.org/projects/lemma/*; cp -R target/site/* ~/software/pheon/webroot/4thline.org/projects/lemma/
mvn -f dist-pom.xml clean post-site; rm -r ~/work/webroot/vhosts/8080/4thline.org/projects/lemma/*; cp -R target/site/* ~/work/webroot/vhosts/8080/4thline.org/projects/lemma/
-->

<!-- ##################################################################################################### -->

<groupId>org.fourthline.lemma</groupId>
<artifactId>lemma</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<!-- ##################################################################################################### -->
Expand Down Expand Up @@ -78,7 +78,7 @@
<id>4thline-repo</id>
<url>http://4thline.org/m2</url>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down Expand Up @@ -126,7 +126,7 @@
<!-- Website lifecycle -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.0-beta-3</version>
<version>3.3</version>
<dependencies>
<!-- We have raw XHTML files -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fourthline.lemma</groupId>
<artifactId>parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<name>Lemma Maven Plugin</name>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.fourthline.lemma</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>

<modules>
<module>core</module>
Expand Down Expand Up @@ -63,7 +63,7 @@
<maven.compiler.source>5</maven.compiler.source>
<maven.compiler.target>5</maven.compiler.target>

<seamless.version>1.0-SNAPSHOT</seamless.version>
<seamless.version>1.0.0</seamless.version>
<testng.version>6.2</testng.version>
<args4j.version>2.0.12</args4j.version>

Expand All @@ -76,7 +76,7 @@
<id>4thline-repo</id>
<url>http://4thline.org/m2</url>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
Expand Down Expand Up @@ -148,7 +148,7 @@
<!-- Website lifecycle -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.0-beta-3</version>
<version>3.3</version>
<dependencies>
<!-- We have raw XHTML files -->
<dependency>
Expand Down
15 changes: 15 additions & 0 deletions src/manual/lemma-manual.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@

<xi:include href="advanced/index.xhtml" xml:base="src/manual/"/>

<p class="todo">
<!-- TODO -->
TODO: Document https://github.com/4thline/lemma/commit/dac7f88c00cbb6e97a9d0748cb1dffae946afb4b
</p>

<p class="todo">
<!-- TODO -->
TODO: Document https://github.com/4thline/lemma/commit/c622666d60e379db541854b6efe646fb0380592d
</p>

<p class="todo">
<!-- TODO -->
TODO: Document https://github.com/4thline/lemma/commit/bfcf53448e7341bad78794650b7dd4fde5c4e2b3
</p>

</div>

</body>
Expand Down

0 comments on commit 32eb5b2

Please sign in to comment.