Skip to content

Commit

Permalink
Updates versions of Weld artifacts in getting_started document.
Browse files Browse the repository at this point in the history
  • Loading branch information
tremes authored and bartoszmajsak committed Jul 26, 2016
1 parent 4e5a7ef commit cb83f75
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 90 deletions.
18 changes: 9 additions & 9 deletions guides/getting_started.textile
Original file line number Diff line number Diff line change
Expand Up @@ -566,13 +566,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -603,7 +603,7 @@ From the IDE window, right click on the GreeterTest.java file in the Package Exp

When you run the test, you should see the following lines printed to the console:

bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!

You should then see the JUnit view appear, revealing a *(greenbar)green bar*!
Expand All @@ -620,7 +620,7 @@ bc(output). -------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.arquillian.example.GreeterTest
19 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
19 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 sec

Expand Down Expand Up @@ -739,13 +739,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -791,13 +791,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -824,7 +824,7 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-glassfish-embedded-3.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
18 changes: 9 additions & 9 deletions guides/getting_started_de.textile
Original file line number Diff line number Diff line change
Expand Up @@ -532,13 +532,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -569,7 +569,7 @@ Im IDE Fenster klicke mit der rechten Maustaste auf die @GreeterTest.java@ Datei

Bei der Ausführung des Tests solltest Du die folgende Ausgabe auf der Konsole sehen:

bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!

Dann sollte die JUnit View erscheinen und eine *(greenbar)green bar* anzeigen!
Expand All @@ -586,7 +586,7 @@ bc(output). -------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.arquillian.example.GreeterTest
19 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
19 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 sec

Expand Down Expand Up @@ -703,13 +703,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -755,13 +755,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -788,7 +788,7 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-glassfish-embedded-3.1</artifactId>
<version>1.0.0.CR2</version>
<version>1.0.0.CR4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
18 changes: 9 additions & 9 deletions guides/getting_started_el_gr.textile
Original file line number Diff line number Diff line change
Expand Up @@ -566,13 +566,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -603,7 +603,7 @@ h3. Εκτέλεση του Arquillian Test

Κατά την εκτέλεση του test, θα πρέπει να δεις τις ακόλουθες γραμμές να εκτυπώνονται στην console:

bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!

Στη συνέχεια θα πρέπει να εμφανιστεί η *(greenbar)green bar* όπως εμφανίζεται όταν εκτελούμε ένα Junit test!
Expand All @@ -620,7 +620,7 @@ bc(output). -------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.arquillian.example.GreeterTest
19 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
19 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 sec

Expand Down Expand Up @@ -739,13 +739,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -791,13 +791,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -824,7 +824,7 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-glassfish-embedded-3.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
18 changes: 9 additions & 9 deletions guides/getting_started_es.textile
Original file line number Diff line number Diff line change
Expand Up @@ -528,13 +528,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -565,7 +565,7 @@ Desde la ventana del IDE, click derecho sobre el archivo GreeterTest.java en el

Cuando ejecutas la prueba, deberías ver las siguientes líneas impresas en la consola:

bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!

Luego deberías ver que aparece la vista JUnit, mostrando una *(greenbar)barra verde*!
Expand All @@ -582,7 +582,7 @@ bc(output). -------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.arquillian.example.GreeterTest
19 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
19 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 sec

Expand Down Expand Up @@ -699,13 +699,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -751,13 +751,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -784,7 +784,7 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-glassfish-embedded-3.1</artifactId>
<version>1.0.0.CR2</version>
<version>1.0.0.CR4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
18 changes: 9 additions & 9 deletions guides/getting_started_fr.textile
Original file line number Diff line number Diff line change
Expand Up @@ -529,13 +529,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -566,7 +566,7 @@ Dans la fenêtre de l'IDE, cliquez droit sur fichier GreeterTest.java à partir

Lorsque vous lancez le test, vous devez voir les lignes suivantes s'afficher dans la console :

bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
bc(output). 21 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!

Vous devez également voir apparaître la vue JUnit, révélant une *(greenbar)barre verte* !
Expand All @@ -583,7 +583,7 @@ bc(output). -------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.arquillian.example.GreeterTest
19 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.5 (Final)
19 [main] INFO org.jboss.weld.Version - WELD-000900 2.3.5 (Final)
Hello, Earthling!
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 sec

Expand Down Expand Up @@ -700,13 +700,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -752,13 +752,13 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
<version>1.0.0.CR3</version>
<version>1.0.0.CR9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.5.Final</version>
<version>2.3.5.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -785,7 +785,7 @@ bc(prettify).. <!-- clip -->
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-glassfish-embedded-3.1</artifactId>
<version>1.0.0.CR2</version>
<version>1.0.0.CR4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit cb83f75

Please sign in to comment.