Skip to content

Commit 461eae6

Browse files
committed
Prepare release 1.0.0
1 parent d54860a commit 461eae6

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Simply add `buildversion-plugin` to your pom, executing the `set-properties` goa
2323
<plugin>
2424
<groupId>com.code54.mojo</groupId>
2525
<artifactId>buildversion-plugin</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2727
<executions>
2828
<execution>
2929
<goals><goal>set-properties</goal></goals>
@@ -88,7 +88,7 @@ Example 1:
8888
<plugin>
8989
<groupId>com.code54.mojo</groupId>
9090
<artifactId>buildversion-plugin</artifactId>
91-
<version>1.0.0-SNAPSHOT</version>
91+
<version>1.0.0</version>
9292
<executions>
9393
<execution>
9494
<goals><goal>set-properties</goal></goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.code54.mojo</groupId>
1414
<artifactId>buildversion-plugin</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.0.0</version>
1616
<packaging>maven-plugin</packaging>
1717

1818
<name>buildversion-plugin</name>

project.clj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
(defproject buildversion-maven-plugin "1.0.0-SNAPSHOT"
1+
(defproject buildversion-maven-plugin "1.0.0"
22
:dependencies [[org.clojure/clojure "1.3.0"]
3-
[org.cloudhoist/clojure-maven-mojo-annotations "0.3.2-SNAPSHOT"]
4-
[org.cloudhoist/clojure-maven-mojo "0.3.2-SNAPSHOT"]
3+
;[org.cloudhoist/clojure-maven-mojo-annotations "0.3.2-SNAPSHOT"]
4+
[org.cloudhoist/clojure-maven-mojo-annotations "0.3.1"]
5+
;[org.cloudhoist/clojure-maven-mojo "0.3.2-SNAPSHOT"]
6+
[org.cloudhoist/clojure-maven-mojo "0.3.1"]
57
[org.apache.maven/maven-plugin-api "3.0.3"]
68
[org.clojure/tools.trace "0.7.1"]
79
[conch "0.2.1"]]

0 commit comments

Comments
 (0)