File tree Expand file tree Collapse file tree 10 files changed +36
-21
lines changed
Expand file tree Collapse file tree 10 files changed +36
-21
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.epics</groupId >
77 <artifactId >epics-parent</artifactId >
8- <version >7.0.0 -SNAPSHOT</version >
8+ <version >7.0.2 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >epics-bundle-java</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.epics</groupId >
77 <artifactId >epics-parent</artifactId >
8- <version >7.0.0 -SNAPSHOT</version >
8+ <version >7.0.2 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >epics-core</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.epics</groupId >
77 <artifactId >epics-parent</artifactId >
8- <version >7.0.0 -SNAPSHOT</version >
8+ <version >7.0.2 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >epics-deploy</artifactId >
Original file line number Diff line number Diff line change 44 <version >1.0.0-SNAPSHOT</version >
55 <artifactId >epics-util</artifactId >
66 <name >org.epics.util</name >
7+ <parent >
8+ <groupId >org.epics</groupId >
9+ <artifactId >epics-parent</artifactId >
10+ <version >7.0.2-SNAPSHOT</version >
11+ </parent >
712 <description >Basic Java utility classes to be shared across projects until
813 suitable replacements are available in the JDK.</description >
914 <properties >
1015 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1116 </properties >
1217 <build >
18+ <!-- Reset to standard source directories -->
19+ <sourceDirectory >${basedir} /src/main/java</sourceDirectory >
20+ <testSourceDirectory >${basedir} /src/test/java</testSourceDirectory >
1321 <plugins >
1422 <plugin >
1523 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 55 <name >epics-vtype</name >
66 <version >1.0.0-SNAPSHOT</version >
77 <packaging >pom</packaging >
8+ <parent >
9+ <groupId >org.epics</groupId >
10+ <artifactId >epics-parent</artifactId >
11+ <version >7.0.2-SNAPSHOT</version >
12+ </parent >
813 <description >A set of standard types for value processing.</description >
914 <properties >
1015 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1419 <module >vtype-json</module >
1520 </modules >
1621 <build >
22+ <!-- Reset to standard source directories -->
23+ <sourceDirectory >${basedir} /src/main/java</sourceDirectory >
24+ <testSourceDirectory >${basedir} /src/test/java</testSourceDirectory >
1725 <plugins >
1826 <plugin >
1927 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >gpclient</artifactId >
55 <name >gpclient</name >
6+ <parent >
7+ <groupId >org.epics</groupId >
8+ <artifactId >epics-parent</artifactId >
9+ <version >7.0.2-SNAPSHOT</version >
10+ </parent >
611 <version >1.0.0-SNAPSHOT</version >
712 <packaging >pom</packaging >
813 <description >The generic purpose JAVA EPICS client.</description >
1924 <module >gpclient-sample</module >
2025 </modules >
2126 <build >
22- <!-- Non- standard source directories -->
27+ <!-- Reset to standard source directories -->
2328 <sourceDirectory >${basedir} /src/main/java</sourceDirectory >
2429 <testSourceDirectory >${basedir} /src/test/java</testSourceDirectory >
2530 <plugins >
113118 <scope >test</scope >
114119 </dependency >
115120 </dependencies >
116- <parent >
117- <groupId >org.epics</groupId >
118- <artifactId >epics-parent</artifactId >
119- <version >7.0.0-SNAPSHOT</version >
120- </parent >
121121</project >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.epics</groupId >
77 <artifactId >epics-parent</artifactId >
8- <version >7.0.0 -SNAPSHOT</version >
8+ <version >7.0.2 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >epics-ntypes</artifactId >
12- <version >0.3.0 -SNAPSHOT</version >
12+ <version >0.3.2 -SNAPSHOT</version >
1313
1414 <name >normativeTypesJava</name >
1515 <url >https://github.com/epics-base/normativeTypesJava</url >
Original file line number Diff line number Diff line change 44
55 <groupId >org.epics</groupId >
66 <artifactId >epics-parent</artifactId >
7- <version >7.0.0 -SNAPSHOT</version >
7+ <version >7.0.2 -SNAPSHOT</version >
88 <packaging >pom</packaging >
99
1010 <name >EPICS Core Build</name >
1313
1414 <properties >
1515 <!-- Matching versions of Core modules -->
16- <epics-pvdata .version>6.1.0 -SNAPSHOT</epics-pvdata .version>
17- <epics-ntypes .version>0.3.0 -SNAPSHOT</epics-ntypes .version>
18- <epics-pvaccess .version>5.1.0 -SNAPSHOT</epics-pvaccess .version>
19- <jca .version>2.4.1 -SNAPSHOT</jca .version>
16+ <epics-pvdata .version>6.1.2 -SNAPSHOT</epics-pvdata .version>
17+ <epics-ntypes .version>0.3.2 -SNAPSHOT</epics-ntypes .version>
18+ <epics-pvaccess .version>5.1.2 -SNAPSHOT</epics-pvaccess .version>
19+ <jca .version>2.4.2 -SNAPSHOT</jca .version>
2020 <!-- Versions of examples bundled with Core -->
21-
2221 <!-- Name of javadoc overview page -->
2322 <mainpage .name>${project.name} </mainpage .name>
2423 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.epics</groupId >
77 <artifactId >epics-parent</artifactId >
8- <version >7.0.0 -SNAPSHOT</version >
8+ <version >7.0.2 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >epics-pvaccess</artifactId >
12- <version >5.1.0 -SNAPSHOT</version >
12+ <version >5.1.2 -SNAPSHOT</version >
1313
1414 <name >pvAccessJava</name >
1515 <url >https://github.com/epics-base/pvAccessJava</url >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.epics</groupId >
77 <artifactId >epics-parent</artifactId >
8- <version >7.0.0 -SNAPSHOT</version >
8+ <version >7.0.2 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >epics-pvdata</artifactId >
12- <version >6.1.0 -SNAPSHOT</version >
12+ <version >6.1.2 -SNAPSHOT</version >
1313
1414 <name >pvDataJava</name >
1515 <url >https://github.com/epics-base/pvDataJava</url >
You can’t perform that action at this time.
0 commit comments