File tree Expand file tree Collapse file tree 19 files changed +70
-38
lines changed
Expand file tree Collapse file tree 19 files changed +70
-38
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
32 <modelVersion >4.0.0</modelVersion >
43
54 <parent >
65 <groupId >org.epics</groupId >
76 <artifactId >epics-parent</artifactId >
8- <version >7.0.3-SNAPSHOT </version >
7+ <version >7.0.4 </version >
98 </parent >
109
1110 <artifactId >epics-bundle-java</artifactId >
11+ <version >7.0.3</version >
1212 <packaging >pom</packaging >
1313
1414 <name >EPICS Core Distribution Bundle</name >
165165
166166 </plugins >
167167 </build >
168+
169+ <scm >
170+ <tag >epics-parent-7.0.4</tag >
171+ </scm >
168172</project >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.epics</groupId >
66 <artifactId >epics-parent</artifactId >
7- <version >7.0.3-SNAPSHOT </version >
7+ <version >7.0.4 </version >
88 </parent >
99
1010 <artifactId >epics-core</artifactId >
11+ <version >7.0.3</version >
1112 <packaging >pom</packaging >
1213
1314 <name >EPICS Core Libraries POM</name >
3435 <dependency >
3536 <groupId >org.epics</groupId >
3637 <artifactId >jca</artifactId >
37- <version >${jca.version} </version >
38+ <version >2.4.3 </version >
3839 </dependency >
3940 </dependencies >
41+
42+ <scm >
43+ <tag >epics-parent-7.0.4</tag >
44+ </scm >
4045</project >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.epics</groupId >
66 <artifactId >epics-parent</artifactId >
7- <version >7.0.3-SNAPSHOT </version >
7+ <version >7.0.4 </version >
88 </parent >
99
1010 <artifactId >epics-deploy</artifactId >
11+ <version >7.0.3</version >
1112 <packaging >pom</packaging >
1213
1314 <name >EPICS Core Nexus Deploy</name >
1920 <groupId >${project.groupId} </groupId >
2021 <artifactId >epics-bundle-java</artifactId >
2122 <type >pom</type >
22- <version >7.0.3-SNAPSHOT </version >
23+ <version >7.0.3</version >
2324 </dependency >
2425 </dependencies >
2526
27+
28+ <scm >
29+ <tag >epics-parent-7.0.4</tag >
30+ </scm >
2631</project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <modelVersion >4.0.0</modelVersion >
4- <version >1.0.1-SNAPSHOT </version >
4+ <version >1.0.1</version >
55 <artifactId >epics-util</artifactId >
66 <name >org.epics.util</name >
77 <parent >
88 <groupId >org.epics</groupId >
99 <artifactId >epics-parent</artifactId >
10- <version >7.0.3-SNAPSHOT </version >
10+ <version >7.0.4 </version >
1111 </parent >
1212 <description >Basic Java utility classes to be shared across projects until
1313 suitable replacements are available in the JDK.</description >
8888 </dependency >
8989 </dependencies >
9090 <groupId >org.epics</groupId >
91+
92+ <scm >
93+ <tag >epics-parent-7.0.4</tag >
94+ </scm >
9195</project >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >epics-vtype-all</artifactId >
55 <name >epics-vtype</name >
6- <version >1.0.1-SNAPSHOT </version >
6+ <version >1.0.1</version >
77 <packaging >pom</packaging >
88 <parent >
99 <groupId >org.epics</groupId >
1010 <artifactId >epics-parent</artifactId >
11- <version >7.0.3-SNAPSHOT </version >
11+ <version >7.0.4 </version >
1212 </parent >
1313 <description >A set of standard types for value processing.</description >
1414 <properties >
7171 </dependency >
7272 </dependencies >
7373 <groupId >org.epics</groupId >
74+
75+ <scm >
76+ <tag >epics-parent-7.0.4</tag >
77+ </scm >
7478</project >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.epics</groupId >
66 <artifactId >epics-vtype-all</artifactId >
7- <version >1.0.1-SNAPSHOT </version >
7+ <version >1.0.1</version >
88 </parent >
99 <artifactId >vtype-json</artifactId >
1010 <name >org.epics.vtype.json</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.epics</groupId >
66 <artifactId >epics-vtype-all</artifactId >
7- <version >1.0.1-SNAPSHOT </version >
7+ <version >1.0.1</version >
88 </parent >
99 <artifactId >vtype</artifactId >
1010 <name >org.epics.vtype</name >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.epics</groupId >
55 <artifactId >gpclient</artifactId >
6- <version >1.0.1-SNAPSHOT </version >
6+ <version >1.0.1</version >
77 </parent >
88 <artifactId >gpclient-ca</artifactId >
99 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.epics</groupId >
66 <artifactId >gpclient</artifactId >
7- <version >1.0.1-SNAPSHOT </version >
7+ <version >1.0.1</version >
88 </parent >
99 <artifactId >gpclient-core</artifactId >
1010 <name >org.epics.gpclient</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.epics</groupId >
66 <artifactId >gpclient</artifactId >
7- <version >1.0.1-SNAPSHOT </version >
7+ <version >1.0.1</version >
88 </parent >
99 <artifactId >gpclient-javafx</artifactId >
1010 <packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments