Skip to content

Commit

Permalink
Updated version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
darius-sas committed Jul 31, 2023
1 parent 5480214 commit 45787dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.rug</groupId>
<artifactId>pyne</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0-RELEASE</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pyne-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.rug</groupId>
<artifactId>pyne</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0-RELEASE</version>
</parent>

<artifactId>pyne-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pyne-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.rug</groupId>
<artifactId>pyne</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0-RELEASE</version>
</parent>

<artifactId>pyne-cli</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>edu.rug</groupId>
<artifactId>pyne-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0-RELEASE</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pyne-demo/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>pyne</artifactId>
<groupId>edu.rug</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pyne-demo</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pyne-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.rug</groupId>
<artifactId>pyne</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0-RELEASE</version>
</parent>

<artifactId>pyne-demo</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>edu.rug</groupId>
<artifactId>pyne-api</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0-RELEASE</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 45787dc

Please sign in to comment.