Skip to content

Commit

Permalink
JAL-220 Move Cucumber to Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vvedenin committed Apr 13, 2016
1 parent 67a8e94 commit 4c4d94c
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 10 deletions.
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.vedenin</groupId>
<artifactId>apache-commons-lib</artifactId>
<version>0.01</version>
<name>Common frameworks:: Apache</name>
<name>Common frameworks :: Apache</name>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion hellowords/1.1-common-frameworks-and-lib/guava-lib/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.vedenin</groupId>
<artifactId>guava-lib</artifactId>
<version>0.01</version>
<name>Common frameworks:: guava</name>
<name>Common frameworks :: guava</name>

<build>
<plugins>
Expand Down
1 change: 0 additions & 1 deletion hellowords/1.1-common-frameworks-and-lib/pom.xml
Expand Up @@ -28,6 +28,5 @@
<module>quasar</module>
<module>apache-commons-lib</module>
<module>guava-lib</module>
<module>cucumber</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion hellowords/1.1-common-frameworks-and-lib/quasar/pom.xml
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quasar</artifactId>
<name>Common frameworks:: Quasar</name>
<name>Common frameworks :: Quasar</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion hellowords/1.1-common-frameworks-and-lib/spring/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.vedenin</groupId>
<artifactId>spring</artifactId>
<version>0.01</version>
<name>Common frameworks:: Spring</name>
<name>Common frameworks :: Spring</name>

<build>
<plugins>
Expand Down
@@ -1,5 +1,5 @@
#Generated by Maven
#Wed Apr 13 14:45:57 CEST 2016
#Wed Apr 13 16:33:54 CEST 2016
version=0.1-SNAPSHOT
groupId=com.github.vedenin
artifactId=dependency-injection-guice
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.vedenin</groupId>
<artifactId>dependency-injection-spring</artifactId>
<version>0.01</version>
<name>Dependency injections:: Spring</name>
<name>Dependency injections :: Spring</name>

<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion hellowords/2.8-machine-learning/deeplearning4j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.vedenin</groupId>
<artifactId>deeplearning4j</artifactId>
<version>0.01</version>
<name>Machine Learning:: Deeplearning4j</name>
<name>Machine Learning :: Deeplearning4j</name>

<properties>
<nd4j.version>0.4-rc3.8</nd4j.version>
Expand Down
2 changes: 1 addition & 1 deletion hellowords/2.8-machine-learning/smile/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.vedenin</groupId>
<artifactId>smile</artifactId>
<version>0.01</version>
<name>Machine Learning:: Smile</name>
<name>Machine Learning :: Smile</name>

<build>
<plugins>
Expand Down
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cucumber</artifactId>
<name>Common frameworks:: Cucumber</name>
<name>Testing :: Cucumber</name>

<properties>
<java.version>1.7</java.version>
Expand Down
19 changes: 19 additions & 0 deletions hellowords/4.1-testing/pom.xml
@@ -0,0 +1,19 @@
<?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">
<parent>
<artifactId>hellowords</artifactId>
<groupId>com.github.vedenin</groupId>
<version>0.01</version>
</parent>
<packaging>pom</packaging>
<name>Testing</name>
<modelVersion>4.0.0</modelVersion>

<artifactId>4.1-testing</artifactId>

<modules>
<module>cucumber</module>
</modules>
</project>
1 change: 1 addition & 0 deletions hellowords/pom.xml
Expand Up @@ -30,5 +30,6 @@
<module>2.8-machine-learning</module>
<module>2.8-natural-language-processing</module>
<module>3.7-web-crawling-and-html-parser</module>
<module>4.1-testing</module>
</modules>
</project>

0 comments on commit 4c4d94c

Please sign in to comment.