Skip to content

Commit 3eb05bc

Browse files
committed
[maven-release-plugin] prepare release epics-7.0.2
1 parent 3052886 commit 3eb05bc

File tree

19 files changed

+171
-148
lines changed

19 files changed

+171
-148
lines changed

bundleJava/pom.xml

Lines changed: 1 addition & 1 deletion
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>7.0.2-SNAPSHOT</version>
8+
<version>7.0.2</version>
99
</parent>
1010

1111
<artifactId>epics-bundle-java</artifactId>

epics-core/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>org.epics</groupId>
76
<artifactId>epics-parent</artifactId>
8-
<version>7.0.2-SNAPSHOT</version>
7+
<version>7.0.2</version>
98
</parent>
109

1110
<artifactId>epics-core</artifactId>
@@ -34,4 +33,8 @@
3433
</dependency>
3534
</dependencies>
3635

36+
37+
<scm>
38+
<tag>epics-7.0.2</tag>
39+
</scm>
3740
</project>

epics-deploy/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>org.epics</groupId>
76
<artifactId>epics-parent</artifactId>
8-
<version>7.0.2-SNAPSHOT</version>
7+
<version>7.0.2</version>
98
</parent>
109

1110
<artifactId>epics-deploy</artifactId>
@@ -20,8 +19,12 @@
2019
<groupId>${project.groupId}</groupId>
2120
<artifactId>epics-bundle-java</artifactId>
2221
<type>pom</type>
23-
<version>${project.version}</version>
22+
<version>7.0.2</version>
2423
</dependency>
2524
</dependencies>
2625

26+
27+
<scm>
28+
<tag>epics-7.0.2</tag>
29+
</scm>
2730
</project>

epics-util/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<version>1.0.0-SNAPSHOT</version>
4+
<version>1.0.0</version>
55
<artifactId>epics-util</artifactId>
66
<name>org.epics.util</name>
77
<parent>
88
<groupId>org.epics</groupId>
99
<artifactId>epics-parent</artifactId>
10-
<version>7.0.2-SNAPSHOT</version>
10+
<version>7.0.2</version>
1111
</parent>
1212
<description>Basic Java utility classes to be shared across projects until
1313
suitable replacements are available in the JDK.</description>
@@ -88,4 +88,8 @@
8888
</dependency>
8989
</dependencies>
9090
<groupId>org.epics</groupId>
91+
92+
<scm>
93+
<tag>epics-7.0.2</tag>
94+
</scm>
9195
</project>

epics-vtype/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>epics-vtype-all</artifactId>
55
<name>epics-vtype</name>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>org.epics</groupId>
1010
<artifactId>epics-parent</artifactId>
11-
<version>7.0.2-SNAPSHOT</version>
11+
<version>7.0.2</version>
1212
</parent>
1313
<description>A set of standard types for value processing.</description>
1414
<properties>
@@ -71,4 +71,8 @@
7171
</dependency>
7272
</dependencies>
7373
<groupId>org.epics</groupId>
74+
75+
<scm>
76+
<tag>epics-7.0.2</tag>
77+
</scm>
7478
</project>

epics-vtype/vtype-json/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>epics-vtype-all</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>vtype-json</artifactId>
1010
<name>org.epics.vtype.json</name>

epics-vtype/vtype/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>epics-vtype-all</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>vtype</artifactId>
1010
<name>org.epics.vtype</name>

gpclient/gpclient-ca/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>org.epics</groupId>
65
<artifactId>gpclient</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
87
</parent>
98
<artifactId>gpclient-ca</artifactId>
109
<packaging>jar</packaging>
@@ -14,7 +13,7 @@
1413
<dependency>
1514
<groupId>org.epics</groupId>
1615
<artifactId>jca</artifactId>
17-
<version>2.4.1</version>
16+
<version>2.4.2</version>
1817
</dependency>
1918
<dependency>
2019
<groupId>${project.groupId}</groupId>

gpclient/gpclient-core/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.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>gpclient-core</artifactId>
1010
<name>org.epics.gpclient</name>

gpclient/gpclient-javafx/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.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<artifactId>gpclient-javafx</artifactId>
1010
<packaging>jar</packaging>

0 commit comments

Comments
 (0)