Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed May 11, 2009
1 parent a1b59cc commit 8f9d870
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 28 deletions.
7 changes: 3 additions & 4 deletions gchisto/pom.xml
@@ -1,15 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>gchisto</artifactId> <artifactId>gchisto</artifactId>
<name>GChisto</name> <name>GChisto</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
<parent> <parent>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug</artifactId> <artifactId>glug</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</parent> </parent>




Expand Down
9 changes: 4 additions & 5 deletions glug-executable/pom.xml
@@ -1,15 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug-executable</artifactId> <artifactId>glug-executable</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
<name>Glug Executable Jar</name> <name>Glug Executable Jar</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug</artifactId> <artifactId>glug</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</parent> </parent>
<url>http://glug.googlecode.com/</url> <url>http://glug.googlecode.com/</url>
<description>A log visualizer for multi-threaded systems</description> <description>A log visualizer for multi-threaded systems</description>
Expand Down Expand Up @@ -67,7 +66,7 @@
<dependency> <dependency>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug-gui</artifactId> <artifactId>glug-gui</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
11 changes: 5 additions & 6 deletions glug-gui-components/pom.xml
@@ -1,27 +1,26 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug-gui-components</artifactId> <artifactId>glug-gui-components</artifactId>
<name>Glug GUI Components</name> <name>Glug GUI Components</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
<parent> <parent>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug</artifactId> <artifactId>glug</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</parent> </parent>


<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug-model</artifactId> <artifactId>glug-model</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>gchisto</artifactId> <artifactId>gchisto</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-lang</groupId> <groupId>commons-lang</groupId>
Expand Down
11 changes: 5 additions & 6 deletions glug-gui/pom.xml
@@ -1,27 +1,26 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug-gui</artifactId> <artifactId>glug-gui</artifactId>
<name>Glug GUI</name> <name>Glug GUI</name>
<description>A log visualizer for multi-threaded systems</description> <description>A log visualizer for multi-threaded systems</description>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
<parent> <parent>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug</artifactId> <artifactId>glug</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</parent> </parent>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>gchisto</artifactId> <artifactId>gchisto</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug-gui-components</artifactId> <artifactId>glug-gui-components</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
7 changes: 3 additions & 4 deletions glug-model/pom.xml
@@ -1,15 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug-model</artifactId> <artifactId>glug-model</artifactId>
<name>Glug Model</name> <name>Glug Model</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
<parent> <parent>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<artifactId>glug</artifactId> <artifactId>glug</artifactId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
</parent> </parent>


<dependencies> <dependencies>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.gu</groupId> <groupId>com.gu</groupId>
<version>1.2-SNAPSHOT</version> <version>1.2.2</version>
<artifactId>glug</artifactId> <artifactId>glug</artifactId>
<name>Glug Parent Project</name> <name>Glug Parent Project</name>
<packaging>pom</packaging> <packaging>pom</packaging>
Expand Down

0 comments on commit 8f9d870

Please sign in to comment.