Skip to content

Commit 17e7b8f

Browse files
committed
Swap to pbrawclient 0.2.1
1 parent 1a6e90f commit 17e7b8f

File tree

6 files changed

+5
-14
lines changed

6 files changed

+5
-14
lines changed

app/trends/archive-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.epics</groupId>
4444
<artifactId>pbrawclient</artifactId>
45-
<version>0.0.10</version>
45+
<version>0.2.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.phoebus</groupId>
-281 KB
Binary file not shown.
275 KB
Binary file not shown.

dependencies/install-jars/lib/pbraw/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,5 @@
44
<groupId>org.epics</groupId>
55
<artifactId>pbrawclient</artifactId>
66
<name>${project.groupId}:${project.artifactId}</name>
7-
<version>0.0.10</version>
8-
<dependencies>
9-
<dependency>
10-
<groupId>com.google.protobuf</groupId>
11-
<artifactId>protobuf-java</artifactId>
12-
<version>3.21.9</version>
13-
</dependency>
14-
</dependencies>
7+
<version>0.2.1</version>
158
</project>

dependencies/install-jars/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,9 @@
6969
<configuration>
7070
<groupId>org.epics</groupId>
7171
<artifactId>pbrawclient</artifactId>
72-
<version>0.0.10</version>
72+
<version>0.2.1</version>
7373
<packaging>jar</packaging>
74-
<file>${basedir}/lib/pbraw/pbrawclient-0.0.10.jar</file>
75-
<generatePom>false</generatePom>
76-
<pomFile>${basedir}/lib/pbraw/pom.xml</pomFile>
74+
<file>${basedir}/lib/pbraw/pbrawclient-0.2.1.jar</file>
7775
</configuration>
7876
<goals>
7977
<goal>install-file</goal>

dependencies/phoebus-target/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
<dependency>
403403
<groupId>org.epics</groupId>
404404
<artifactId>pbrawclient</artifactId>
405-
<version>0.0.10</version>
405+
<version>0.2.1</version>
406406
</dependency>
407407
<dependency>
408408
<groupId>org.eclipse.jgit</groupId>

0 commit comments

Comments
 (0)