Skip to content

Commit 1da520e

Browse files
committed
[maven-release-plugin] prepare release 1.110
1 parent d269481 commit 1da520e

File tree

7 files changed

+16
-19
lines changed

7 files changed

+16
-19
lines changed

bom/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>net.osgiliath.datamigrator</groupId>
76
<artifactId>data-migrator</artifactId>
8-
<version>1.110-SNAPSHOT</version>
7+
<version>1.110</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
1110

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator</groupId>
66
<artifactId>data-migrator</artifactId>
7-
<version>1.110-SNAPSHOT</version>
7+
<version>1.110</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>data-migrator-core</artifactId>

datamigrator-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator</groupId>
66
<artifactId>data-migrator</artifactId>
7-
<version>1.110-SNAPSHOT</version>
7+
<version>1.110</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

modules/faker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator.modules</groupId>
66
<artifactId>data-migrator-modules</artifactId>
7-
<version>1.110-SNAPSHOT</version>
7+
<version>1.110</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator</groupId>
66
<artifactId>data-migrator</artifactId>
7-
<version>1.110-SNAPSHOT</version>
7+
<version>1.110</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>net.osgiliath.datamigrator.modules</groupId>

modules/row-limiter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator.modules</groupId>
66
<artifactId>data-migrator-modules</artifactId>
7-
<version>1.110-SNAPSHOT</version>
7+
<version>1.110</version>
88
</parent>
99
<artifactId>row-limiter</artifactId>
1010
<name>datamigrator-modules-row-limiter</name>

pom.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.boot</groupId>
@@ -9,7 +8,7 @@
98
</parent>
109
<groupId>net.osgiliath.datamigrator</groupId>
1110
<artifactId>data-migrator</artifactId>
12-
<version>1.110-SNAPSHOT</version>
11+
<version>1.110</version>
1312
<packaging>pom</packaging>
1413
<name>datamigrator-parent</name>
1514
<ciManagement>
@@ -46,7 +45,7 @@
4645
<connection>scm:git:https://github.com/OsgiliathEnterprise/data-migrator.git</connection>
4746
<url>https://github.com/OsgiliathEnterprise/data-migrator</url>
4847
<developerConnection>scm:git:https://github.com/OsgiliathEnterprise/data-migrator.git</developerConnection>
49-
<tag>HEAD</tag>
48+
<tag>1.110</tag>
5049
</scm>
5150
<developers>
5251
<developer>
@@ -169,7 +168,7 @@
169168
<id>enforce-dependencyConvergence</id>
170169
<configuration>
171170
<rules>
172-
<DependencyConvergence/>
171+
<DependencyConvergence />
173172
</rules>
174173
<fail>false</fail>
175174
</configuration>
@@ -381,14 +380,13 @@
381380
<phase>generate-sources</phase>
382381
<configuration>
383382
<target>
384-
<mkdir dir="${project.build.directory}/generated-sources/repositories"/>
383+
<mkdir dir="${project.build.directory}/generated-sources/repositories" />
385384
<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" />
388386
</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" />
392390
</target>
393391
</configuration>
394392
<goals>

0 commit comments

Comments
 (0)