Skip to content

Commit

Permalink
[maven-release-plugin] prepare release epics-7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shroffk committed Nov 2, 2018
1 parent 3052886 commit 3eb05bc
Show file tree
Hide file tree
Showing 19 changed files with 171 additions and 148 deletions.
2 changes: 1 addition & 1 deletion bundleJava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.2-SNAPSHOT</version>
<version>7.0.2</version>
</parent>

<artifactId>epics-bundle-java</artifactId>
Expand Down
9 changes: 6 additions & 3 deletions epics-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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.2-SNAPSHOT</version>
<version>7.0.2</version>
</parent>

<artifactId>epics-core</artifactId>
Expand Down Expand Up @@ -34,4 +33,8 @@
</dependency>
</dependencies>


<scm>
<tag>epics-7.0.2</tag>
</scm>
</project>
11 changes: 7 additions & 4 deletions epics-deploy/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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.2-SNAPSHOT</version>
<version>7.0.2</version>
</parent>

<artifactId>epics-deploy</artifactId>
Expand All @@ -20,8 +19,12 @@
<groupId>${project.groupId}</groupId>
<artifactId>epics-bundle-java</artifactId>
<type>pom</type>
<version>${project.version}</version>
<version>7.0.2</version>
</dependency>
</dependencies>


<scm>
<tag>epics-7.0.2</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.0-SNAPSHOT</version>
<version>1.0.0</version>
<artifactId>epics-util</artifactId>
<name>org.epics.util</name>
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.2-SNAPSHOT</version>
<version>7.0.2</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-7.0.2</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.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.2-SNAPSHOT</version>
<version>7.0.2</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-7.0.2</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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>vtype</artifactId>
<name>org.epics.vtype</name>
Expand Down
7 changes: 3 additions & 4 deletions gpclient/gpclient-ca/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>gpclient</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>gpclient-ca</artifactId>
<packaging>jar</packaging>
Expand All @@ -14,7 +13,7 @@
<dependency>
<groupId>org.epics</groupId>
<artifactId>jca</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<artifactId>gpclient-sim</artifactId>
<packaging>jar</packaging>
Expand Down
8 changes: 6 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.2-SNAPSHOT</version>
<version>7.0.2</version>
</parent>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<description>The generic purpose JAVA EPICS client.</description>
<properties>
Expand Down Expand Up @@ -118,4 +118,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>epics-7.0.2</tag>
</scm>
</project>
11 changes: 7 additions & 4 deletions normativeTypesJava/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +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.2-SNAPSHOT</version>
<version>7.0.2</version>
</parent>

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

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


<scm>
<tag>epics-7.0.2</tag>
</scm>
</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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>epics-parent-7.0.2</tag>
<tag>epics-7.0.2</tag>
</scm>

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

Expand Down
Loading

0 comments on commit 3eb05bc

Please sign in to comment.