Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
saden1 committed Dec 20, 2017
2 parents 79dc0b6 + d20d504 commit a7132dd
Show file tree
Hide file tree
Showing 35 changed files with 64 additions and 41 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,10 @@ was added, changed, deprecated, removed, fix and security fixes.
- Security - Lists security fixes to security vulnerabilities

## [Unreleased]
## [1.0.1] - 2017-12-19
### Fixed
- Fixed issue with dependency oon virtual resource with invalid version property in `testify-bom`. The dependency was removed.
- Fxed issue with `testify-bom` managed dependencies not being test scoped.

## [1.0.0] - 2017-12-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/jersey-client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.client</groupId>
<artifactId>client</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>jersey-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<groupId>org.testifyproject.client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion di/di-guice/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.di</groupId>
<artifactId>di</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>di-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion di/di-hk2/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.di</groupId>
<artifactId>di</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>di-hk2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion di/di-jersey/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.di</groupId>
<artifactId>di</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>di-jersey</artifactId>
<name>Jersey DI</name>
Expand Down
2 changes: 1 addition & 1 deletion di/di-spring/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.di</groupId>
<artifactId>di</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>di-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion di/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion junit4/grpc-system-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>grpc-system-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/guice-integration-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>guice-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/hk2-integration-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>hk2-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/integration-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/jersey2-system-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>jersey2-system-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/junit4-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>junit4-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<groupId>org.testifyproject.junit4</groupId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/spring-boot-system-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>spring-boot-system-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/spring-integration-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>spring-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/spring-system-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>spring-system-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/system-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>system-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit4/unit-test/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>junit4</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>unit-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion level/integration/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.level</groupId>
<artifactId>level</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion level/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<groupId>org.testifyproject.level</groupId>
Expand Down
2 changes: 1 addition & 1 deletion level/system/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.level</groupId>
<artifactId>level</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion level/unit/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.level</groupId>
<artifactId>level</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>unit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mock/easymock/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.mock</groupId>
<artifactId>mock</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>easymock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mock/mockito/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.mock</groupId>
<artifactId>mock</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>mockito</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mock/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<groupId>org.testifyproject.mock</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -23,7 +23,7 @@

<groupId>org.testifyproject</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>[Testify Project]</name>
Expand Down
2 changes: 1 addition & 1 deletion server/grizzly2/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.server</groupId>
<artifactId>server</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>grizzly2</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<groupId>org.testifyproject.server</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/server-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.server</groupId>
<artifactId>server</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>server-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/undertow/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.testifyproject.server</groupId>
<artifactId>server</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>

<artifactId>undertow</artifactId>
Expand Down

0 comments on commit a7132dd

Please sign in to comment.