Skip to content

Commit 2ff392f

Browse files
Thiago MirandaThiago Miranda
Thiago Miranda
authored and
Thiago Miranda
committed
Release da versão 2.0.0
1 parent 6892d23 commit 2ff392f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>br.jus.tst</groupId>
66
<artifactId>test-unit-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
<packaging>pom</packaging>
99

1010
<name>TEST Unit</name>

test-unit-cdi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>br.jus.tst</groupId>
66
<artifactId>test-unit-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99

1010
<artifactId>test-unit-cdi</artifactId>

test-unit-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>br.jus.tst</groupId>
55
<artifactId>test-unit-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88

99
<artifactId>test-unit-core</artifactId>

test-unit-dbunit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>br.jus.tst</groupId>
55
<artifactId>test-unit-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88

99
<artifactId>test-unit-dbunit</artifactId>

test-unit-jaxrs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>br.jus.tst</groupId>
66
<artifactId>test-unit-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99

1010
<artifactId>test-unit-jaxrs</artifactId>

test-unit-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>br.jus.tst</groupId>
77
<artifactId>test-unit-parent</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010

1111
<artifactId>test-unit-jpa</artifactId>

test-unit-mockito/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>br.jus.tst</groupId>
55
<artifactId>test-unit-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88

99
<artifactId>test-unit-mockito</artifactId>

0 commit comments

Comments
 (0)