Skip to content

Commit 42f502d

Browse files
committed
[maven-release-plugin] prepare release 7.0.5
1 parent 669b241 commit 42f502d

File tree

19 files changed

+86
-54
lines changed

19 files changed

+86
-54
lines changed

bundleJava/pom.xml

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

1010
<artifactId>epics-bundle-java</artifactId>
11-
<version>7.0.4-SNAPSHOT</version>
11+
<version>7.0.5</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>7.0.5</tag>
171+
</scm>
168172
</project>

epics-core/pom.xml

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

1010
<artifactId>epics-core</artifactId>
11-
<version>7.0.4-SNAPSHOT</version>
11+
<version>7.0.5</version>
1212
<packaging>pom</packaging>
1313

1414
<name>EPICS Core Libraries POM</name>
@@ -35,7 +35,11 @@
3535
<dependency>
3636
<groupId>org.epics</groupId>
3737
<artifactId>jca</artifactId>
38-
<version>2.4.4-SNAPSHOT</version>
38+
<version>2.4.4</version>
3939
</dependency>
4040
</dependencies>
41+
42+
<scm>
43+
<tag>7.0.5</tag>
44+
</scm>
4145
</project>

epics-deploy/pom.xml

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

1010
<artifactId>epics-deploy</artifactId>
11-
<version>7.0.4-SNAPSHOT</version>
11+
<version>7.0.5</version>
1212
<packaging>pom</packaging>
1313

1414
<name>EPICS Core Nexus Deploy</name>
@@ -20,7 +20,11 @@
2020
<groupId>${project.groupId}</groupId>
2121
<artifactId>epics-bundle-java</artifactId>
2222
<type>pom</type>
23-
<version>7.0.4-SNAPSHOT</version>
23+
<version>7.0.5</version>
2424
</dependency>
2525
</dependencies>
26+
27+
<scm>
28+
<tag>7.0.5</tag>
29+
</scm>
2630
</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.2-SNAPSHOT</version>
4+
<version>1.0.2</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.5-SNAPSHOT</version>
10+
<version>7.0.5</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>7.0.5</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.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>org.epics</groupId>
1010
<artifactId>epics-parent</artifactId>
11-
<version>7.0.5-SNAPSHOT</version>
11+
<version>7.0.5</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>7.0.5</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.2-SNAPSHOT</version>
7+
<version>1.0.2</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.2-SNAPSHOT</version>
7+
<version>1.0.2</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.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
</parent>
88
<artifactId>gpclient-ca</artifactId>
99
<packaging>jar</packaging>

gpclient/gpclient-core/pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
<?xml version="1.0"?>
2-
<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">
3-
<modelVersion>4.0.0</modelVersion>
4-
<parent>
5-
<groupId>org.epics</groupId>
6-
<artifactId>gpclient</artifactId>
7-
<version>1.0.2-SNAPSHOT</version>
8-
</parent>
9-
<artifactId>gpclient-core</artifactId>
10-
<name>org.epics.gpclient</name>
11-
<description>The main library for the generic purpose JAVA EPICS client.</description>
12-
<dependencies>
13-
<dependency>
14-
<groupId>${project.groupId}</groupId>
15-
<artifactId>vtype</artifactId>
16-
<version>${project.version}</version>
17-
</dependency>
18-
</dependencies>
19-
</project>
1+
<?xml version="1.0"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>org.epics</groupId>
6+
<artifactId>gpclient</artifactId>
7+
<version>1.0.2</version>
8+
</parent>
9+
<artifactId>gpclient-core</artifactId>
10+
<name>org.epics.gpclient</name>
11+
<description>The main library for the generic purpose JAVA EPICS client.</description>
12+
<dependencies>
13+
<dependency>
14+
<groupId>${project.groupId}</groupId>
15+
<artifactId>vtype</artifactId>
16+
<version>${project.version}</version>
17+
</dependency>
18+
</dependencies>
19+
</project>

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

0 commit comments

Comments
 (0)