Skip to content
Snippets Groups Projects
Commit ca166020 authored by Lofar test build account's avatar Lofar test build account
Browse files

Task #3740 [maven-release-plugin]:prepare release...

Task #3740 [maven-release-plugin]:prepare release Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0
parent f073bb8b
No related branches found
No related tags found
No related merge requests found
<?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/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>
<name>Lofar Utilities :: Plotter GUI</name>
<name>Lofar Utilities :: Plotter GUI</name>
<parent>
<parent> <groupId>nl.astron.lofar.lib</groupId>
<groupId>nl.astron.lofar.lib</groupId> <artifactId>lofar-lib-parent</artifactId>
<artifactId>lofar-lib-parent</artifactId> <version>1.8.0</version>
<version>1.8.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath> </parent>
</parent>
<artifactId>plotter</artifactId>
<artifactId>plotter</artifactId>
<!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
<!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> <scm>
<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>
<connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/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>
<developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</developerConnection> </scm>
</scm>
<!-- Information required to build a project. -->
<!-- Information required to build a project. --> <build>
<build> <sourceDirectory>src</sourceDirectory>
<sourceDirectory>src</sourceDirectory> <resources>
<resources> <resource>
<resource> <directory>src</directory>
<directory>src</directory> <excludes>
<excludes> <exclude>**/*.java</exclude>
<exclude>**/*.java</exclude> </excludes>
</excludes> </resource>
</resource>
<resource>
<resource> <directory>PlotterConfig/src</directory>
<directory>PlotterConfig/src</directory> <excludes>
<excludes> <exclude>**/*.java</exclude>
<exclude>**/*.java</exclude> </excludes>
</excludes> </resource>
</resource> </resources>
</resources>
</build>
</build>
</project>
</project>
<?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/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>
<name>Lofar Utilities :: LofarUtils</name>
<name>Lofar Utilities :: LofarUtils</name>
<parent>
<parent> <groupId>nl.astron.lofar.lib</groupId>
<groupId>nl.astron.lofar.lib</groupId> <artifactId>lofar-lib-parent</artifactId>
<artifactId>lofar-lib-parent</artifactId> <version>1.8.0</version>
<version>1.8.0-SNAPSHOT</version> </parent>
</parent>
<artifactId>lofarutils</artifactId>
<artifactId>lofarutils</artifactId>
<!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
<!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> <scm>
<scm> <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0/LofarUtils</connection>
<connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/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>
<developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</developerConnection> </scm>
</scm>
<!-- Information required to build a project. -->
<!-- Information required to build a project. --> <build>
<build> <sourceDirectory>src</sourceDirectory>
<sourceDirectory>src</sourceDirectory> <resources>
<resources> <resource>
<resource> <directory>src</directory>
<directory>src</directory> <excludes>
<excludes> <exclude>**/*.java</exclude>
<exclude>**/*.java</exclude> </excludes>
</excludes> </resource>
</resource> </resources>
</resources> </build>
</build>
<!-- This element describes all of the dependencies associated with a project.
<!-- This element describes all of the dependencies associated with a project. These dependencies are used to construct a classpath for your project during
These dependencies are used to construct a classpath for your project during the build process. They are automatically downloaded from the repositories
the build process. They are automatically downloaded from the repositories defined in this project. See for more information:
defined in this project. See for more information: http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html -->
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html --> <dependencies>
<dependencies> <dependency>
<dependency> <groupId>log4j</groupId>
<groupId>log4j</groupId> <artifactId>log4j</artifactId>
<artifactId>log4j</artifactId> </dependency>
</dependency> </dependencies>
</dependencies>
</project>
</project>
<?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/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>
<name>Lofar Utilities :: Parent</name>
<name>Lofar Utilities :: Parent</name>
<parent>
<parent> <groupId>nl.astron</groupId>
<groupId>nl.astron</groupId> <artifactId>parent</artifactId>
<artifactId>parent</artifactId> <version>2.0.0</version>
<version>2.0.0</version> </parent>
</parent>
<groupId>nl.astron.lofar.lib</groupId>
<groupId>nl.astron.lofar.lib</groupId> <artifactId>lofar-lib-parent</artifactId>
<artifactId>lofar-lib-parent</artifactId> <version>1.8.0</version>
<version>1.8.0-SNAPSHOT</version> <packaging>pom</packaging>
<packaging>pom</packaging>
<!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. -->
<!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> <scm>
<scm> <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0</connection>
<connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</connection> <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.lofar-lib-parent-1.8.0</developerConnection>
<developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</developerConnection> </scm>
</scm>
<!-- The modules (sometimes called subprojects) to build as a part of this
<!-- The modules (sometimes called subprojects) to build as a part of this project. Each module listed is a relative path to the directory containing
project. Each module listed is a relative path to the directory containing the module. -->
the module. --> <modules>
<modules> <module>LofarUtils</module>
<module>LofarUtils</module> <module>GUI/Plotter</module>
<module>GUI/Plotter</module> </modules>
</modules>
<!-- Default dependency information for projects that inherit from this
<!-- Default dependency information for projects that inherit from this one. The dependencies in this section are not immediately resolved. Instead,
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
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
groupId and artifactId, the version and other values from this section are used for that dependency if they were not already specified. -->
used for that dependency if they were not already specified. --> <dependencyManagement>
<dependencyManagement> <dependencies>
<dependencies>
<!-- Child dependencies, childs use the same group-ID and version by default. -->
<!-- Child dependencies, childs use the same group-ID and version by default. --> <dependency>
<dependency> <groupId>${project.groupId}</groupId>
<groupId>${project.groupId}</groupId> <artifactId>lofarutils</artifactId>
<artifactId>lofarutils</artifactId> <version>${project.version}</version>
<version>${project.version}</version> </dependency>
</dependency>
<dependency>
<dependency> <groupId>${project.groupId}</groupId>
<groupId>${project.groupId}</groupId> <artifactId>plotter</artifactId>
<artifactId>plotter</artifactId> <version>${project.version}</version>
<version>${project.version}</version> </dependency>
</dependency>
</dependencies>
</dependencies> </dependencyManagement>
</dependencyManagement>
</project>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment