Skip to content

Commit b54f524

Browse files
committed
Swap to pbrawclient 0.2.2
1 parent 1a6e90f commit b54f524

File tree

7 files changed

+19
-21
lines changed

7 files changed

+19
-21
lines changed

app/trends/archive-reader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.google.protobuf</groupId>
3434
<artifactId>protobuf-java</artifactId>
35-
<version>3.21.9</version>
35+
<version>4.33.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.epics</groupId>
@@ -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.2</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.phoebus</groupId>
-281 KB
Binary file not shown.
274 KB
Binary file not shown.
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.epics</groupId>
5-
<artifactId>pbrawclient</artifactId>
6-
<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>
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>org.epics</groupId>
5+
<artifactId>pbrawclient</artifactId>
6+
<name>${project.groupId}:${project.artifactId}</name>
7+
<version>0.2.2</version>
8+
<dependencies>
9+
<dependency>
10+
<groupId>com.google.protobuf</groupId>
11+
<artifactId>protobuf-java</artifactId>
12+
<version>4.33.0</version>
13+
</dependency>
14+
</dependencies>
1515
</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.2</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.2.jar</file>
7775
</configuration>
7876
<goals>
7977
<goal>install-file</goal>

dependencies/phoebus-target/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<classpathentry exported="true" kind="lib" path="target/lib/picocontainer-1.2.jar"/>
135135
<classpathentry exported="true" kind="lib" path="target/lib/poi-5.0.0.jar"/>
136136
<classpathentry exported="true" kind="lib" path="target/lib/postgresql-42.6.2.jar"/>
137-
<classpathentry exported="true" kind="lib" path="target/lib/protobuf-java-3.21.9.jar"/>
137+
<classpathentry exported="true" kind="lib" path="target/lib/protobuf-java-4.33.0.jar"/>
138138
<classpathentry exported="true" kind="lib" path="target/lib/proxytoys-0.1.jar"/>
139139
<classpathentry exported="true" kind="lib" path="target/lib/py4j-0.10.2.1.jar"/>
140140
<classpathentry exported="true" kind="lib" path="target/lib/quartz-2.3.2.jar"/>

dependencies/phoebus-target/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,12 @@
397397
<dependency>
398398
<groupId>com.google.protobuf</groupId>
399399
<artifactId>protobuf-java</artifactId>
400-
<version>3.21.9</version>
400+
<version>4.33.0</version>
401401
</dependency>
402402
<dependency>
403403
<groupId>org.epics</groupId>
404404
<artifactId>pbrawclient</artifactId>
405-
<version>0.0.10</version>
405+
<version>0.2.2</version>
406406
</dependency>
407407
<dependency>
408408
<groupId>org.eclipse.jgit</groupId>

0 commit comments

Comments
 (0)