Skip to content

Commit

Permalink
preparing for 7.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shroffk committed Oct 27, 2020
1 parent 24e1353 commit 0cd5ce4
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 36 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.7</version>
<version>7.0.8-SNAPSHOT</version>
</parent>

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

<name>EPICS Core Distribution Bundle</name>
Expand Down
4 changes: 2 additions & 2 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.7</version>
<version>7.0.8-SNAPSHOT</version>
</parent>

<artifactId>epics-core</artifactId>
<version>7.0.7</version>
<version>7.0.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>EPICS Core Libraries POM</name>
Expand Down
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.7</version>
<version>7.0.8-SNAPSHOT</version>
</parent>

<artifactId>epics-deploy</artifactId>
<version>7.0.7</version>
<version>7.0.8-SNAPSHOT</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.7</version>
<version>7.0.8-SNAPSHOT</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.4</version>
<version>1.0.5-SNAPSHOT</version>
<artifactId>epics-util</artifactId>
<name>org.epics.util</name>
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.7</version>
<version>7.0.8-SNAPSHOT</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.4</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.7</version>
<version>7.0.8-SNAPSHOT</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.4</version>
<version>1.0.5-SNAPSHOT</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.4</version>
<version>1.0.5-SNAPSHOT</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.4</version>
<version>1.0.5-SNAPSHOT</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.5</version>
<version>1.0.6-SNAPSHOT</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.5</version>
<version>1.0.6-SNAPSHOT</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.5</version>
<version>1.0.6-SNAPSHOT</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.5</version>
<version>1.0.6-SNAPSHOT</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.5</version>
<version>1.0.6-SNAPSHOT</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.5</version>
<version>1.0.6-SNAPSHOT</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.5</version>
<version>1.0.6-SNAPSHOT</version>
</parent>
<artifactId>gpclient-sim</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>epics-parent</artifactId>
<version>7.0.7</version>
</parent>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</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.7</version>
<version>7.0.8-SNAPSHOT</version>
</parent>

<artifactId>epics-ntypes</artifactId>
<version>0.3.6</version>
<version>0.3.7-SNAPSHOT</version>

<name>normativeTypesJava</name>
<url>https://github.com/epics-base/normativeTypesJava</url>
Expand Down
14 changes: 7 additions & 7 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.7</version>
<version>7.0.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>EPICS Core Build</name>
Expand All @@ -12,12 +12,12 @@

<properties>
<!-- Matching versions of Core modules -->
<epics-util.version>1.0.4</epics-util.version>
<epics-vtype.version>1.0.4</epics-vtype.version>
<epics-pvdata.version>6.1.6</epics-pvdata.version>
<epics-ntypes.version>0.3.6</epics-ntypes.version>
<epics-pvaccess.version>5.1.6</epics-pvaccess.version>
<jca.version>2.4.6</jca.version>
<epics-util.version>1.0.5-SNAPSHOT</epics-util.version>
<epics-vtype.version>1.0.5-SNAPSHOT</epics-vtype.version>
<epics-pvdata.version>6.1.7-SNAPSHOT</epics-pvdata.version>
<epics-ntypes.version>0.3.7-SNAPSHOT</epics-ntypes.version>
<epics-pvaccess.version>5.1.7-SNAPSHOT</epics-pvaccess.version>
<jca.version>2.4.7-SNAPSHOT</jca.version>
<!-- Versions of examples bundled with Core -->
<!-- Name of javadoc overview page -->
<mainpage.name>${project.name}</mainpage.name>
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.7</version>
<version>7.0.8-SNAPSHOT</version>
</parent>

<artifactId>epics-pvaccess</artifactId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>

<name>pvAccessJava</name>
<url>https://github.com/epics-base/pvAccessJava</url>
Expand Down
6 changes: 3 additions & 3 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.7</version>
<version>7.0.8-SNAPSHOT</version>
</parent>

<artifactId>epics-pvdata</artifactId>
<version>6.1.6</version>
<version>6.1.7-SNAPSHOT</version>

<name>pvDataJava</name>
<url>https://github.com/epics-base/pvDataJava</url>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>epics-util</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 0cd5ce4

Please sign in to comment.