Skip to content

Commit fcca910

Browse files
committed
enable tests by default and align versions
1 parent b49342b commit fcca910

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

core-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>tel.schich</groupId>
88
<artifactId>javacan</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>javacan-core-test</artifactId>

epoll-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>tel.schich</groupId>
88
<artifactId>javacan</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>javacan-epoll-test</artifactId>

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,9 @@
589589
</profile>
590590
<profile>
591591
<id>test</id>
592+
<activation>
593+
<activeByDefault>true</activeByDefault>
594+
</activation>
592595

593596
<modules>
594597
<module>core-test</module>

0 commit comments

Comments
 (0)