Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2014-06-05 16:50:46 +0000
committerHenrik Rentz-Reichert2014-06-05 16:50:46 +0000
commitdfcb056632a485fb3e9949d8f6485e7309cc7bd7 (patch)
tree36f919c77d0083ea9e30bcd11fd955ecd366e82b /plugins/org.eclipse.etrice.doc
parent507e31b2c3de570acc025ea0197ef0ed2b42f095 (diff)
downloadorg.eclipse.etrice-dfcb056632a485fb3e9949d8f6485e7309cc7bd7.tar.gz
org.eclipse.etrice-dfcb056632a485fb3e9949d8f6485e7309cc7bd7.tar.xz
org.eclipse.etrice-dfcb056632a485fb3e9949d8f6485e7309cc7bd7.zip
0.4.0 -> 0.5.0
Diffstat (limited to 'plugins/org.eclipse.etrice.doc')
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/042-Java-projects.tex10
-rw-r--r--plugins/org.eclipse.etrice.doc/doc/etrice-doc.tex2
2 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.eclipse.etrice.doc/doc/042-Java-projects.tex b/plugins/org.eclipse.etrice.doc/doc/042-Java-projects.tex
index 542180ef6..e15f9d78e 100644
--- a/plugins/org.eclipse.etrice.doc/doc/042-Java-projects.tex
+++ b/plugins/org.eclipse.etrice.doc/doc/042-Java-projects.tex
@@ -71,7 +71,7 @@ but the model is read-only. It is found on the class path of the project which i
<dependency>
<groupId>org.eclipse.etrice</groupId>
<artifactId>org.eclipse.etrice.modellib.java</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
</dependency>
\end{lstlisting}
@@ -84,14 +84,14 @@ our eTrice generator plug-in:
<plugin>
<groupId>org.eclipse.etrice</groupId>
<artifactId>org.eclipse.etrice.generator.java.mvn</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
<!-- [...] -->
<dependencies>
<!-- put the modellib on the class path to allow resolution of models by the generator -->
<dependency>
<groupId>org.eclipse.etrice</groupId>
<artifactId>org.eclipse.etrice.modellib.java</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
@@ -111,7 +111,7 @@ output:
[INFO] Info: added referenced model file:/C:/eTrice-mvn-tutorial/MavenPingPong/model/MavenPingPong.etphys
[INFO] Info: Loading file:/C:/eTrice-mvn-tutorial/MavenPingPong/model/MavenPingPong.room
[INFO] Info: added referenced model classpath:/TimingService.room
-[INFO] Info: Loading jar:file:/C:/Users/hrentz/.m2/repository/org/eclipse/etrice/org.eclipse.etrice.modellib.java/0.4.0-SNAPSHOT/org.eclipse.etrice.modellib.java-0.4.0-SNAPSHOT.jar!/TimingService.room
+[INFO] Info: Loading jar:file:/C:/Users/hrentz/.m2/repository/org/eclipse/etrice/org.eclipse.etrice.modellib.java/0.5.0-SNAPSHOT/org.eclipse.etrice.modellib.java-0.5.0-SNAPSHOT.jar!/TimingService.room
[INFO] Info: Loading file:/C:/eTrice-mvn-tutorial/MavenPingPong/model/MavenPingPong.etphys
[INFO] Info: -- validating models
[INFO] Info: validation finished with 0 errors and 0 warnings
@@ -141,7 +141,7 @@ In the pom you can find the most commonly used ones in xml comments together wit
<plugin>
<groupId>org.eclipse.etrice</groupId>
<artifactId>org.eclipse.etrice.generator.java.mvn</artifactId>
- <version>0.4.0-SNAPSHOT</version>
+ <version>0.5.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
diff --git a/plugins/org.eclipse.etrice.doc/doc/etrice-doc.tex b/plugins/org.eclipse.etrice.doc/doc/etrice-doc.tex
index 16de8f586..9c7383136 100644
--- a/plugins/org.eclipse.etrice.doc/doc/etrice-doc.tex
+++ b/plugins/org.eclipse.etrice.doc/doc/etrice-doc.tex
@@ -54,7 +54,7 @@
\Huge \eTrice{} Documentation
-\Large version 0.4.0
+\Large version 0.5.0
\large \eTrice{} committers and contributors

Back to the top