i18n-function
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.seedstack.functions.i18n</groupId>
<artifactId>i18n-function</artifactId>
<version>2.0.1</version>
</dependency><!--
Copyright (c) 2013-2015 by The SeedStack authors. All rights reserved.
This file is part of SeedStack, An enterprise-oriented full development stack.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.seedstack</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
</parent>
<groupId>org.seedstack.functions.i18n</groupId>
<artifactId>i18n-function</artifactId>
<version>2.0.1</version>
<packaging>pom</packaging>
<properties>
<seed.version>2.0.0</seed.version>
<business.version>2.0.0</business.version>
<io-function.version>2.0.0</io-function.version>
<w20-function.version>2.0.0</w20-function.version>
</properties>
<modules>
<module>specs</module>
<module>core</module>
<module>rest</module>
<module>web</module>
<module>demo</module>
<module>bom</module>
<module>doc</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-bom</artifactId>
<version>${seed.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.seedstack.business</groupId>
<artifactId>business-bom</artifactId>
<version>${business.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.seedstack.functions.io</groupId>
<artifactId>io-function-bom</artifactId>
<version>${io-function.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.seedstack.functions.w20</groupId>
<artifactId>w20-function-bom</artifactId>
<version>${w20-function.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.seedstack</groupId>
<artifactId>java-bom</artifactId>
<version>${seedstack.poms.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.seedstack</groupId>
<artifactId>logging-bom</artifactId>
<version>${seedstack.poms.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.seedstack</groupId>
<artifactId>hibernate-bom</artifactId>
<version>${seedstack.poms.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.seedstack</groupId>
<artifactId>jersey-bom</artifactId>
<version>${seedstack.poms.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<includedLicenses>
<includedLicense>Apache 2</includedLicense>
<includedLicense>BSD</includedLicense>
<includedLicense>CDDL 1.1</includedLicense>
<includedLicense>LGPL 2.1</includedLicense>
<includedLicense>LGPL 3.0</includedLicense>
<includedLicense>ICU License</includedLicense>
<includedLicense>MIT</includedLicense>
<includedLicense>MPL 1.1</includedLicense>
<includedLicense>MPL 2.0</includedLicense>
<includedLicense>Public Domain</includedLicense>
<includedLicense>The JSON License</includedLicense>
<includedLicense>WTFPL</includedLicense>
<!-- Some licenses are ignored because they are alternatives to acceptable licenses and the plugin doesn't handle alternate licenses -->
<includedLicense>IGNORED_LICENSE</includedLicense>
</includedLicenses>
<licenseMerges>
<licenseMerge>Apache 2|Apache License, Version 2.0</licenseMerge>
<licenseMerge>Apache 2|The Apache Software License, Version 2.0</licenseMerge>
<licenseMerge>Apache 2|Apache License 2.0</licenseMerge>
<licenseMerge>BSD|The New BSD License</licenseMerge>
<licenseMerge>BSD|BSD License</licenseMerge>
<licenseMerge>LGPL 3.0|GNU Lesser Public License</licenseMerge>
<licenseMerge>MIT|MIT license</licenseMerge>
<licenseMerge>MIT|MIT License</licenseMerge>
<licenseMerge>IGNORED_LICENSE|GPL2 w/ CPE</licenseMerge>
</licenseMerges>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-unittest-support</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<url>https://github.com/seedstack/i18n-function</url>
<connection>scm:git:git://github.com/seedstack/i18n-function.git</connection>
<developerConnection>scm:git:git@github.com:seedstack/i18n-function.git</developerConnection>
<tag>v2.0.1</tag>
</scm>
<repositories>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus Staging</name>
<url>https://oss.sonatype.org/content/groups/staging</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus Staging</name>
<url>https://oss.sonatype.org/content/groups/staging</url>
</pluginRepository>
</pluginRepositories>
</project>