Adapt pom files to use release.
Add changelog

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@770555 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/junit4osgi/felix-command/doc/changelog.txt b/ipojo/junit4osgi/felix-command/doc/changelog.txt
new file mode 100644
index 0000000..524e88b
--- /dev/null
+++ b/ipojo/junit4osgi/felix-command/doc/changelog.txt
@@ -0,0 +1,3 @@
+Version 1.0.0
+-------------
+    * Initial release 
\ No newline at end of file
diff --git a/ipojo/junit4osgi/felix-command/pom.xml b/ipojo/junit4osgi/felix-command/pom.xml
index bdce36c..4c1199d 100644
--- a/ipojo/junit4osgi/felix-command/pom.xml
+++ b/ipojo/junit4osgi/felix-command/pom.xml
@@ -33,7 +33,7 @@
 		<dependency>

 			<groupId>${pom.groupId}</groupId>

 			<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>

-			<version>1.1.0-SNAPSHOT</version>

+			<version>1.0.0</version>

 		</dependency>

 		<dependency>

 			<groupId>org.apache.felix</groupId>

@@ -76,7 +76,7 @@
 			<plugin>

 				<groupId>org.apache.felix</groupId>

 				<artifactId>maven-ipojo-plugin</artifactId>

-				<version>1.3.0-SNAPSHOT</version>

+				<version>1.2.0</version>

 				<executions>

 					<execution>

 						<goals>

diff --git a/ipojo/junit4osgi/maven-junit4osgi-plugin/doc/changelog.txt b/ipojo/junit4osgi/maven-junit4osgi-plugin/doc/changelog.txt
new file mode 100644
index 0000000..524e88b
--- /dev/null
+++ b/ipojo/junit4osgi/maven-junit4osgi-plugin/doc/changelog.txt
@@ -0,0 +1,3 @@
+Version 1.0.0
+-------------
+    * Initial release 
\ No newline at end of file
diff --git a/ipojo/junit4osgi/maven-junit4osgi-plugin/pom.xml b/ipojo/junit4osgi/maven-junit4osgi-plugin/pom.xml
index ce4ea30..58c5c44 100644
--- a/ipojo/junit4osgi/maven-junit4osgi-plugin/pom.xml
+++ b/ipojo/junit4osgi/maven-junit4osgi-plugin/pom.xml
@@ -28,7 +28,6 @@
 	<packaging>maven-plugin</packaging>
 	<version>1.1.0-SNAPSHOT</version>
 	<name>Junit4OSGi Maven Plugin</name>
-	<url>http://maven.apache.org</url>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.maven</groupId>
@@ -43,7 +42,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.framework</artifactId>
-			<version>1.6.0</version>
+			<version>1.6.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.maven</groupId>
@@ -68,18 +67,18 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.ipojo</artifactId>
-			<version>1.3.0-SNAPSHOT</version>
+			<version>1.2.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.ipojo.handler.extender</artifactId>
-			<version>1.3.0-SNAPSHOT</version>
+			<version>1.2.0</version>
 			<scope>runtime</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
-			<version>1.1.0-SNAPSHOT</version>
+			<version>1.0.0</version>
 		</dependency>
 	    <dependency>
       		<groupId>net.sourceforge.cobertura</groupId>
diff --git a/ipojo/junit4osgi/swing-runner/doc/changelog.txt b/ipojo/junit4osgi/swing-runner/doc/changelog.txt
new file mode 100644
index 0000000..524e88b
--- /dev/null
+++ b/ipojo/junit4osgi/swing-runner/doc/changelog.txt
@@ -0,0 +1,3 @@
+Version 1.0.0
+-------------
+    * Initial release 
\ No newline at end of file
diff --git a/ipojo/junit4osgi/swing-runner/pom.xml b/ipojo/junit4osgi/swing-runner/pom.xml
index 7e83ee6..409fd71 100644
--- a/ipojo/junit4osgi/swing-runner/pom.xml
+++ b/ipojo/junit4osgi/swing-runner/pom.xml
@@ -31,7 +31,7 @@
 		<dependency>

 			<groupId>${pom.groupId}</groupId>

 			<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>

-			<version>1.1.0-SNAPSHOT</version>

+			<version>1.0.0</version>

 		</dependency>

 		<dependency>

 			<groupId>junit</groupId>

@@ -68,7 +68,7 @@
 		<plugin>

 			<groupId>org.apache.felix</groupId>

 			<artifactId>maven-ipojo-plugin</artifactId>

-			<version>1.3.0-SNAPSHOT</version>

+			<version>1.2.0</version>

 			<executions>

 				<execution>

 					<goals>