Skip to content

Commit

Permalink
chore: prepare v1.0.0-M2 release (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Nov 25, 2020
1 parent 72537cb commit e463f18
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 @@ -6,7 +6,7 @@

<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-dfdl-cartridge</artifactId>
<version>1.0.0-M2-SNAPSHOT</version>
<version>1.0.0-M2</version>

<name>Smooks DFDL Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>org.smooks</groupId>
<artifactId>smooks-core</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
Expand Down Expand Up @@ -229,7 +229,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 e463f18

Please sign in to comment.