Skip to content

Commit 4c4d94c

Browse files
author
vvedenin
committed
JAL-220 Move Cucumber to Testing
1 parent 67a8e94 commit 4c4d94c

File tree

16 files changed

+29
-10
lines changed

16 files changed

+29
-10
lines changed

hellowords/1.1-common-frameworks-and-lib/apache-commons-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.vedenin</groupId>
88
<artifactId>apache-commons-lib</artifactId>
99
<version>0.01</version>
10-
<name>Common frameworks:: Apache</name>
10+
<name>Common frameworks :: Apache</name>
1111

1212
<build>
1313
<plugins>

hellowords/1.1-common-frameworks-and-lib/guava-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.vedenin</groupId>
88
<artifactId>guava-lib</artifactId>
99
<version>0.01</version>
10-
<name>Common frameworks:: guava</name>
10+
<name>Common frameworks :: guava</name>
1111

1212
<build>
1313
<plugins>

hellowords/1.1-common-frameworks-and-lib/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@
2828
<module>quasar</module>
2929
<module>apache-commons-lib</module>
3030
<module>guava-lib</module>
31-
<module>cucumber</module>
3231
</modules>
3332
</project>

hellowords/1.1-common-frameworks-and-lib/quasar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>quasar</artifactId>
13-
<name>Common frameworks:: Quasar</name>
13+
<name>Common frameworks :: Quasar</name>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

hellowords/1.1-common-frameworks-and-lib/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.vedenin</groupId>
88
<artifactId>spring</artifactId>
99
<version>0.01</version>
10-
<name>Common frameworks:: Spring</name>
10+
<name>Common frameworks :: Spring</name>
1111

1212
<build>
1313
<plugins>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven
2-
#Wed Apr 13 14:45:57 CEST 2016
2+
#Wed Apr 13 16:33:54 CEST 2016
33
version=0.1-SNAPSHOT
44
groupId=com.github.vedenin
55
artifactId=dependency-injection-guice

hellowords/1.6-usefull-libraries/dependency_injection/dependency-injection-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.vedenin</groupId>
88
<artifactId>dependency-injection-spring</artifactId>
99
<version>0.01</version>
10-
<name>Dependency injections:: Spring</name>
10+
<name>Dependency injections :: Spring</name>
1111

1212
<build>
1313
<plugins>

hellowords/2.8-machine-learning/deeplearning4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.vedenin</groupId>
88
<artifactId>deeplearning4j</artifactId>
99
<version>0.01</version>
10-
<name>Machine Learning:: Deeplearning4j</name>
10+
<name>Machine Learning :: Deeplearning4j</name>
1111

1212
<properties>
1313
<nd4j.version>0.4-rc3.8</nd4j.version>

hellowords/2.8-machine-learning/smile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.vedenin</groupId>
88
<artifactId>smile</artifactId>
99
<version>0.01</version>
10-
<name>Machine Learning:: Smile</name>
10+
<name>Machine Learning :: Smile</name>
1111

1212
<build>
1313
<plugins>

hellowords/1.1-common-frameworks-and-lib/cucumber/pom.xml renamed to hellowords/4.1-testing/cucumber/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>cucumber</artifactId>
12-
<name>Common frameworks:: Cucumber</name>
12+
<name>Testing :: Cucumber</name>
1313

1414
<properties>
1515
<java.version>1.7</java.version>

0 commit comments

Comments
 (0)