Skip to content

Commit 39d8493

Browse files
committed
POM: set parent to 7.0.0-SNAPSHOT, remove caj, update plugin versions
1 parent 900d2c5 commit 39d8493

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

bundleJava/pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.epics</groupId>
77
<artifactId>epics-parent</artifactId>
8-
<version>4.7.0-SNAPSHOT</version>
8+
<version>7.0.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>epics-bundle-java</artifactId>
@@ -124,21 +124,6 @@
124124
<classifier>javadoc</classifier>
125125
</dependency>
126126

127-
<dependency>
128-
<groupId>org.epics</groupId>
129-
<artifactId>caj</artifactId>
130-
</dependency>
131-
<dependency>
132-
<groupId>org.epics</groupId>
133-
<artifactId>caj</artifactId>
134-
<classifier>sources</classifier>
135-
</dependency>
136-
<dependency>
137-
<groupId>org.epics</groupId>
138-
<artifactId>caj</artifactId>
139-
<classifier>javadoc</classifier>
140-
</dependency>
141-
142127
<dependency>
143128
<groupId>${project.groupId}</groupId>
144129
<artifactId>epics-directoryService</artifactId>
@@ -339,7 +324,7 @@
339324
<plugin>
340325
<groupId>org.apache.maven.plugins</groupId>
341326
<artifactId>maven-assembly-plugin</artifactId>
342-
<version>2.6</version>
327+
<version>3.1.0</version>
343328
<executions>
344329
<execution>
345330
<id>distro-assembly</id>

0 commit comments

Comments
 (0)