Skip to content

Commit a210e5e

Browse files
shroffkralphlange
authored andcommitted
[maven-release-plugin] prepare release 7.0.1
1 parent 5db3979 commit a210e5e

File tree

11 files changed

+15
-16
lines changed

11 files changed

+15
-16
lines changed

bundleJava

directoryService

epics-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>epics-parent</artifactId>
7-
<version>7.0.1-SNAPSHOT</version>
7+
<version>7.0.1</version>
88
</parent>
99

1010
<artifactId>epics-core</artifactId>

epics-deploy/pom.xml

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

1010
<artifactId>epics-deploy</artifactId>
@@ -19,11 +19,11 @@
1919
<groupId>${project.groupId}</groupId>
2020
<artifactId>epics-bundle-java</artifactId>
2121
<type>pom</type>
22-
<version>7.0.1-SNAPSHOT</version>
22+
<version>7.0.1</version>
2323
</dependency>
2424
</dependencies>
2525

2626
<scm>
27-
<tag>7.0.0-rc1</tag>
27+
<tag>7.0.1</tag>
2828
</scm>
2929
</project>

normativeTypesJava

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

54
<groupId>org.epics</groupId>
65
<artifactId>epics-parent</artifactId>
7-
<version>7.0.1-SNAPSHOT</version>
6+
<version>7.0.1</version>
87
<packaging>pom</packaging>
98

109
<name>EPICS Core Build</name>
@@ -52,7 +51,7 @@
5251
<connection>scm:git:https://github.com/epics-base/epicsCoreJava.git</connection>
5352
<developerConnection>scm:git:https://github.com/epics-base/epicsCoreJava.git</developerConnection>
5453
<url>https://github.com/epics-base/epicsCoreJava</url>
55-
<tag>HEAD</tag>
54+
<tag>7.0.1</tag>
5655
</scm>
5756

5857
<!-- Project developers (alphabetically) taken from SCM logs -->

pvAccessJava

pvDataJava

pvDatabaseJava

0 commit comments

Comments
 (0)