Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
shroffk committed May 22, 2023
1 parent 00cf65f commit 54d92e3
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions bundleJava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</parent>

<artifactId>epics-bundle-java</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
<packaging>pom</packaging>

<name>EPICS Core Distribution Bundle</name>
Expand Down
6 changes: 3 additions & 3 deletions epics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</parent>

<artifactId>epics-core</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
<packaging>pom</packaging>

<name>EPICS Core Libraries POM</name>
Expand Down Expand Up @@ -39,6 +39,6 @@
</dependencies>

<scm>
<tag>7.0.7</tag>
<tag>7.0.9</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions epics-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</parent>

<artifactId>epics-deploy</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
<packaging>pom</packaging>

<name>EPICS Core Nexus Deploy</name>
Expand All @@ -20,7 +20,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>epics-bundle-java</artifactId>
<type>pom</type>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions epics-util/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<artifactId>epics-util</artifactId>
<name>org.epics.util</name>
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</parent>
<description>Basic Java utility classes to be shared across projects until
suitable replacements are available in the JDK.</description>
Expand Down
4 changes: 2 additions & 2 deletions epics-vtype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>epics-vtype-all</artifactId>
<name>epics-vtype</name>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<packaging>pom</packaging>
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</parent>
<description>A set of standard types for value processing.</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion epics-vtype/vtype-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-vtype-all</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>vtype-gson</artifactId>
<name>org.epics.vtype.gson</name>
Expand Down
2 changes: 1 addition & 1 deletion epics-vtype/vtype-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-vtype-all</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>vtype-json</artifactId>
<name>org.epics.vtype.json</name>
Expand Down
2 changes: 1 addition & 1 deletion epics-vtype/vtype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-vtype-all</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>
<artifactId>vtype</artifactId>
<name>org.epics.vtype</name>
Expand Down
2 changes: 1 addition & 1 deletion gpclient/gpclient-ca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>gpclient</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<artifactId>gpclient-ca</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gpclient/gpclient-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>gpclient</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<artifactId>gpclient-core</artifactId>
<name>org.epics.gpclient</name>
Expand Down
2 changes: 1 addition & 1 deletion gpclient/gpclient-javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>gpclient</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<artifactId>gpclient-javafx</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gpclient/gpclient-loc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>gpclient</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<artifactId>gpclient-loc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gpclient/gpclient-pva/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>gpclient</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<artifactId>gpclient-pva</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gpclient/gpclient-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>gpclient</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<artifactId>gpclient-sample</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gpclient/gpclient-sim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>gpclient</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<artifactId>gpclient-sim</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions gpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</parent>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>pom</packaging>
<description>The generic purpose JAVA EPICS client.</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions normativeTypesJava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</parent>

<artifactId>epics-ntypes</artifactId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.8</version>

<name>normativeTypesJava</name>
<url>https://github.com/epics-base/normativeTypesJava</url>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
<packaging>pom</packaging>

<name>EPICS Core Build</name>
Expand Down Expand Up @@ -52,7 +52,7 @@
<connection>scm:git:https://github.com/epics-base/epicsCoreJava.git</connection>
<developerConnection>scm:git:https://github.com/epics-base/epicsCoreJava.git</developerConnection>
<url>https://github.com/epics-base/epicsCoreJava</url>
<tag>7.0.7</tag>
<tag>7.0.9</tag>
</scm>

<!-- Project developers (alphabetically) taken from SCM logs -->
Expand Down
4 changes: 2 additions & 2 deletions pvAccessJava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</parent>

<artifactId>epics-pvaccess</artifactId>
<version>5.1.8-SNAPSHOT</version>
<version>5.1.8</version>

<name>pvAccessJava</name>
<url>https://github.com/epics-base/pvAccessJava</url>
Expand Down
8 changes: 4 additions & 4 deletions pvDataJava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.9-SNAPSHOT</version>
<version>7.0.9</version>
</parent>

<artifactId>epics-pvdata</artifactId>
<version>6.1.8-SNAPSHOT</version>
<version>6.1.8</version>

<name>pvDataJava</name>
<url>https://github.com/epics-base/pvDataJava</url>
Expand Down Expand Up @@ -40,13 +40,13 @@
<url>https://github.com/epics-base/pvDataJava</url>
<connection>https://github.com/epics-base/pvDataJava</connection>
<developerConnection>https://github.com/epics-base/pvDataJava</developerConnection>
<tag>7.0.7</tag>
<tag>7.0.9</tag>
</scm>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>epics-util</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 54d92e3

Please sign in to comment.