File tree Expand file tree Collapse file tree 10 files changed +20
-13
lines changed
embabel-common-dependencies
embabel-common-test-dependencies Expand file tree Collapse file tree 10 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >com.embabel.common</groupId >
76 <artifactId >embabel-common-parent</artifactId >
8- <version >0.1.1-SNAPSHOT </version >
7+ <version >0.1.1</version >
98 </parent >
109 <artifactId >embabel-common-ai</artifactId >
1110 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.embabel.common</groupId >
66 <artifactId >embabel-common-parent</artifactId >
7- <version >0.1.1-SNAPSHOT </version >
7+ <version >0.1.1</version >
88 </parent >
99 <artifactId >embabel-common-core</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >com.embabel.common</groupId >
1111 <artifactId >embabel-common-dependencies</artifactId >
12- <version >0.1.1-SNAPSHOT </version >
12+ <version >0.1.1</version >
1313 <packaging >pom</packaging >
1414 <name >Embabel Common Dependencies</name >
1515 <description >Embabel Common Dependencies for internal or external modules</description >
6262 </snapshots >
6363 </repository >
6464 </repositories >
65+
66+ <scm >
67+ <tag >embabel-common-parent-0.1.1</tag >
68+ </scm >
6569</project >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.embabel.common</groupId >
66 <artifactId >embabel-common-test</artifactId >
7- <version >0.1.1-SNAPSHOT </version >
7+ <version >0.1.1</version >
88 </parent >
99 <artifactId >embabel-common-test-ai</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >com.embabel.common</groupId >
1111 <artifactId >embabel-common-test-dependencies</artifactId >
12- <version >0.1.1-SNAPSHOT </version >
12+ <version >0.1.1</version >
1313 <packaging >pom</packaging >
1414 <name >Embabel Common Test Dependencies</name >
1515 <description >Embabel Common Test Framework Dependencies</description >
4949 </snapshots >
5050 </repository >
5151 </repositories >
52+
53+ <scm >
54+ <tag >embabel-common-parent-0.1.1</tag >
55+ </scm >
5256</project >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.embabel.common</groupId >
66 <artifactId >embabel-common-test</artifactId >
7- <version >0.1.1-SNAPSHOT </version >
7+ <version >0.1.1</version >
88 </parent >
99 <artifactId >embabel-common-test-neo</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.embabel.common</groupId >
66 <artifactId >embabel-common-parent</artifactId >
7- <version >0.1.1-SNAPSHOT </version >
7+ <version >0.1.1</version >
88 </parent >
99 <artifactId >embabel-common-test</artifactId >
1010 <packaging >pom</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.embabel.common</groupId >
66 <artifactId >embabel-common-parent</artifactId >
7- <version >0.1.1-SNAPSHOT </version >
7+ <version >0.1.1</version >
88 </parent >
99 <artifactId >embabel-common-textio</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.embabel.common</groupId >
66 <artifactId >embabel-common-parent</artifactId >
7- <version >0.1.1-SNAPSHOT </version >
7+ <version >0.1.1</version >
88 </parent >
99 <artifactId >embabel-common-util</artifactId >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 88 </parent >
99 <groupId >com.embabel.common</groupId >
1010 <artifactId >embabel-common-parent</artifactId >
11- <version >0.1.1-SNAPSHOT </version >
11+ <version >0.1.1</version >
1212 <packaging >pom</packaging >
1313 <name >Embabel Common Parent</name >
1414 <description >Common dependencies shared by child modules.</description >
3030 <url >https://github.com/embabel/embabel-common</url >
3131 <connection >scm:git:https://github.com/embabel/embabel-common.git</connection >
3232 <developerConnection >scm:git:https://github.com/embabel/embabel-common.git</developerConnection >
33- <tag >HEAD </tag >
33+ <tag >embabel-common-parent-0.1.1 </tag >
3434 </scm >
3535
3636 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments