From ca166020ac32307caa1cb4ae3b351e146d938b8f Mon Sep 17 00:00:00 2001 From: Lofar test build account <klijn@astron.nl> Date: Mon, 22 Oct 2012 12:23:10 +0000 Subject: [PATCH] Task #3740 [maven-release-plugin]:prepare release Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0 --- JAVA/GUI/Plotter/pom.xml | 95 +++++++++++++++--------------- JAVA/LofarUtils/pom.xml | 105 +++++++++++++++++---------------- JAVA/pom.xml | 123 +++++++++++++++++++-------------------- 3 files changed, 160 insertions(+), 163 deletions(-) diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml index e17a08bf20c..9f63b0f60d6 100644 --- a/JAVA/GUI/Plotter/pom.xml +++ b/JAVA/GUI/Plotter/pom.xml @@ -1,48 +1,47 @@ -<?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" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <name>Lofar Utilities :: Plotter GUI</name> - - <parent> - <groupId>nl.astron.lofar.lib</groupId> - <artifactId>lofar-lib-parent</artifactId> - <version>1.8.0-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> - </parent> - - <artifactId>plotter</artifactId> - - - <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> - <scm> - <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</developerConnection> - </scm> - - - <!-- Information required to build a project. --> - <build> - <sourceDirectory>src</sourceDirectory> - <resources> - <resource> - <directory>src</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - - <resource> - <directory>PlotterConfig/src</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - </resources> - - </build> - -</project> +<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <name>Lofar Utilities :: Plotter GUI</name> + + <parent> + <groupId>nl.astron.lofar.lib</groupId> + <artifactId>lofar-lib-parent</artifactId> + <version>1.8.0</version> + <relativePath>../../pom.xml</relativePath> + </parent> + + <artifactId>plotter</artifactId> + + + <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> + <scm> + <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0/GUI/Plotter</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0/GUI/Plotter</developerConnection> + </scm> + + + <!-- Information required to build a project. --> + <build> + <sourceDirectory>src</sourceDirectory> + <resources> + <resource> + <directory>src</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + + <resource> + <directory>PlotterConfig/src</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + </resources> + + </build> + +</project> diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index f9872d24e2d..02fb577f921 100644 --- a/JAVA/LofarUtils/pom.xml +++ b/JAVA/LofarUtils/pom.xml @@ -1,53 +1,52 @@ -<?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" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <name>Lofar Utilities :: LofarUtils</name> - - <parent> - <groupId>nl.astron.lofar.lib</groupId> - <artifactId>lofar-lib-parent</artifactId> - <version>1.8.0-SNAPSHOT</version> - </parent> - - <artifactId>lofarutils</artifactId> - - - <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> - <scm> - <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</developerConnection> - </scm> - - - <!-- Information required to build a project. --> - <build> - <sourceDirectory>src</sourceDirectory> - <resources> - <resource> - <directory>src</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - </resources> - </build> - - - <!-- This element describes all of the dependencies associated with a project. - These dependencies are used to construct a classpath for your project during - the build process. They are automatically downloaded from the repositories - defined in this project. See for more information: - http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html --> - <dependencies> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - </dependencies> - -</project> - +<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <name>Lofar Utilities :: LofarUtils</name> + + <parent> + <groupId>nl.astron.lofar.lib</groupId> + <artifactId>lofar-lib-parent</artifactId> + <version>1.8.0</version> + </parent> + + <artifactId>lofarutils</artifactId> + + + <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> + <scm> + <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0/LofarUtils</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0/LofarUtils</developerConnection> + </scm> + + + <!-- Information required to build a project. --> + <build> + <sourceDirectory>src</sourceDirectory> + <resources> + <resource> + <directory>src</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + </resources> + </build> + + + <!-- This element describes all of the dependencies associated with a project. + These dependencies are used to construct a classpath for your project during + the build process. They are automatically downloaded from the repositories + defined in this project. See for more information: + http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html --> + <dependencies> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + </dependencies> + +</project> + diff --git a/JAVA/pom.xml b/JAVA/pom.xml index 94e18617764..ca868c5d532 100644 --- a/JAVA/pom.xml +++ b/JAVA/pom.xml @@ -1,62 +1,61 @@ -<?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" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <name>Lofar Utilities :: Parent</name> - - <parent> - <groupId>nl.astron</groupId> - <artifactId>parent</artifactId> - <version>2.0.0</version> - </parent> - - <groupId>nl.astron.lofar.lib</groupId> - <artifactId>lofar-lib-parent</artifactId> - <version>1.8.0-SNAPSHOT</version> - <packaging>pom</packaging> - - - <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> - <scm> - <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</developerConnection> - </scm> - - - <!-- The modules (sometimes called subprojects) to build as a part of this - project. Each module listed is a relative path to the directory containing - the module. --> - <modules> - <module>LofarUtils</module> - <module>GUI/Plotter</module> - </modules> - - - <!-- Default dependency information for projects that inherit from this - one. The dependencies in this section are not immediately resolved. Instead, - when a POM derived from this one declares a dependency described by a matching - groupId and artifactId, the version and other values from this section are - used for that dependency if they were not already specified. --> - <dependencyManagement> - <dependencies> - - <!-- Child dependencies, childs use the same group-ID and version by default. --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>lofarutils</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>plotter</artifactId> - <version>${project.version}</version> - </dependency> - - </dependencies> - </dependencyManagement> - -</project> +<?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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <name>Lofar Utilities :: Parent</name> + + <parent> + <groupId>nl.astron</groupId> + <artifactId>parent</artifactId> + <version>2.0.0</version> + </parent> + + <groupId>nl.astron.lofar.lib</groupId> + <artifactId>lofar-lib-parent</artifactId> + <version>1.8.0</version> + <packaging>pom</packaging> + + + <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> + <scm> + <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0</developerConnection> + </scm> + + + <!-- The modules (sometimes called subprojects) to build as a part of this + project. Each module listed is a relative path to the directory containing + the module. --> + <modules> + <module>LofarUtils</module> + <module>GUI/Plotter</module> + </modules> + + + <!-- Default dependency information for projects that inherit from this + one. The dependencies in this section are not immediately resolved. Instead, + when a POM derived from this one declares a dependency described by a matching + groupId and artifactId, the version and other values from this section are + used for that dependency if they were not already specified. --> + <dependencyManagement> + <dependencies> + + <!-- Child dependencies, childs use the same group-ID and version by default. --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>lofarutils</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>plotter</artifactId> + <version>${project.version}</version> + </dependency> + + </dependencies> + </dependencyManagement> + +</project> -- GitLab