Skip to content

Commit db565e4

Browse files
committed
prepare gpclient next release, split gpclient from epics-core versions
1 parent 78c39c1 commit db565e4

9 files changed

Lines changed: 18 additions & 21 deletions

File tree

gpclient/gpclient-ca/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.epics</groupId>
55
<artifactId>gpclient</artifactId>
6-
<version>1.0.4</version>
6+
<version>1.0.5-SNAPSHOT</version>
77
</parent>
88
<artifactId>gpclient-ca</artifactId>
99
<packaging>jar</packaging>
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>org.epics</groupId>
2424
<artifactId>vtype</artifactId>
25-
<version>1.0.3</version>
25+
<version>${epics-vtype.version}</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.epics</groupId>
2929
<artifactId>epics-util</artifactId>
30-
<version>1.0.3</version>
30+
<version>${epics-util.version}</version>
3131
</dependency>
3232
</dependencies>
3333
<build>

gpclient/gpclient-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.epics</groupId>
66
<artifactId>gpclient</artifactId>
7-
<version>1.0.4</version>
7+
<version>1.0.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>gpclient-core</artifactId>
1010
<name>org.epics.gpclient</name>
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>${project.groupId}</groupId>
1515
<artifactId>vtype</artifactId>
16-
<version>1.0.3</version>
16+
<version>${epics-vtype.version}</version>
1717
</dependency>
1818
</dependencies>
1919
</project>

gpclient/gpclient-javafx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.epics</groupId>
66
<artifactId>gpclient</artifactId>
7-
<version>1.0.4</version>
7+
<version>1.0.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>gpclient-javafx</artifactId>
1010
<packaging>jar</packaging>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>${project.groupId}</groupId>
2121
<artifactId>vtype</artifactId>
22-
<version>1.0.3</version>
22+
<version>${epics-vtype.version}</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>${project.groupId}</groupId>

gpclient/gpclient-loc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.epics</groupId>
66
<artifactId>gpclient</artifactId>
7-
<version>1.0.4</version>
7+
<version>1.0.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>gpclient-loc</artifactId>
1010
<packaging>jar</packaging>

gpclient/gpclient-pva/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.epics</groupId>
66
<artifactId>gpclient</artifactId>
7-
<version>1.0.4</version>
7+
<version>1.0.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>gpclient-pva</artifactId>
1010
<packaging>jar</packaging>

gpclient/gpclient-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.epics</groupId>
66
<artifactId>gpclient</artifactId>
7-
<version>1.0.4</version>
7+
<version>1.0.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>gpclient-sample</artifactId>
1010
<packaging>jar</packaging>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>${project.groupId}</groupId>
2121
<artifactId>vtype</artifactId>
22-
<version>1.0.3</version>
22+
<version>${epics-vtype.version}</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>${project.groupId}</groupId>

gpclient/gpclient-sim/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.epics</groupId>
66
<artifactId>gpclient</artifactId>
7-
<version>1.0.4</version>
7+
<version>1.0.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>gpclient-sim</artifactId>
1010
<packaging>jar</packaging>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>${project.groupId}</groupId>
2121
<artifactId>vtype</artifactId>
22-
<version>1.0.3</version>
22+
<version>${epics-vtype.version}</version>
2323
</dependency>
2424
</dependencies>
2525
<build>

gpclient/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<parent>
77
<groupId>org.epics</groupId>
88
<artifactId>epics-parent</artifactId>
9-
<version>7.0.6</version>
9+
<version>7.0.7-SNAPSHOT</version>
1010
</parent>
11-
<version>1.0.4</version>
11+
<version>1.0.5-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>The generic purpose JAVA EPICS client.</description>
1414
<properties>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>${project.groupId}</groupId>
9898
<artifactId>epics-util</artifactId>
99-
<version>1.0.3</version>
99+
<version>${epics-util.version}</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>junit</groupId>
@@ -127,8 +127,4 @@
127127
</modules>
128128
</profile>
129129
</profiles>
130-
131-
<scm>
132-
<tag>gpclient-1.0.4</tag>
133-
</scm>
134130
</project>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
<properties>
1414
<!-- Matching versions of Core modules -->
1515
<epics-util.version>1.0.4-SNAPSHOT</epics-util.version>
16+
<epics-vtype.version>1.0.4-SNAPSHOT</epics-vtype.version>
1617
<epics-pvdata.version>6.1.6-SNAPSHOT</epics-pvdata.version>
1718
<epics-ntypes.version>0.3.6-SNAPSHOT</epics-ntypes.version>
1819
<epics-pvaccess.version>5.1.6-SNAPSHOT</epics-pvaccess.version>
19-
<jca.version>2.4.5</jca.version>
20+
<jca.version>2.4.6-SNAPSHOT</jca.version>
2021
<!-- Versions of examples bundled with Core -->
2122
<!-- Name of javadoc overview page -->
2223
<mainpage.name>${project.name}</mainpage.name>

0 commit comments

Comments
 (0)