Skip to content

Commit

Permalink
chore: prepare v2.0.0-M2 release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Nov 26, 2020
1 parent a1a3529 commit e790211
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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-templating-cartridge</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>

<name>Smooks Templating Cartridge</name>
<url>https://www.smooks.org</url>
Expand Down Expand Up @@ -58,7 +58,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>antlr</groupId>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.smooks.cartridges</groupId>
<artifactId>smooks-misc-cartridge</artifactId>
<version>2.0.0-M2-SNAPSHOT</version>
<version>2.0.0-M2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -255,7 +255,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 @@ -268,7 +268,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 e790211

Please sign in to comment.