Modified:
/trunk/twin/json/pom.xml
/trunk/twin/maven-templates/java-project/pom.xml
/trunk/twin/packages/client/java/pom.xml
/trunk/twin/pom.xml
/trunk/twin/twin/client/java/pom.xml
/trunk/twin/twin/ide/pom.xml
=======================================
--- /trunk/twin/json/pom.xml Tue Apr 19 02:37:11 2011
+++ /trunk/twin/json/pom.xml Tue Apr 19 03:40:53 2011
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ebayopensource.twin</groupId>
<artifactId>json</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>json</name>
<description>JSON library with an API that doesn't suck as
much</description>
<parent>
- <groupId>org.ebayopensource.twin</groupId>
+ <groupId>org.ebayopensource.twin</groupId>
<artifactId>java-project</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
</project>
=======================================
--- /trunk/twin/maven-templates/java-project/pom.xml Tue Apr 19 02:37:11
2011
+++ /trunk/twin/maven-templates/java-project/pom.xml Tue Apr 19 03:40:53
2011
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ebayopensource.twin</groupId>
<artifactId>java-project</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>java-project</name>
<description>Parent for java projects</description>
<packaging>pom</packaging>
=======================================
--- /trunk/twin/packages/client/java/pom.xml Tue Apr 19 02:37:11 2011
+++ /trunk/twin/packages/client/java/pom.xml Tue Apr 19 03:40:53 2011
@@ -1,19 +1,17 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.ebayopensource.twin</groupId>
+ <groupId>org.ebayopensource.twin</groupId>
<artifactId>twin-client-standalone</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>twin-client-standalone</name>
<description>Assembly of twin client and dependencies into a 'super
JAR'</description>
<packaging>pom</packaging>
<parent>
- <groupId>org.ebayopensource.twin</groupId>
+ <groupId>org.ebayopensource.twin</groupId>
<artifactId>java-project</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<build>
@@ -23,13 +21,17 @@
<version>2.2-beta-5</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
-
<descriptorRefs><descriptorRef>jar-with-dependencies</descriptorRef></descriptorRefs>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
- <goals><goal>single</goal></goals>
+ <goals>
+ <goal>single</goal>
+ </goals>
</execution>
</executions>
</plugin>
@@ -38,9 +40,9 @@
<dependencies>
<dependency>
- <groupId>org.ebayopensource.twin</groupId>
+ <groupId>org.ebayopensource.twin</groupId>
<artifactId>twin-java-client</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
- </dependencies>
+ </dependencies>
</project>
=======================================
--- /trunk/twin/pom.xml Tue Apr 19 02:37:11 2011
+++ /trunk/twin/pom.xml Tue Apr 19 03:40:53 2011
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ebayopensource.twin</groupId>
<artifactId>twin-project-aggregator</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>twin-container</name>
<description>Twin and all subprojects</description>
<packaging>pom</packaging>
=======================================
--- /trunk/twin/twin/client/java/pom.xml Tue Apr 19 02:37:11 2011
+++ /trunk/twin/twin/client/java/pom.xml Tue Apr 19 03:40:53 2011
@@ -3,22 +3,22 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.ebayopensource.twin</groupId>
+ <groupId>org.ebayopensource.twin</groupId>
<artifactId>java-project</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
- <groupId>org.ebayopensource.twin</groupId>
+ <groupId>org.ebayopensource.twin</groupId>
<artifactId>twin-java-client</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>twin-java-client</name>
<description>Java client for Twin.</description>
-
+
<dependencies>
<dependency>
- <groupId>org.ebayopensource.twin</groupId>
+ <groupId>org.ebayopensource.twin</groupId>
<artifactId>json</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
=======================================
--- /trunk/twin/twin/ide/pom.xml Tue Apr 19 02:37:11 2011
+++ /trunk/twin/twin/ide/pom.xml Tue Apr 19 03:40:53 2011
@@ -3,17 +3,17 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.ebayopensource.twin</groupId>
+ <groupId>org.ebayopensource.twin</groupId>
<artifactId>java-project</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</parent>
<groupId>org.ebayopensource.twin</groupId>
<artifactId>twin-ide</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>twin-ide</name>
<description>IDE for Twin.</description>
-
+
<build>
<plugins>
<plugin>
@@ -21,11 +21,9 @@
<version>2.3.1</version>
<executions>
<execution>
- <!--
- This doesn't work. but it should! At least according to the docs...
- In fact, jar:jar:default-jar runs, and then assembly:single
overwrites it.
- Apparently the custom attached goal is guaranteed to run after, so
this works.
- -->
+ <!-- This doesn't work. but it should! At least according to the
docs...
+ In fact, jar:jar:default-jar runs, and then assembly:single
overwrites it.
+ Apparently the custom attached goal is guaranteed to run after, so
this works. -->
<id>default-jar</id>
<phase>none</phase>
</execution>
@@ -36,30 +34,38 @@
<version>2.2-beta-5</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
-
<descriptorRefs><descriptorRef>jar-with-dependencies</descriptorRef></descriptorRefs>
-
<archive><manifest><mainClass>org.ebayopensource.twin.ide.RCBrowser</mainClass></manifest></archive>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ <archive>
+ <manifest>
+ <mainClass>org.ebayopensource.twin.ide.RCBrowser</mainClass>
+ </manifest>
+ </archive>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
- <goals><goal>single</goal></goals>
+ <goals>
+ <goal>single</goal>
+ </goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
-
+
<dependencies>
<dependency>
<groupId>org.ebayopensource.twin</groupId>
<artifactId>twin-java-client</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
<dependency>
- <groupId>org.ebayopensource.twin</groupId>
+ <groupId>org.ebayopensource.twin</groupId>
<artifactId>json</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
</dependency>
</dependencies>
</project>