Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Nov 3, 2021
1 parent e08f47f commit 3eb957c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion flink-docs/pom.xml
Expand Up @@ -88,7 +88,7 @@ under the License.
<!-- necessary for loading the web-submission extension -->
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime-web_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
24 changes: 12 additions & 12 deletions flink-tests/pom.xml
Expand Up @@ -36,7 +36,7 @@ under the License.
<packaging>jar</packaging>

<dependencies>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-core</artifactId>
Expand All @@ -63,7 +63,7 @@ under the License.
<artifactId>flink-shaded-jackson</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
Expand All @@ -84,7 +84,7 @@ under the License.
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime_${scala.binary.version}</artifactId>
Expand All @@ -95,14 +95,14 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime-web_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<version>1.13.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime-web_${scala.binary.version}</artifactId>
<version>${project.version}</version>
<version>1.13.1</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand All @@ -113,7 +113,7 @@ under the License.
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-java</artifactId>
Expand Down Expand Up @@ -147,7 +147,7 @@ under the License.
<version>${project.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-examples-batch_${scala.binary.version}</artifactId>
Expand Down Expand Up @@ -211,7 +211,7 @@ under the License.
<artifactId>scalatest_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down Expand Up @@ -293,7 +293,7 @@ under the License.
<goal>compile</goal>
</goals>
</execution>

<!-- Run scala compiler in the process-test-resources phase, so that dependencies on
scala classes can be resolved later in the (Java) test-compile phase -->
<execution>
Expand All @@ -311,7 +311,7 @@ under the License.
</jvmArgs>
</configuration>
</plugin>

<!-- Eclipse Integration -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -383,7 +383,7 @@ under the License.
<configLocation>${project.basedir}/../tools/maven/scalastyle-config.xml</configLocation>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand All @@ -395,7 +395,7 @@ under the License.
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down
12 changes: 12 additions & 0 deletions modifies.md
@@ -1,3 +1,15 @@
## set version

sh ./setversion.sh

## package

mvn compile package -DskipTests=true -Dfast -Dscala-2.11

## deploy

mvn compile deploy -DskipTests=true -Dfast -Dscala-2.11 -DaltDeploymentRepository=base::default::http://localhost:8080/release




0 comments on commit 3eb957c

Please sign in to comment.