Skip to content

Commit

Permalink
[hotfix] Remove SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe committed Mar 4, 2022
1 parent dcb19e7 commit 9ebf45c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions streampipes-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@
<artifactId>streampipes-rest-shared</artifactId>
<version>0.69.0-SNAPSHOT</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.streampipes</groupId>-->
<!-- <artifactId>streampipes-connect-container-worker</artifactId>-->
<!-- <version>0.68.0-SNAPSHOT</version>-->
<!-- </dependency>-->


<!-- External dependencies -->
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions streampipes-wrapper-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-parent</artifactId>
<version>0.69.0-SNAPSHOT</version>
<version>0.69.0</version>
</parent>

<artifactId>streampipes-wrapper-spark</artifactId>
Expand Down Expand Up @@ -112,17 +112,17 @@
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-model</artifactId>
<version>0.69.0-SNAPSHOT</version>
<version>0.69.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-container</artifactId>
<version>0.69.0-SNAPSHOT</version>
<version>0.69.0</version>
</dependency>
<dependency>
<groupId>org.apache.streampipes</groupId>
<artifactId>streampipes-wrapper</artifactId>
<version>0.69.0-SNAPSHOT</version>
<version>0.69.0</version>
</dependency>

<!-- External dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion ui/cypress/tests/experimental/testJvmArchetype/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SP_VERSION=0.69.0-SNAPSHOT
SP_VERSION=0.69.0
SP_DOCKER_REGISTRY=apachestreampipes
SP_SUBNET=172.31.0.0/16
SP_CONSUL_CONTAINER_IP=172.31.0.9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SP_VERSION=0.69.0-SNAPSHOT
SP_VERSION=0.69.0
SP_DOCKER_REGISTRY=apachestreampipes
SP_SUBNET=172.31.0.0/16
SP_CONSUL_CONTAINER_IP=172.31.0.9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

mvn archetype:generate -DarchetypeGroupId=org.apache.streampipes \
-DarchetypeArtifactId=streampipes-archetype-extensions-jvm -DarchetypeVersion=0.69.0-SNAPSHOT \
-DarchetypeArtifactId=streampipes-archetype-extensions-jvm -DarchetypeVersion=0.69.0 \
-DgroupId=org.streampipes.test -DartifactId=automated-test -DclassNamePrefix=AutomatedTest -DpackageName=test -DinteractiveMode=false

cd automated-test
Expand Down

0 comments on commit 9ebf45c

Please sign in to comment.