[Jguiraffe-developers] SF.net SVN: jguiraffe:[198] trunk
Brought to you by:
oheger
|
From: <oh...@us...> - 2010-10-31 19:35:19
|
Revision: 198
http://jguiraffe.svn.sourceforge.net/jguiraffe/?rev=198&view=rev
Author: oheger
Date: 2010-10-31 19:35:13 +0000 (Sun, 31 Oct 2010)
Log Message:
-----------
Minor tweaks and preparations for next development iteration.
Modified Paths:
--------------
trunk/core/pom.xml
trunk/examples/pom.xml
trunk/pom.xml
trunk/src/site/xdoc/index.xml
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2010-09-03 17:30:15 UTC (rev 197)
+++ trunk/core/pom.xml 2010-10-31 19:35:13 UTC (rev 198)
@@ -24,7 +24,7 @@
<parent>
<groupId>net.sf.jguiraffe</groupId>
<artifactId>jguiraffe-parent</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<groupId>net.sf.jguiraffe</groupId>
Modified: trunk/examples/pom.xml
===================================================================
--- trunk/examples/pom.xml 2010-09-03 17:30:15 UTC (rev 197)
+++ trunk/examples/pom.xml 2010-10-31 19:35:13 UTC (rev 198)
@@ -24,7 +24,7 @@
<parent>
<groupId>net.sf.jguiraffe</groupId>
<artifactId>jguiraffe-parent</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<groupId>net.sf.jguiraffe</groupId>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-09-03 17:30:15 UTC (rev 197)
+++ trunk/pom.xml 2010-10-31 19:35:13 UTC (rev 198)
@@ -24,7 +24,7 @@
<groupId>net.sf.jguiraffe</groupId>
<artifactId>jguiraffe-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
<modules>
<module>core</module>
@@ -36,6 +36,9 @@
<organization>
<name>The JGUIraffe Team</name>
</organization>
+ <description>
+ The parent pom of the JGUIraffe project.
+ </description>
<issueManagement>
<url>https://sourceforge.net/tracker/?func=add&group_id=162864&atid=825469</url>
</issueManagement>
@@ -67,7 +70,7 @@
<licenses>
<license>
<name>Apache License, Version 2.0</name>
- <url>../LICENSE.txt</url>
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
Modified: trunk/src/site/xdoc/index.xml
===================================================================
--- trunk/src/site/xdoc/index.xml 2010-09-03 17:30:15 UTC (rev 197)
+++ trunk/src/site/xdoc/index.xml 2010-10-31 19:35:13 UTC (rev 198)
@@ -55,6 +55,24 @@
<p>
<table>
<tr>
+ <td>2010-10-31</td>
+ <td>
+ The <em>JGUIraffe</em> jar has been deployed to the
+ <a href="http://repo1.maven.org/maven2">Central Maven repository</a>.
+ Projects using <a href="http://maven.apache.org/">Maven</a> as their build
+ tool can now declare the <em>JGUIraffe</em> dependency as follows:
+ <pre>
+ <![CDATA[
+ <dependency>
+ <groupId>net.sf.jguiraffe</groupId>
+ <artifactId>jguiraffe</artifactId>
+ <version>1.0</version>
+ </dependency>
+ ]]>
+ </pre>
+ </td>
+ </tr>
+ <tr>
<td>2010-09-03</td>
<td>
Release 1.0 of <em>JGUIraffe</em>.
@@ -90,7 +108,7 @@
site.</a>. To ensure integrity the artifacts have been signed. Please make
sure that you verify the signature after downloading. A file with the keys
used for signing can be found
- <a href="https://jguiraffe.svn.sourceforge.net/svnroot/jguiraffe/conf/KEYS">
+ <a href="https://jguiraffe.svn.sourceforge.net/svnroot/jguiraffe/trunk/conf/KEYS">
here</a>.
</p>
</subsection>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|