Skip to content

Commit cfb65ca

Browse files
committed
Updated for 1.2.2
1 parent 5808b83 commit cfb65ca

File tree

279 files changed

+39281
-42131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+39281
-42131
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.red5</groupId>
55
<artifactId>red5-parent</artifactId>
6-
<version>1.2.1</version>
6+
<version>1.2.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>red5-server-common</artifactId>
@@ -82,9 +82,16 @@
8282
<plugin>
8383
<artifactId>maven-source-plugin</artifactId>
8484
</plugin>
85+
<plugin>
86+
<artifactId>maven-toolchains-plugin</artifactId>
87+
</plugin>
8588
<plugin>
8689
<artifactId>maven-javadoc-plugin</artifactId>
8790
</plugin>
91+
<plugin>
92+
<groupId>net.revelc.code.formatter</groupId>
93+
<artifactId>formatter-maven-plugin</artifactId>
94+
</plugin>
8895
</plugins>
8996
</build>
9097
<dependencyManagement>

red5-eclipse-format.xml

Lines changed: 295 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)