Skip to content

Commit

Permalink
prepeare 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
reallyinsane committed Jan 1, 2024
1 parent c758b9b commit a36e6ef
Show file tree
Hide file tree
Showing 50 changed files with 99 additions and 99 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Using mathan-latex-maven-plugin introduces the packaging **pdf**. In a single ma
<plugin>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-maven-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</plugin>
</plugins>
</build>
Expand All @@ -52,7 +52,7 @@ After applying the plugin you can use the task **latex**.
buildscript {
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
4 changes: 2 additions & 2 deletions gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ After applying the plugin you can use the task **latex**.
buildscript {
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down Expand Up @@ -43,7 +43,7 @@ By default mathan-latex-gradle-plugin will search for a *.tex file in the source
buildscript {
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
4 changes: 2 additions & 2 deletions mathan-it-verifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mathan-it-verifier</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<parent>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-plugin-reactor</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions mathan-latex-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mathan-latex-bom</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<parent>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-plugin-reactor</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions mathan-latex-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mathan-latex-core</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<parent>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-plugin-reactor</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion mathan-latex-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
jcenter()
}

version = "1.0.4-SNAPSHOT"
version = "1.0.5-SNAPSHOT"
group = "io.mathan.maven"

gradlePlugin {
Expand Down
4 changes: 2 additions & 2 deletions mathan-latex-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mathan-latex-gradle-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<parent>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-plugin-reactor</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions mathan-latex-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mathan-latex-it</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<parent>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-plugin-reactor</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

public abstract class AbstractIntegrationTest {

private static final String VERSION = "1.0.4-SNAPSHOT";
private static final String VERSION = "1.0.5-SNAPSHOT";
/**
* System property to prevent the temporary directories to be removed. (For debugging purpose).
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.0.4-SNAPSHOT'
version = '1.0.5-SNAPSHOT'

buildscript {
repositories {
Expand All @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mathan.maven.test</groupId>
<artifactId>keepintermediatefiles</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>pdf</packaging>
<build>
<plugins>
<plugin>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-maven-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<keepIntermediateFiles>true</keepIntermediateFiles>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.0.4-SNAPSHOT'
version = '1.0.5-SNAPSHOT'

buildscript {
repositories {
Expand All @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mathan.maven.test</groupId>
<artifactId>makeindexnomenclstylefile</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-maven-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<makeIndexNomenclStyleFile>sample.ist</makeIndexNomenclStyleFile>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.0.4-SNAPSHOT'
version = '1.0.5-SNAPSHOT'

buildscript {
repositories {
Expand All @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mathan.maven.test</groupId>
<artifactId>makeindexstylefile</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-maven-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<configuration>
<makeIndexStyleFile>sample.ist</makeIndexStyleFile>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.0.4-SNAPSHOT'
version = '1.0.5-SNAPSHOT'

buildscript {
repositories {
Expand All @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mathan.maven.test</groupId>
<artifactId>dvi</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-maven-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<configuration>
<outputFormat>dvi</outputFormat>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.0.4-SNAPSHOT'
version = '1.0.5-SNAPSHOT'

buildscript {
repositories {
Expand All @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mathan.maven.test</groupId>
<artifactId>invalid</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-maven-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<configuration>
<outputFormat>invalid</outputFormat>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.0.4-SNAPSHOT'
version = '1.0.5-SNAPSHOT'

buildscript {
repositories {
Expand All @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mathan.maven.test</groupId>
<artifactId>pdf</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>pdf</packaging>
<build>
<plugins>
<plugin>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-maven-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '1.0.4-SNAPSHOT'
version = '1.0.5-SNAPSHOT'

buildscript {
repositories {
Expand All @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mathan.maven.test</groupId>
<artifactId>ps</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-maven-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<configuration>
<outputFormat>ps</outputFormat>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version = '1.0.4-SNAPSHOT'
version = '1.0.5-SNAPSHOT'
apply plugin: 'java'

dependencies {
implementation('io.mathan.maven.test:dependency:1.0.4-SNAPSHOT')
implementation('io.mathan.maven.test:dependency:1.0.5-SNAPSHOT')
}

repositories {
Expand All @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath group: 'io.mathan.maven', name: 'mathan-latex-gradle-plugin',
version: '1.0.4-SNAPSHOT'
version: '1.0.5-SNAPSHOT'
}
}
apply plugin: 'io.mathan.latex'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mathan.maven.test</groupId>
<artifactId>resources</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>pdf</packaging>
<dependencies>
<dependency>
<groupId>io.mathan.maven.test</groupId>
<artifactId>dependency</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>io.mathan.maven</groupId>
<artifactId>mathan-latex-maven-plugin</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<extensions>true</extensions>
<configuration>
<resources>
Expand Down
Loading

0 comments on commit a36e6ef

Please sign in to comment.