[Jguiraffe-developers] SF.net SVN: jguiraffe:[210] trunk
Brought to you by:
oheger
|
From: <oh...@us...> - 2012-02-12 18:16:10
|
Revision: 210
http://jguiraffe.svn.sourceforge.net/jguiraffe/?rev=210&view=rev
Author: oheger
Date: 2012-02-12 18:16:04 +0000 (Sun, 12 Feb 2012)
Log Message:
-----------
Updates after 1.1 release: Switched to next development version, added a news entry.
Modified Paths:
--------------
trunk/core/pom.xml
trunk/examples/pom.xml
trunk/pom.xml
trunk/src/assembly/bin.xml
trunk/src/assembly/src.xml
trunk/src/site/xdoc/building.xml
trunk/src/site/xdoc/index.xml
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2012-02-11 21:01:08 UTC (rev 209)
+++ trunk/core/pom.xml 2012-02-12 18:16:04 UTC (rev 210)
@@ -24,7 +24,7 @@
<parent>
<groupId>net.sf.jguiraffe</groupId>
<artifactId>jguiraffe-parent</artifactId>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
</parent>
<groupId>net.sf.jguiraffe</groupId>
Modified: trunk/examples/pom.xml
===================================================================
--- trunk/examples/pom.xml 2012-02-11 21:01:08 UTC (rev 209)
+++ trunk/examples/pom.xml 2012-02-12 18:16:04 UTC (rev 210)
@@ -24,7 +24,7 @@
<parent>
<groupId>net.sf.jguiraffe</groupId>
<artifactId>jguiraffe-parent</artifactId>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
</parent>
<groupId>net.sf.jguiraffe</groupId>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-02-11 21:01:08 UTC (rev 209)
+++ trunk/pom.xml 2012-02-12 18:16:04 UTC (rev 210)
@@ -24,7 +24,7 @@
<groupId>net.sf.jguiraffe</groupId>
<artifactId>jguiraffe-parent</artifactId>
<packaging>pom</packaging>
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
<modules>
<module>core</module>
Modified: trunk/src/assembly/bin.xml
===================================================================
--- trunk/src/assembly/bin.xml 2012-02-11 21:01:08 UTC (rev 209)
+++ trunk/src/assembly/bin.xml 2012-02-12 18:16:04 UTC (rev 210)
@@ -1,5 +1,5 @@
<!--
- Copyright 2006-2010 The GUIraffe Team.
+ Copyright 2006-2012 The GUIraffe Team.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Modified: trunk/src/assembly/src.xml
===================================================================
--- trunk/src/assembly/src.xml 2012-02-11 21:01:08 UTC (rev 209)
+++ trunk/src/assembly/src.xml 2012-02-12 18:16:04 UTC (rev 210)
@@ -1,5 +1,5 @@
<!--
- Copyright 2006-2010 The GUIraffe Team.
+ Copyright 2006-2012 The GUIraffe Team.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Modified: trunk/src/site/xdoc/building.xml
===================================================================
--- trunk/src/site/xdoc/building.xml 2012-02-11 21:01:08 UTC (rev 209)
+++ trunk/src/site/xdoc/building.xml 2012-02-12 18:16:04 UTC (rev 210)
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2006-2010 The JGUIraffe Team.
+ Copyright 2006-2012 The JGUIraffe Team.
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
Modified: trunk/src/site/xdoc/index.xml
===================================================================
--- trunk/src/site/xdoc/index.xml 2012-02-11 21:01:08 UTC (rev 209)
+++ trunk/src/site/xdoc/index.xml 2012-02-12 18:16:04 UTC (rev 210)
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
- Copyright 2006-2010 The JGUIraffe Team.
+ Copyright 2006-2012 The JGUIraffe Team.
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
@@ -55,6 +55,14 @@
<p>
<table>
<tr>
+ <td>2012-02-12</td>
+ <td>
+ Release 1.1 of <em>JGUIraffe</em>. This is a maintenance release which
+ contains some bug fixes and adds a couple of new features. Maven artifacts
+ have been deployed to the Central Maven repository.
+ </td>
+ </tr>
+ <tr>
<td>2010-10-31</td>
<td>
The <em>JGUIraffe</em> jar has been deployed to the
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|