Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shroffk authored and ralphlange committed Dec 22, 2017
1 parent 5db3979 commit a210e5e
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bundleJava
2 changes: 1 addition & 1 deletion directoryService
Submodule directoryService updated 1 files
+3 −3 pom.xml
2 changes: 1 addition & 1 deletion epics-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>epics-parent</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
</parent>

<artifactId>epics-core</artifactId>
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,7 +4,7 @@
<parent>
<groupId>org.epics</groupId>
<artifactId>epics-parent</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
</parent>

<artifactId>epics-deploy</artifactId>
Expand All @@ -19,11 +19,11 @@
<groupId>${project.groupId}</groupId>
<artifactId>epics-bundle-java</artifactId>
<type>pom</type>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
</dependency>
</dependencies>

<scm>
<tag>7.0.0-rc1</tag>
<tag>7.0.1</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion exampleJava
2 changes: 1 addition & 1 deletion normativeTypesJava
7 changes: 3 additions & 4 deletions 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>

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

<name>EPICS Core Build</name>
Expand Down Expand Up @@ -52,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>7.0.1</tag>
</scm>

<!-- Project developers (alphabetically) taken from SCM logs -->
Expand Down
2 changes: 1 addition & 1 deletion pvAccessJava
2 changes: 1 addition & 1 deletion pvDataJava
2 changes: 1 addition & 1 deletion pvDatabaseJava
Submodule pvDatabaseJava updated 1 files
+3 −3 pom.xml
2 changes: 1 addition & 1 deletion pvaClientJava
Submodule pvaClientJava updated 1 files
+3 −3 pom.xml

0 comments on commit a210e5e

Please sign in to comment.