Skip to content

Commit

Permalink
prep for release #546
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblackmon committed Jan 18, 2024
1 parent 7f31d35 commit 159b684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<streams.version>0.6.2-SNAPSHOT</streams.version>
<github.global.server>github</github.global.server>

<!-- Release Properties -->
Expand Down
4 changes: 2 additions & 2 deletions streams-contrib/streams-provider-twitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-pojo</artifactId>
<version>${streams.version}</version>
<version>0.6.2-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -213,7 +213,7 @@
<configuration>
<skipTests>${skipITs}</skipTests>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
<dependency>
<groupId>org.apache.streams.plugins</groupId>
<artifactId>streams-plugin-pojo</artifactId>
<version>${streams.version}</version>
<version>0.6.2-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 159b684

Please sign in to comment.