|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<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"> |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | <parent> |
6 | 5 | <groupId>org.springframework.boot</groupId> |
|
9 | 8 | </parent> |
10 | 9 | <groupId>net.osgiliath.datamigrator</groupId> |
11 | 10 | <artifactId>data-migrator</artifactId> |
12 | | - <version>1.110-SNAPSHOT</version> |
| 11 | + <version>1.110</version> |
13 | 12 | <packaging>pom</packaging> |
14 | 13 | <name>datamigrator-parent</name> |
15 | 14 | <ciManagement> |
|
46 | 45 | <connection>scm:git:https://github.com/OsgiliathEnterprise/data-migrator.git</connection> |
47 | 46 | <url>https://github.com/OsgiliathEnterprise/data-migrator</url> |
48 | 47 | <developerConnection>scm:git:https://github.com/OsgiliathEnterprise/data-migrator.git</developerConnection> |
49 | | - <tag>HEAD</tag> |
| 48 | + <tag>1.110</tag> |
50 | 49 | </scm> |
51 | 50 | <developers> |
52 | 51 | <developer> |
|
169 | 168 | <id>enforce-dependencyConvergence</id> |
170 | 169 | <configuration> |
171 | 170 | <rules> |
172 | | - <DependencyConvergence/> |
| 171 | + <DependencyConvergence /> |
173 | 172 | </rules> |
174 | 173 | <fail>false</fail> |
175 | 174 | </configuration> |
|
381 | 380 | <phase>generate-sources</phase> |
382 | 381 | <configuration> |
383 | 382 | <target> |
384 | | - <mkdir dir="${project.build.directory}/generated-sources/repositories"/> |
| 383 | + <mkdir dir="${project.build.directory}/generated-sources/repositories" /> |
385 | 384 | <move todir="${project.build.directory}/generated-sources/repositories"> |
386 | | - <fileset dir="${project.basedir}/src/main/java" |
387 | | - includes="**/repository/*.java"/> |
| 385 | + <fileset dir="${project.basedir}/src/main/java" includes="**/repository/*.java" /> |
388 | 386 | </move> |
389 | | - <property name="maven.project.build.directory" value="${project.build.directory}"/> |
390 | | - <property name="maven.project.basedir" value="${project.basedir}"/> |
391 | | - <ant antfile="build.xml" target="amendEntities"/> |
| 387 | + <property name="maven.project.build.directory" value="${project.build.directory}" /> |
| 388 | + <property name="maven.project.basedir" value="${project.basedir}" /> |
| 389 | + <ant antfile="build.xml" target="amendEntities" /> |
392 | 390 | </target> |
393 | 391 | </configuration> |
394 | 392 | <goals> |
|
0 commit comments