editors
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jresearch.gwtproject</groupId>
<artifactId>editors</artifactId>
<version>1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jresearch.gwtproject</groupId>
<artifactId>editors</artifactId>
<version>1.1</version>
<packaging>gwt-lib</packaging>
<name>GWT Editors</name>
<description>GWT Editors Parent</description>
<url>https://github.com/gwtproject/gwt-editor/editors</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>The GWT Authors</name>
<url>https://github.com/gwtproject</url>
<organization>The GWT Project Authors</organization>
</developer>
</developers>
<scm>
<connection>scm:hg:https://stasjresearchorg@helixteamhub.cloud/JRS/projects/domino/repositories/mercurial/gwt-editors/editors</connection>
<developerConnection>scm:hg:ssh://hth@helixteamhub.cloud/JRS/projects/domino/repositories/mercurial/gwt-editors/editors</developerConnection>
<tag>1.1</tag>
<url>https://helixteamhub.cloud/JRS/projects/domino/repositories/gwt-editors/tree/default/editors</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jresearch.gwtproject.event</groupId>
<artifactId>gwt-event</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>net.ltgt.gwt.maven</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>1.0.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>