Skip to content

Commit

Permalink
Release version 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Nov 17, 2022
1 parent 7d2d02d commit 60e5af2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions jcore-pipeline-builder-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.4.2</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>

</configuration>
<executions>
<execution>
Expand All @@ -56,6 +55,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-maven-aether-utilities</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
6 changes: 1 addition & 5 deletions jcore-pipeline-runner/jcore-pipeline-runner-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
<groupId>javax.json</groupId>
<artifactId>javax.json-api</artifactId>
</exclusion>
<!-- <exclusion>-->
<!-- <groupId>com.fasterxml.jackson.core</groupId>-->
<!-- <artifactId>jackson-databind</artifactId>-->
<!-- </exclusion>-->
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>*</artifactId>
Expand Down Expand Up @@ -94,7 +90,7 @@
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
<version>3.4.2</version>
<configuration>
<descriptors>
<descriptor>jcore-pipeline-runner/jcore-pipeline-runner-base/cli-assembly.xml</descriptor>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>jcore-base</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</parent>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 60e5af2

Please sign in to comment.