Skip to content

Commit

Permalink
Moving to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcross committed Nov 15, 2022
1 parent 24177fa commit bfe10cc
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
"java.configuration.updateBuildConfiguration": "automatic",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
}
4 changes: 2 additions & 2 deletions core/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>core</artifactId>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.github.mianalysis</groupId>
<artifactId>mia</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.github.mianalysis</groupId>
<artifactId>mia</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>${scp}</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion linux32/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>linux32</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion linux32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion linux64/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>linux64</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion linux64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mac64/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mac64</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mac64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.github.mianalysis</groupId>
<artifactId>VideoHandler</artifactId>
<packaging>pom</packaging>
<version>1.1.3</version>
<version>1.2.0</version>
<name>VideoHandler</name>
<url>https://github.com/mianalysis/videohandler</url>
<inceptionYear>2019</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion win32/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>win32</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion win32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion win64/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>win64</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion win64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>VideoHandler</artifactId>
<groupId>io.github.mianalysis</groupId>
<version>1.1.3</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit bfe10cc

Please sign in to comment.