Skip to content

Commit

Permalink
[maven-release-plugin] prepare release nflow-root-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vertti committed May 30, 2014
1 parent 77d18cb commit e6b8386
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion nflow-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>com.nitorcreations</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions nflow-jetty/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<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>nflow-jetty</artifactId>
<packaging>jar</packaging>
Expand All @@ -9,7 +8,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>com.nitorcreations</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
5 changes: 2 additions & 3 deletions nflow-rest-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>nflow-rest-api</artifactId>
<packaging>jar</packaging>
Expand All @@ -8,7 +7,7 @@
<parent>
<artifactId>nflow-root</artifactId>
<groupId>com.nitorcreations</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
5 changes: 2 additions & 3 deletions nflow-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>com.nitorcreations</groupId>
<artifactId>nflow-root</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>nflow-tests</artifactId>
<name>nflow-tests</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>nflow-root</artifactId>
<packaging>pom</packaging>
<description>nFlow Root</description>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<url>https://github.com/NitorCreations/nflow</url>
<licenses>
<license>
Expand All @@ -31,7 +31,7 @@
<scm>
<developerConnection>scm:git:[email protected]:NitorCreations/nflow.git</developerConnection>
<connection>scm:git:[email protected]:NitorCreations/nflow.git</connection>
<tag>HEAD</tag>
<tag>nflow-root-0.1.0</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down

0 comments on commit e6b8386

Please sign in to comment.