Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kgcl-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gouttegd committed Jun 25, 2023
1 parent 0cb0273 commit bb8864f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.incenp</groupId>
<artifactId>kgcl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<name>KGCL-Java</name>
<description>KGCL for Java and ROBOT</description>
<url>https://incenp.org/dvlpt/kgcl-java/</url>
Expand Down Expand Up @@ -31,7 +31,7 @@
<connection>scm:git:https://github.com/gouttegd/kgcl-java.git</connection>
<developerConnection>scm:git:ssh://[email protected]/gouttegd/kgcl-java.git</developerConnection>
<url>https://github.com/gouttegd/kgcl-java</url>
<tag>HEAD</tag>
<tag>kgcl-0.1.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -136,7 +136,7 @@
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.incenp.obofoundry.kgcl.robot.StandaloneRobot</mainClass>
</transformer>
Expand Down

0 comments on commit bb8864f

Please sign in to comment.