Skip to content

Commit

Permalink
chore: prepare v2.0.0-M2 release (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Nov 26, 2020
1 parent 9d9298c commit 90a5375
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 @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-csv-cartridge</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>
<packaging>bundle</packaging>

<name>Smooks CSV Cartridge</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-flatfile-cartridge</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -220,7 +220,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 @@ -233,7 +233,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 90a5375

Please sign in to comment.