Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Preparing for 3.4.0 development
Browse files Browse the repository at this point in the history
Closing PRs for switch to master branch
closes #208, closes #207, closes #206, closes #194, closes #186, closes #173, closes #168, closes #163, closes #160, closes #153, closes #129, closes #98, closes #97, closes #76
  • Loading branch information
tweise committed Jan 29, 2016
1 parent f32fa1b commit 9ffbc73
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apex-app-archetype/README.md
Expand Up @@ -6,7 +6,7 @@ How to Generate an Apex Application Project Template

Run the following command

mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.3.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT

Using your favorite IDE, open the project that has just been created by the above command.
Write your application code and optionally operator code
Expand Down
2 changes: 1 addition & 1 deletion apex-app-archetype/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.apex</groupId>
<artifactId>apex</artifactId>
<version>3.3.0-incubating-SNAPSHOT</version>
<version>3.4.0-incubating-SNAPSHOT</version>
</parent>

<artifactId>apex-app-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apex-conf-archetype/README.md
Expand Up @@ -6,7 +6,7 @@ How to Generate a Apex App Configuration Project Template

Run the following command

mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.3.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.4.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT

Using your favorite IDE, open the project that has just been created by the above command.
Write your application code and optionally operator code
Expand Down
2 changes: 1 addition & 1 deletion apex-conf-archetype/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.apex</groupId>
<artifactId>apex</artifactId>
<version>3.3.0-incubating-SNAPSHOT</version>
<version>3.4.0-incubating-SNAPSHOT</version>
</parent>

<artifactId>apex-conf-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.apex</groupId>
<artifactId>apex</artifactId>
<version>3.3.0-incubating-SNAPSHOT</version>
<version>3.4.0-incubating-SNAPSHOT</version>
</parent>

<artifactId>apex-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bufferserver/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.apex</groupId>
<artifactId>apex</artifactId>
<version>3.3.0-incubating-SNAPSHOT</version>
<version>3.4.0-incubating-SNAPSHOT</version>
</parent>

<artifactId>apex-bufferserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.apex</groupId>
<artifactId>apex</artifactId>
<version>3.3.0-incubating-SNAPSHOT</version>
<version>3.4.0-incubating-SNAPSHOT</version>
</parent>

<artifactId>apex-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.apex</groupId>
<artifactId>apex</artifactId>
<version>3.3.0-incubating-SNAPSHOT</version>
<version>3.4.0-incubating-SNAPSHOT</version>
</parent>

<artifactId>apex-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -30,7 +30,7 @@

<groupId>org.apache.apex</groupId>
<artifactId>apex</artifactId>
<version>3.3.0-incubating-SNAPSHOT</version>
<version>3.4.0-incubating-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache Apex (incubating)</name>
Expand Down

0 comments on commit 9ffbc73

Please sign in to comment.