Skip to content

Commit

Permalink
chore: prepare v2.0.0-M2 release (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Nov 26, 2020
1 parent 27e0e61 commit da9cd07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-fixed-length-cartridge</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>

<name>Smooks Fixed-Length Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-javabean-cartridge</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down Expand Up @@ -191,7 +191,7 @@
<repositories>
<repository>
<id>oss.sonatype.org-snapshot</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand All @@ -204,7 +204,7 @@
<distributionManagement>
<repository>
<id>ossrh</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit da9cd07

Please sign in to comment.