forked from gscokart/jbehave-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JBEHAVE-1083: Inherit from jbehave-pom.
- Loading branch information
1 parent
704146e
commit 74198a3
Showing
3 changed files
with
9 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2003-2012 jbehave.org | ||
Copyright (c) 2003-2015 jbehave.org | ||
|
||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,23 +2,17 @@ | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.sonatype.oss</groupId> | ||
<artifactId>oss-parent</artifactId> | ||
<version>9</version> | ||
<groupId>org.jbehave</groupId> | ||
<artifactId>jbehave-pom</artifactId> | ||
<version>1</version> | ||
</parent> | ||
<groupId>org.jbehave</groupId> | ||
<artifactId>jbehave</artifactId> | ||
<packaging>pom</packaging> | ||
<version>4.0-SNAPSHOT</version> | ||
<name>JBehave</name> | ||
<inceptionYear>2003</inceptionYear> | ||
<description>JBehave is a project that supports and facilitates Behaviour-Driven Development.</description> | ||
<url>http://jbehave.org</url> | ||
<description>JBehave Core is a project providing core functionality supporting and facilitating Behaviour-Driven Development.</description> | ||
|
||
<properties> | ||
<!-- NOTE: Set -Dfile.encoding=UTF-8 in MAVEN_OPTS --> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<resource.encoding>UTF-8</resource.encoding> | ||
<jdk.version>1.5</jdk.version> | ||
</properties> | ||
|
||
|
@@ -352,17 +346,6 @@ | |
</profile> | ||
</profiles> | ||
|
||
<licenses> | ||
<license> | ||
<name>BSD license</name> | ||
<url>https://github.com/jbehave/jbehave-core/blob/master/LICENSE.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<developers /> | ||
<contributors /> | ||
|
||
<scm> | ||
<connection>scm:git:git://github.com/jbehave/jbehave-core.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/jbehave/jbehave-core.git</developerConnection> | ||
|