Skip to content

Commit

Permalink
[maven-release-plugin] prepare release epics-parent-7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shroffk committed Sep 24, 2019
1 parent 3bf43c8 commit 958e85d
Show file tree
Hide file tree
Showing 19 changed files with 70 additions and 38 deletions.
10 changes: 7 additions & 3 deletions bundleJava/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<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">
<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>

<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.3-SNAPSHOT</version>
<version>7.0.4</version>
</parent>

<artifactId>epics-bundle-java</artifactId>
<version>7.0.3</version>
<packaging>pom</packaging>

<name>EPICS Core Distribution Bundle</name>
Expand Down Expand Up @@ -165,4 +165,8 @@

</plugins>
</build>

<scm>
<tag>epics-parent-7.0.4</tag>
</scm>
</project>
9 changes: 7 additions & 2 deletions epics-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.3-SNAPSHOT</version>
<version>7.0.4</version>
</parent>

<artifactId>epics-core</artifactId>
<version>7.0.3</version>
<packaging>pom</packaging>

<name>EPICS Core Libraries POM</name>
Expand All @@ -34,7 +35,11 @@
<dependency>
<groupId>org.epics</groupId>
<artifactId>jca</artifactId>
<version>${jca.version}</version>
<version>2.4.3</version>
</dependency>
</dependencies>

<scm>
<tag>epics-parent-7.0.4</tag>
</scm>
</project>
9 changes: 7 additions & 2 deletions epics-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.3-SNAPSHOT</version>
<version>7.0.4</version>
</parent>

<artifactId>epics-deploy</artifactId>
<version>7.0.3</version>
<packaging>pom</packaging>

<name>EPICS Core Nexus Deploy</name>
Expand All @@ -19,8 +20,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>epics-bundle-java</artifactId>
<type>pom</type>
<version>7.0.3-SNAPSHOT</version>
<version>7.0.3</version>
</dependency>
</dependencies>


<scm>
<tag>epics-parent-7.0.4</tag>
</scm>
</project>
8 changes: 6 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.1-SNAPSHOT</version>
<version>1.0.1</version>
<artifactId>epics-util</artifactId>
<name>org.epics.util</name>
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.3-SNAPSHOT</version>
<version>7.0.4</version>
</parent>
<description>Basic Java utility classes to be shared across projects until
suitable replacements are available in the JDK.</description>
Expand Down Expand Up @@ -88,4 +88,8 @@
</dependency>
</dependencies>
<groupId>org.epics</groupId>

<scm>
<tag>epics-parent-7.0.4</tag>
</scm>
</project>
8 changes: 6 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.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.3-SNAPSHOT</version>
<version>7.0.4</version>
</parent>
<description>A set of standard types for value processing.</description>
<properties>
Expand Down Expand Up @@ -71,4 +71,8 @@
</dependency>
</dependencies>
<groupId>org.epics</groupId>

<scm>
<tag>epics-parent-7.0.4</tag>
</scm>
</project>
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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</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.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>gpclient-sim</artifactId>
<packaging>jar</packaging>
Expand Down
12 changes: 7 additions & 5 deletions gpclient/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<?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">
<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>
<artifactId>gpclient</artifactId>
<name>gpclient</name>
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.3-SNAPSHOT</version>
<version>7.0.4</version>
</parent>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<description>The generic purpose JAVA EPICS client.</description>
<properties>
Expand Down Expand Up @@ -129,4 +127,8 @@
</modules>
</profile>
</profiles>

<scm>
<tag>epics-parent-7.0.4</tag>
</scm>
</project>
8 changes: 6 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.3-SNAPSHOT</version>
<version>7.0.4</version>
</parent>

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

<name>normativeTypesJava</name>
<url>https://github.com/epics-base/normativeTypesJava</url>
Expand All @@ -28,4 +28,8 @@
<artifactId>epics-pvdata</artifactId>
</dependency>
</dependencies>

<scm>
<tag>epics-parent-7.0.4</tag>
</scm>
</project>
10 changes: 5 additions & 5 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.4-SNAPSHOT</version>
<version>7.0.4</version>
<packaging>pom</packaging>

<name>EPICS Core Build</name>
Expand Down Expand Up @@ -51,7 +51,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>HEAD</tag>
<tag>epics-parent-7.0.4</tag>
</scm>

<!-- Project developers (alphabetically) taken from SCM logs -->
Expand Down Expand Up @@ -218,18 +218,18 @@
<dependency>
<groupId>org.epics</groupId>
<artifactId>jca</artifactId>
<version>${jca.version}</version>
<version>2.4.3</version>
</dependency>
<dependency>
<groupId>org.epics</groupId>
<artifactId>jca</artifactId>
<version>${jca.version}</version>
<version>2.4.3</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.epics</groupId>
<artifactId>jca</artifactId>
<version>${jca.version}</version>
<version>2.4.3</version>
<classifier>javadoc</classifier>
</dependency>

Expand Down
8 changes: 6 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.3-SNAPSHOT</version>
<version>7.0.4</version>
</parent>

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

<name>pvAccessJava</name>
<url>https://github.com/epics-base/pvAccessJava</url>
Expand Down Expand Up @@ -292,4 +292,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>epics-parent-7.0.4</tag>
</scm>
</project>
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.3-SNAPSHOT</version>
<version>7.0.4</version>
</parent>

<artifactId>epics-pvdata</artifactId>
<version>6.1.3-SNAPSHOT</version>
<version>6.1.3</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>HEAD</tag>
<tag>epics-parent-7.0.4</tag>
</scm>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>epics-util</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 958e85d

Please sign in to comment.