| | <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"> |
---|
| | <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> |
---|
| | <groupId>osm.surveyor</groupId> |
---|
| | <artifactId>AdjustTime</artifactId> |
---|
| | <version>5.3-SNAPSHOT</version> |
---|
| | <version>5.3</version> |
---|
| | <scm> |
---|
| | <connection>scm:yuuhayashi@git.osdn.net:/gitroot/importpicture/importpicture.git</connection> |
---|
| | <developerConnection>scm:git:yuuhayashi@git.osdn.net:/gitroot/importpicture/importpicture.git</developerConnection> |
---|
| | <tag>v5.3</tag> |
---|
| | </scm> |
---|
| | |
---|
| | <properties> |
---|
| | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
---|
| |
---|
| | |