Skip to content

Commit 958e85d

Browse files
committed
[maven-release-plugin] prepare release epics-parent-7.0.4
1 parent 3bf43c8 commit 958e85d

File tree

19 files changed

+70
-38
lines changed

19 files changed

+70
-38
lines changed

bundleJava/pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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.3-SNAPSHOT</version>
7+
<version>7.0.4</version>
98
</parent>
109

1110
<artifactId>epics-bundle-java</artifactId>
11+
<version>7.0.3</version>
1212
<packaging>pom</packaging>
1313

1414
<name>EPICS Core Distribution Bundle</name>
@@ -165,4 +165,8 @@
165165

166166
</plugins>
167167
</build>
168+
169+
<scm>
170+
<tag>epics-parent-7.0.4</tag>
171+
</scm>
168172
</project>

epics-core/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>org.epics</groupId>
66
<artifactId>epics-parent</artifactId>
7-
<version>7.0.3-SNAPSHOT</version>
7+
<version>7.0.4</version>
88
</parent>
99

1010
<artifactId>epics-core</artifactId>
11+
<version>7.0.3</version>
1112
<packaging>pom</packaging>
1213

1314
<name>EPICS Core Libraries POM</name>
@@ -34,7 +35,11 @@
3435
<dependency>
3536
<groupId>org.epics</groupId>
3637
<artifactId>jca</artifactId>
37-
<version>${jca.version}</version>
38+
<version>2.4.3</version>
3839
</dependency>
3940
</dependencies>
41+
42+
<scm>
43+
<tag>epics-parent-7.0.4</tag>
44+
</scm>
4045
</project>

epics-deploy/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<parent>
55
<groupId>org.epics</groupId>
66
<artifactId>epics-parent</artifactId>
7-
<version>7.0.3-SNAPSHOT</version>
7+
<version>7.0.4</version>
88
</parent>
99

1010
<artifactId>epics-deploy</artifactId>
11+
<version>7.0.3</version>
1112
<packaging>pom</packaging>
1213

1314
<name>EPICS Core Nexus Deploy</name>
@@ -19,8 +20,12 @@
1920
<groupId>${project.groupId}</groupId>
2021
<artifactId>epics-bundle-java</artifactId>
2122
<type>pom</type>
22-
<version>7.0.3-SNAPSHOT</version>
23+
<version>7.0.3</version>
2324
</dependency>
2425
</dependencies>
2526

27+
28+
<scm>
29+
<tag>epics-parent-7.0.4</tag>
30+
</scm>
2631
</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.1-SNAPSHOT</version>
4+
<version>1.0.1</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.3-SNAPSHOT</version>
10+
<version>7.0.4</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-parent-7.0.4</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.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>org.epics</groupId>
1010
<artifactId>epics-parent</artifactId>
11-
<version>7.0.3-SNAPSHOT</version>
11+
<version>7.0.4</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-parent-7.0.4</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.1-SNAPSHOT</version>
7+
<version>1.0.1</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.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99
<artifactId>vtype</artifactId>
1010
<name>org.epics.vtype</name>

gpclient/gpclient-ca/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
</parent>
88
<artifactId>gpclient-ca</artifactId>
99
<packaging>jar</packaging>

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

0 commit comments

Comments
 (0)