Skip to content

Commit 99c4f97

Browse files
committed
[maven-release-plugin] prepare release 7.0.10
1 parent 6ac5158 commit 99c4f97

File tree

20 files changed

+34
-34
lines changed

20 files changed

+34
-34
lines changed

bundleJava/pom.xml

Lines changed: 2 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.10-SNAPSHOT</version>
7+
<version>7.0.10</version>
88
</parent>
99

1010
<artifactId>epics-bundle-java</artifactId>
11-
<version>7.0.10-SNAPSHOT</version>
11+
<version>7.0.10</version>
1212
<packaging>pom</packaging>
1313

1414
<name>EPICS Core Distribution Bundle</name>

epics-core/pom.xml

Lines changed: 3 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.10-SNAPSHOT</version>
7+
<version>7.0.10</version>
88
</parent>
99

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

1414
<name>EPICS Core Libraries POM</name>
@@ -39,6 +39,6 @@
3939
</dependencies>
4040

4141
<scm>
42-
<tag>7.0.7</tag>
42+
<tag>7.0.10</tag>
4343
</scm>
4444
</project>

epics-deploy/pom.xml

Lines changed: 3 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.10-SNAPSHOT</version>
7+
<version>7.0.10</version>
88
</parent>
99

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

1414
<name>EPICS Core Nexus Deploy</name>
@@ -20,7 +20,7 @@
2020
<groupId>${project.groupId}</groupId>
2121
<artifactId>epics-bundle-java</artifactId>
2222
<type>pom</type>
23-
<version>7.0.10-SNAPSHOT</version>
23+
<version>7.0.10</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

epics-util/pom.xml

Lines changed: 2 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.7-SNAPSHOT</version>
4+
<version>1.0.7</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.10-SNAPSHOT</version>
10+
<version>7.0.10</version>
1111
</parent>
1212
<description>Basic Java utility classes to be shared across projects until
1313
suitable replacements are available in the JDK.</description>

epics-vtype/pom.xml

Lines changed: 2 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.7-SNAPSHOT</version>
6+
<version>1.0.7</version>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>org.epics</groupId>
1010
<artifactId>epics-parent</artifactId>
11-
<version>7.0.10-SNAPSHOT</version>
11+
<version>7.0.10</version>
1212
</parent>
1313
<description>A set of standard types for value processing.</description>
1414
<properties>

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

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.7-SNAPSHOT</version>
7+
<version>1.0.7</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.7-SNAPSHOT</version>
7+
<version>1.0.7</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.8-SNAPSHOT</version>
6+
<version>1.0.8</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.8-SNAPSHOT</version>
7+
<version>1.0.8</version>
88
</parent>
99
<artifactId>gpclient-core</artifactId>
1010
<name>org.epics.gpclient</name>

0 commit comments

Comments
 (0)