Skip to content

Commit aa644ff

Browse files
committed
Update epics core dependencies (7.0.9 and 1.0.6)
1 parent 82c7bf2 commit aa644ff

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

app/display/model/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
99
<classpathentry combineaccessrules="false" kind="src" path="/core-ui"/>
1010
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
11-
<classpathentry kind="lib" path="/phoebus-target/target/lib/epics-util-1.0.5.jar"/>
12-
<classpathentry kind="lib" path="/phoebus-target/target/lib/vtype-1.0.5.jar"/>
11+
<classpathentry kind="lib" path="/phoebus-target/target/lib/epics-util-1.0.6.jar"/>
12+
<classpathentry kind="lib" path="/phoebus-target/target/lib/vtype-1.0.6.jar"/>
1313
<classpathentry kind="output" path="target/classes"/>
1414
</classpath>

app/rtplot/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
99
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
1010
<classpathentry combineaccessrules="false" kind="src" path="/core-ui"/>
11-
<classpathentry kind="lib" path="/phoebus-target/target/lib/epics-util-1.0.5.jar"/>
12-
<classpathentry kind="lib" path="/phoebus-target/target/lib/vtype-1.0.5.jar"/>
11+
<classpathentry kind="lib" path="/phoebus-target/target/lib/epics-util-1.0.6.jar"/>
12+
<classpathentry kind="lib" path="/phoebus-target/target/lib/vtype-1.0.6.jar"/>
1313
<classpathentry kind="output" path="target/classes"/>
1414
</classpath>

core/pv/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<classpathentry combineaccessrules="false" kind="src" path="/core-vtype"/>
1212
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
1313
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
14-
<classpathentry exported="true" kind="lib" path="/phoebus-target/target/lib/epics-util-1.0.5.jar"/>
15-
<classpathentry exported="true" kind="lib" path="/phoebus-target/target/lib/vtype-1.0.5.jar"/>
14+
<classpathentry exported="true" kind="lib" path="/phoebus-target/target/lib/epics-util-1.0.6.jar"/>
15+
<classpathentry exported="true" kind="lib" path="/phoebus-target/target/lib/vtype-1.0.6.jar"/>
1616
<classpathentry kind="lib" path="/phoebus-target/target/lib/org.eclipse.paho.client.mqttv3-1.2.2.jar"/>
1717
<classpathentry kind="output" path="target/classes"/>
1818
</classpath>

dependencies/phoebus-target/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<classpathentry exported="true" kind="lib" path="target/lib/epics-ntypes-0.3.7.jar"/>
5959
<classpathentry exported="true" kind="lib" path="target/lib/epics-pvaccess-5.1.7.jar"/>
6060
<classpathentry exported="true" kind="lib" path="target/lib/epics-pvdata-6.1.7.jar"/>
61-
<classpathentry exported="true" kind="lib" path="target/lib/epics-util-1.0.5.jar"/>
61+
<classpathentry exported="true" kind="lib" path="target/lib/epics-util-1.0.6.jar"/>
6262
<classpathentry exported="true" kind="lib" path="target/lib/error_prone_annotations-2.7.1.jar"/>
6363
<classpathentry exported="true" kind="lib" path="target/lib/failureaccess-1.0.1.jar"/>
6464
<classpathentry exported="true" kind="lib" path="target/lib/freetts-1.2.2.jar"/>
@@ -195,8 +195,8 @@
195195
<classpathentry exported="true" kind="lib" path="target/lib/transmorph-3.1.3.jar"/>
196196
<classpathentry exported="true" kind="lib" path="target/lib/txw2-2.3.0.jar"/>
197197
<classpathentry exported="true" kind="lib" path="target/lib/validation-api-2.0.1.Final.jar"/>
198-
<classpathentry exported="true" kind="lib" path="target/lib/vtype-1.0.5.jar"/>
199-
<classpathentry exported="true" kind="lib" path="target/lib/vtype-json-1.0.5.jar"/>
198+
<classpathentry exported="true" kind="lib" path="target/lib/vtype-1.0.6.jar"/>
199+
<classpathentry exported="true" kind="lib" path="target/lib/vtype-json-1.0.6.jar"/>
200200
<classpathentry exported="true" kind="lib" path="target/lib/wrapper-3.1.0.jar"/>
201201
<classpathentry exported="true" kind="lib" path="target/lib/xalan-2.7.2.jar"/>
202202
<classpathentry exported="true" kind="lib" path="target/lib/xmlgraphics-commons-2.4.jar"/>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565

6666
<properties>
6767
<project.build.outputTimestamp>2022-11-07T10:03:00Z</project.build.outputTimestamp>
68-
<epics.version>7.0.8</epics.version>
69-
<vtype.version>1.0.5</vtype.version>
68+
<epics.version>7.0.9</epics.version>
69+
<vtype.version>1.0.6</vtype.version>
7070
<openjfx.version>19</openjfx.version>
7171
<jackson.version>2.12.3</jackson.version>
7272
<batik.version>1.14</batik.version>

0 commit comments

Comments
 (0)